Udostępnij za pośrednictwem


PrivateLinkServiceConnectionInner Constructors

Definition

Overloads

PrivateLinkServiceConnectionInner()

Initializes a new instance of the PrivateLinkServiceConnectionInner class.

PrivateLinkServiceConnectionInner(String, ProvisioningState, String, IList<String>, String, PrivateLinkServiceConnectionState, String, String, String)

Initializes a new instance of the PrivateLinkServiceConnectionInner class.

PrivateLinkServiceConnectionInner()

Initializes a new instance of the PrivateLinkServiceConnectionInner class.

public PrivateLinkServiceConnectionInner ();
Public Sub New ()

Applies to

PrivateLinkServiceConnectionInner(String, ProvisioningState, String, IList<String>, String, PrivateLinkServiceConnectionState, String, String, String)

Initializes a new instance of the PrivateLinkServiceConnectionInner class.

public PrivateLinkServiceConnectionInner (string id = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string privateLinkServiceId = default, System.Collections.Generic.IList<string> groupIds = default, string requestMessage = default, Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, string name = default, string type = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceConnectionInner : string * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * System.Collections.Generic.IList<string> * string * Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceConnectionState * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceConnectionInner
Public Sub New (Optional id As String = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional privateLinkServiceId As String = Nothing, Optional groupIds As IList(Of String) = Nothing, Optional requestMessage As String = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing)

Parameters

id
String
provisioningState
ProvisioningState

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

privateLinkServiceId
String

The resource id of private link service.

groupIds
IList<String>

The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to.

requestMessage
String

A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

A collection of read-only information about the state of the connection to the remote resource.

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