Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HybridComputePrivateLinkScopeProperties

Package version

Properties that define a Azure Arc PrivateLinkScope resource.

Hierarchy

  • HybridComputePrivateLinkScopeProperties

Index

Properties

Optional privateEndpointConnections

privateEndpointConnections: PrivateEndpointConnectionDataModel[]

The collection of associated Private Endpoint Connections. NOTE: This property will not be serialized. It can only be populated by the server.

Optional privateLinkScopeId

privateLinkScopeId: undefined | string

The Guid id of the private link scope. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: undefined | string

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. NOTE: This property will not be serialized. It can only be populated by the server.

Optional publicNetworkAccess

publicNetworkAccess: PublicNetworkAccessType

Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.

Generated using TypeDoc