HybridComputePrivateLinkScopeListResult Class

Describes the list of Azure Arc PrivateLinkScope resources.

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

Inheritance
HybridComputePrivateLinkScopeListResult

Constructor

HybridComputePrivateLinkScopeListResult(*, value: List[azure.mgmt.hybridcompute.models._models_py3.HybridComputePrivateLinkScope], next_link: Optional[str] = None, **kwargs)

Parameters

value
list[HybridComputePrivateLinkScope]
Required

Required. List of Azure Arc PrivateLinkScope definitions.

next_link
str
Required

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