ServiceEndpointPolicyPropertiesFormatOutput interface
Service Endpoint Policy resource.
Properties
| contextual |
A collection of contextual service endpoint policy. |
| 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. |
Property Details
contextualServiceEndpointPolicies
A collection of contextual service endpoint policy.
contextualServiceEndpointPolicies?: string[]
Property Value
string[]
provisioningState
The provisioning state of the service endpoint policy resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
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?: ServiceEndpointPolicyDefinitionOutput[]