Bagikan melalui


HybridComputePrivateLinkScopeProperties Class

Definition

Properties that define a Azure Arc PrivateLinkScope resource.

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

Constructors

HybridComputePrivateLinkScopeProperties()

Creates an new HybridComputePrivateLinkScopeProperties instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HybridComputePrivateLinkScopeProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HybridComputePrivateLinkScopeProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScopeProperties.

FromJsonString(String)

Creates a new instance of HybridComputePrivateLinkScopeProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of HybridComputePrivateLinkScopeProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to