Udostępnij za pośrednictwem


PrivateEndpointConnectionInner Constructors

Definition

Overloads

PrivateEndpointConnectionInner()

Initializes a new instance of the PrivateEndpointConnectionInner class.

PrivateEndpointConnectionInner(String, PrivateEndpointInner, PrivateLinkServiceConnectionState, ProvisioningState, String, String, String, String)

Initializes a new instance of the PrivateEndpointConnectionInner class.

PrivateEndpointConnectionInner()

Initializes a new instance of the PrivateEndpointConnectionInner class.

public PrivateEndpointConnectionInner ();
Public Sub New ()

Applies to

PrivateEndpointConnectionInner(String, PrivateEndpointInner, PrivateLinkServiceConnectionState, ProvisioningState, String, String, String, String)

Initializes a new instance of the PrivateEndpointConnectionInner class.

public PrivateEndpointConnectionInner (string id = default, Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointInner privateEndpoint = default, Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string linkIdentifier = default, string name = default, string type = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointConnectionInner : string * Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointInner * Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceConnectionState * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointConnectionInner
Public Sub New (Optional id As String = Nothing, Optional privateEndpoint As PrivateEndpointInner = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional linkIdentifier As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing)

Parameters

id
String
privateEndpoint
PrivateEndpointInner

The resource of private end point.

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

A collection of information about the state of the connection between service consumer and provider.

provisioningState
ProvisioningState

The provisioning state of the private endpoint connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

linkIdentifier
String

The consumer link id.

name
String

The name of the resource that is unique within a resource group. This name can be used to access the resource.

type
String

The resource type.

etag
String

A unique read-only string that changes whenever the resource is updated.

Applies to