IPrivateEndpointConnectionDataModel Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to