AzureMonitorPrivateLinkScopeListResult Class

Describes the list of Azure Monitor PrivateLinkScope resources.

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

Inheritance
AzureMonitorPrivateLinkScopeListResult

Constructor

AzureMonitorPrivateLinkScopeListResult(*, value: List[azure.mgmt.monitor.v2019_10_17.models._models_py3.AzureMonitorPrivateLinkScope], next_link: Optional[str] = None, **kwargs)

Variables

value
list[<xref:$>(<xref:python-base-namespace>)AzureMonitorPrivateLinkScope]

Required. List of Azure Monitor PrivateLinkScope definitions.

next_link
str

The URI to get the next set of Azure Monitor PrivateLinkScope definitions if too many PrivateLinkScopes where returned in the result set.