PrivateLinkServiceConnection Class

Definition

PrivateLinkServiceConnection resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateLinkServiceConnection : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateLinkServiceConnection = class
    inherit SubResource
Public Class PrivateLinkServiceConnection
Inherits SubResource
Inheritance
PrivateLinkServiceConnection
Attributes

Constructors

PrivateLinkServiceConnection()

Initializes a new instance of the PrivateLinkServiceConnection class.

PrivateLinkServiceConnection(String, String, String, IList<String>, String, PrivateLinkServiceConnectionState, String, String, String)

Initializes a new instance of the PrivateLinkServiceConnection class.

Properties

Etag

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

GroupIds

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

Id

Gets or sets resource ID.

(Inherited from SubResource)
Name

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

PrivateLinkServiceConnectionState

Gets or sets a collection of read-only information about the state of the connection to the remote resource.

PrivateLinkServiceId

Gets or sets the resource id of private link service.

ProvisioningState

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

RequestMessage

Gets or sets a message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.

Type

Gets the resource type.

Applies to