AzureMonitorPrivateLinkScope Class

An Azure Monitor PrivateLinkScope definition.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.monitor.v2019_10_17.models._models_py3.PrivateLinkScopesResource
AzureMonitorPrivateLinkScope

Constructor

AzureMonitorPrivateLinkScope(*, location: str, tags: Optional[Dict[str, str]] = None, **kwargs)

Variables

id
str

Azure resource Id.

name
str

Azure resource name.

type
str

Azure resource type.

location
str

Required. Resource location.

tags
dict[str, str]

A set of tags. Resource tags.

provisioning_state
str

Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.

private_endpoint_connections
list[<xref:$>(<xref:python-base-namespace>)PrivateEndpointConnection]

List of private endpoint connections.