PrivateEndpointConnection Class

Definition

The Private Endpoint Connection resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnection : Microsoft.Azure.Management.Redis.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpointConnection = class
    inherit Resource
Public Class PrivateEndpointConnection
Inherits Resource
Inheritance
PrivateEndpointConnection
Attributes

Constructors

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

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

Initializes a new instance of the PrivateEndpointConnection class.

Properties

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
PrivateEndpoint

Gets or sets the resource of private end point.

PrivateLinkServiceConnectionState

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

ProvisioningState

Gets or sets the provisioning state of the private endpoint connection resource. Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Failed'

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to