Share via


PolicyGroupSummary.IPersistableModel<PolicyGroupSummary>.Create Method

Definition

Converts the provided BinaryData into a model.

Azure.ResourceManager.PolicyInsights.Models.PolicyGroupSummary IPersistableModel<PolicyGroupSummary>.Create(BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options);
abstract member System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PolicyInsights.Models.PolicyGroupSummary>.Create : BinaryData * System.ClientModel.Primitives.ModelReaderWriterOptions -> Azure.ResourceManager.PolicyInsights.Models.PolicyGroupSummary
override this.System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PolicyInsights.Models.PolicyGroupSummary>.Create : BinaryData * System.ClientModel.Primitives.ModelReaderWriterOptions -> Azure.ResourceManager.PolicyInsights.Models.PolicyGroupSummary
Function Create (data As BinaryData, options As ModelReaderWriterOptions) As PolicyGroupSummary Implements IPersistableModel(Of PolicyGroupSummary).Create

Parameters

data
BinaryData

The BinaryData to parse.

Returns

A T representation of the data.

Implements

Exceptions

If the model does not support the requested Format.

Applies to