PrivateLinkServiceConnection Class

Definition

A grouping of information about the connection to the remote resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateLinkServiceConnection
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateLinkServiceConnection = class
Public Class PrivateLinkServiceConnection
Inheritance
PrivateLinkServiceConnection
Attributes

Constructors

PrivateLinkServiceConnection()

Initializes a new instance of the PrivateLinkServiceConnection class.

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

Initializes a new instance of the PrivateLinkServiceConnection class.

Properties

GroupIds

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

PrivateLinkServiceConnectionState

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

PrivateLinkServiceId

Gets or sets the resource id of the private link service. Required on PUT (CreateOrUpdate) requests.

RequestMessage

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

Applies to