次の方法で共有


PrivateEndpointConnection Class

Definition

A private endpoint connection

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnection : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpointConnection = class
    interface IResource
Public Class PrivateEndpointConnection
Implements IResource
Inheritance
PrivateEndpointConnection
Attributes
Implements

Constructors

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

PrivateEndpointConnection(String, String, String, PrivateEndpoint, String, PrivateLinkServiceConnectionState)

Initializes a new instance of the PrivateEndpointConnection class.

Properties

Id

Gets the ID of the private endpoint connection.

Name

Gets the name of the private endpoint connection.

PrivateEndpoint

Gets or sets the resource of private endpoint.

PrivateLinkServiceConnectionState

Gets or sets a collection of information about the state of the connection between service consumer and provider.

ProvisioningState

Gets the current provisioning state. Possible values include: 'Canceled', 'Creating', 'Deleting', 'Failed', 'Succeeded'

Type

Gets the resource type.

Applies to