Partager via


PrivateEndpointConnectionProperties Class

Definition

Properties of the PrivateEndpointConnectProperties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.PrivateEndpointConnectionPropertiesTypeConverter))]
public class PrivateEndpointConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IPrivateEndpointConnectionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.PrivateEndpointConnectionPropertiesTypeConverter))>]
type PrivateEndpointConnectionProperties = class
    interface IPrivateEndpointConnectionProperties
    interface IJsonSerializable
Public Class PrivateEndpointConnectionProperties
Implements IPrivateEndpointConnectionProperties
Inheritance
PrivateEndpointConnectionProperties
Attributes
Implements

Constructors

PrivateEndpointConnectionProperties()

Creates an new PrivateEndpointConnectionProperties instance.

Properties

PrivateEndpointId

The ARM identifier for Private Endpoint

PrivateLinkServiceConnectionStateActionRequired

A message indicating if changes on the service provider require any updates on the consumer.

PrivateLinkServiceConnectionStateDescription

The reason for approval/rejection of the connection.

PrivateLinkServiceConnectionStateStatus

Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

ProvisioningState

The provisioning state of the private endpoint connection resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateEndpointConnectionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateEndpointConnectionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IPrivateEndpointConnectionProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateEndpointConnectionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to