ServiceEndpointPropertiesFormat Class
The service endpoint properties.
Constructor
ServiceEndpointPropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
service
|
The type of the endpoint service. |
|
network_identifier
|
SubResource as network identifier. |
|
locations
|
A list of locations. |
|
provisioning_state
|
The provisioning state of the service endpoint resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
Attributes
locations
A list of locations.
locations: list[str] | None
network_identifier
SubResource as network identifier.
network_identifier: _models.SubResource | None
provisioning_state
"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None
service
The type of the endpoint service.
service: str | None