ServiceEndpointPolicyDefinition Class
Service Endpoint policy definitions.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2018_08_01.models._models_py3.SubResourceServiceEndpointPolicyDefinition
Constructor
ServiceEndpointPolicyDefinition(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, description: typing.Union[str, NoneType] = None, service: typing.Union[str, NoneType] = None, service_resources: typing.Union[typing.List[str], NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- description
- str
A description for this rule. Restricted to 140 chars.
- service
- str
service endpoint name.
Variables
- provisioning_state
- str
The provisioning state of the service end point policy definition. Possible values are: 'Updating', 'Deleting', and 'Failed'.
Feedback
Submit and view feedback for