IHybridComputePrivateLinkScopeProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.HybridComputePrivateLinkScopePropertiesTypeConverter))]
public interface IHybridComputePrivateLinkScopeProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.HybridComputePrivateLinkScopePropertiesTypeConverter))>]
type IHybridComputePrivateLinkScopeProperties = interface
    interface IJsonSerializable
Public Interface IHybridComputePrivateLinkScopeProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

PrivateEndpointConnection

The collection of associated Private Endpoint Connections.

PrivateLinkScopeId

The Guid id of the private link scope.

ProvisioningState

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.

PublicNetworkAccess

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to