ServiceEndpointPolicyDefinitionData 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 ServiceEndpointPolicyDefinition data model. Service Endpoint policy definitions.
public class ServiceEndpointPolicyDefinitionData : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.ServiceEndpointPolicyDefinitionData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.ServiceEndpointPolicyDefinitionData>
public class ServiceEndpointPolicyDefinitionData : Azure.ResourceManager.Network.Models.NetworkResourceData
type ServiceEndpointPolicyDefinitionData = class
inherit NetworkResourceData
interface IJsonModel<ServiceEndpointPolicyDefinitionData>
interface IPersistableModel<ServiceEndpointPolicyDefinitionData>
type ServiceEndpointPolicyDefinitionData = class
inherit NetworkResourceData
Public Class ServiceEndpointPolicyDefinitionData
Inherits NetworkResourceData
Implements IJsonModel(Of ServiceEndpointPolicyDefinitionData), IPersistableModel(Of ServiceEndpointPolicyDefinitionData)
Public Class ServiceEndpointPolicyDefinitionData
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
ServiceEndpointPolicyDefinitionData() |
Initializes a new instance of ServiceEndpointPolicyDefinitionData. |
Properties
Description |
A description for this rule. Restricted to 140 chars. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
Name |
Resource name. (Inherited from NetworkResourceData) |
ProvisioningState |
The provisioning state of the service endpoint policy definition resource. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
Service |
Service endpoint name. |
ServiceResources |
A list of service resources. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET