ServiceEndpointPolicyData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Applies to
Azure SDK for .NET