ServiceEndpointPolicy interface
Service End point policy resource.
- Extends
Properties
| contextual |
A collection of contextual service endpoint policy. |
| etag | A unique read-only string that changes whenever the resource is updated. |
| kind | Kind of service endpoint policy. This is metadata used for the Azure portal experience. |
| provisioning |
The provisioning state of the service endpoint policy resource. |
| resource |
The resource GUID property of the service endpoint policy resource. |
| service |
The alias indicating if the policy belongs to a service |
| service |
A collection of service endpoint policy definitions of the service endpoint policy. |
| subnets | A collection of references to subnets. |
Inherited Properties
| id | Resource ID. |
| location | Resource location. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
contextualServiceEndpointPolicies
A collection of contextual service endpoint policy.
contextualServiceEndpointPolicies?: string[]
Property Value
string[]
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
kind
Kind of service endpoint policy. This is metadata used for the Azure portal experience.
kind?: string
Property Value
string
provisioningState
The provisioning state of the service endpoint policy resource.
provisioningState?: string
Property Value
string
resourceGuid
The resource GUID property of the service endpoint policy resource.
resourceGuid?: string
Property Value
string
serviceAlias
The alias indicating if the policy belongs to a service
serviceAlias?: string
Property Value
string
serviceEndpointPolicyDefinitions
A collection of service endpoint policy definitions of the service endpoint policy.
serviceEndpointPolicyDefinitions?: ServiceEndpointPolicyDefinition[]
Property Value
subnets
Inherited Property Details
id
location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Resource.tags