ServiceEndpointPolicy Class
Service End point policy resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.ResourceServiceEndpointPolicy
Constructor
ServiceEndpointPolicy(*, id: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, service_endpoint_policy_definitions: List[_models.ServiceEndpointPolicyDefinition] | None = None, service_alias: str | None = None, contextual_service_endpoint_policies: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
location
|
Resource location. |
tags
|
Resource tags. |
service_endpoint_policy_definitions
|
A collection of service endpoint policy definitions of the service endpoint policy. |
service_alias
|
The alias indicating if the policy belongs to a service. |
contextual_service_endpoint_policies
|
A collection of contextual service endpoint policy. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
location
|
Resource location. |
tags
|
Resource tags. |
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. |
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: "Succeeded", "Updating", "Deleting", and "Failed". |
service_alias
|
The alias indicating if the policy belongs to a service. |
contextual_service_endpoint_policies
|
A collection of contextual service endpoint policy. |
Azure SDK for Python