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.models._models_py3.SubResourceServiceEndpointPolicyDefinition
Constructor
ServiceEndpointPolicyDefinition(*, id: str | None = None, name: str | None = None, type: str | None = None, description: str | None = None, service: str | None = None, service_resources: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
type
|
The type of the resource. |
description
|
A description for this rule. Restricted to 140 chars. |
service
|
Service endpoint name. |
service_resources
|
A list of service resources. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
type
|
The type of the resource. |
description
|
A description for this rule. Restricted to 140 chars. |
service
|
Service endpoint name. |
service_resources
|
A list of service resources. |
provisioning_state
|
The provisioning state of the service endpoint policy definition resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
Azure SDK for Python