Package version:

InterfaceHybridComputePrivateLinkScopeListResult

Describes the list of Azure Arc PrivateLinkScope resources.

interface HybridComputePrivateLinkScopeListResult {
    nextLink?: string;
    value: HybridComputePrivateLinkScope[];
}

Properties

Properties

nextLink?: string

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

List of Azure Arc PrivateLinkScope definitions.