Udostępnij za pośrednictwem


PrivateEndpointConnectionDataModel Class

Definition

The Data Model for a Private Endpoint Connection associated with a Private Link Scope

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

Constructors

PrivateEndpointConnectionDataModel()

Creates an new PrivateEndpointConnectionDataModel instance.

Properties

GroupId

List of group IDs.

Id

The ARM Resource Id of the Private Endpoint.

Name

The Name of the Private Endpoint.

PrivateEndpointId

Resource id of the private endpoint.

PrivateLinkServiceConnectionStateActionsRequired

The actions required for private link service connection.

PrivateLinkServiceConnectionStateDescription

The private link service connection description.

PrivateLinkServiceConnectionStateStatus

The private link service connection status.

ProvisioningState

State of the private endpoint connection.

Type

Azure resource type

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateEndpointConnectionDataModel.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateEndpointConnectionDataModel.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateEndpointConnectionDataModel into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to