HybridComputePrivateLinkScopeProperties Class

Properties that define a Azure Arc PrivateLinkScope resource.

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

Inheritance
HybridComputePrivateLinkScopeProperties

Constructor

HybridComputePrivateLinkScopeProperties(*, public_network_access: Optional[Union[str, azure.mgmt.hybridcompute.models._hybrid_compute_management_client_enums.PublicNetworkAccessType]] = 'Disabled', **kwargs)

Parameters

public_network_access
str or PublicNetworkAccessType
Required

Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints. Possible values include: "Enabled", "Disabled". Default value: "Disabled".

Variables

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_link_scope_id
str

The Guid id of the private link scope.