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.v2019_09_01.models._models_py3.ResourceServiceEndpointPolicy
Constructor
ServiceEndpointPolicy(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, service_endpoint_policy_definitions: typing.Union[typing.List[_ForwardRef('ServiceEndpointPolicyDefinition')], NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- location
- str
Resource location.
- service_endpoint_policy_definitions
- list[ServiceEndpointPolicyDefinition]
A collection of service endpoint policy definitions of the service endpoint policy.
Variables
- name
- str
Resource name.
- type
- str
Resource type.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- resource_guid
- str
The resource GUID property of the service endpoint policy resource.
- provisioning_state
- str or ProvisioningState
The provisioning state of the service endpoint policy resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for