Share via


PolicyFragmentContractData Class

Definition

A class representing the PolicyFragmentContract data model. Policy fragment contract details.

public class PolicyFragmentContractData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.PolicyFragmentContractData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.PolicyFragmentContractData>
type PolicyFragmentContractData = class
    inherit ResourceData
    interface IJsonModel<PolicyFragmentContractData>
    interface IPersistableModel<PolicyFragmentContractData>
Public Class PolicyFragmentContractData
Inherits ResourceData
Implements IJsonModel(Of PolicyFragmentContractData), IPersistableModel(Of PolicyFragmentContractData)
Inheritance
PolicyFragmentContractData
Implements

Constructors

PolicyFragmentContractData()

Initializes a new instance of PolicyFragmentContractData.

Properties

Description

Policy fragment description.

Format

Format of the policy fragment content.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

The provisioning state.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Value

Contents of the policy fragment.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PolicyFragmentContractData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PolicyFragmentContractData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PolicyFragmentContractData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PolicyFragmentContractData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PolicyFragmentContractData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to