ServiceEndpointPolicyPropertiesFormat Class
Service Endpoint Policy resource.
Constructor
ServiceEndpointPolicyPropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
service_endpoint_policy_definitions
|
A collection of service endpoint policy definitions of the service endpoint policy. |
|
subnets
|
A collection of references to subnets. |
|
resource_guid
|
The resource GUID property of the service endpoint policy resource. |
|
provisioning_state
|
The provisioning state of the service endpoint policy resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
|
service_alias
|
The alias indicating if the policy belongs to a service. |
|
contextual_service_endpoint_policies
|
A collection of contextual service endpoint policy. |
Attributes
contextual_service_endpoint_policies
A collection of contextual service endpoint policy.
contextual_service_endpoint_policies: list[str] | None
provisioning_state
"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None
resource_guid
The resource GUID property of the service endpoint policy resource.
resource_guid: str | None
service_alias
The alias indicating if the policy belongs to a service.
service_alias: str | None
service_endpoint_policy_definitions
A collection of service endpoint policy definitions of the service endpoint policy.
service_endpoint_policy_definitions: list['_models.ServiceEndpointPolicyDefinition'] | None
subnets
A collection of references to subnets.
subnets: list['_models.Subnet'] | None