ServiceEndpointPolicyData Class

Definition

A class representing the ServiceEndpointPolicy data model. Service End point policy resource.

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

Constructors

ServiceEndpointPolicyData()

Initializes a new instance of ServiceEndpointPolicyData.

Properties

ContextualServiceEndpointPolicies

A collection of contextual service endpoint policy.

ETag

A unique read-only string that changes whenever the resource is updated.

Id

Resource ID.

(Inherited from NetworkTrackedResourceData)
Kind

Kind of service endpoint policy. This is metadata used for the Azure portal experience.

Location

Resource location.

(Inherited from NetworkTrackedResourceData)
Name

Resource name.

(Inherited from NetworkTrackedResourceData)
ProvisioningState

The provisioning state of the service endpoint policy resource.

ResourceGuid

The resource GUID property of the service endpoint policy resource.

ResourceType

Resource type.

(Inherited from NetworkTrackedResourceData)
ServiceAlias

The alias indicating if the policy belongs to a service.

ServiceEndpointPolicyDefinitions

A collection of service endpoint policy definitions of the service endpoint policy.

Subnets

A collection of references to subnets.

Tags

Resource tags.

(Inherited from NetworkTrackedResourceData)

Explicit Interface Implementations

IJsonModel<NetworkTrackedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from NetworkTrackedResourceData)
IJsonModel<NetworkTrackedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTrackedResourceData)
IJsonModel<ServiceEndpointPolicyData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServiceEndpointPolicyData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<ServiceEndpointPolicyData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceEndpointPolicyData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServiceEndpointPolicyData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to