PrivateEndpointConnection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The private endpoint connection.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnection : Microsoft.Azure.Management.HDInsight.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpointConnection = class
inherit Resource
Public Class PrivateEndpointConnection
Inherits Resource
- Inheritance
- Attributes
Constructors
PrivateEndpointConnection() |
Initializes a new instance of the PrivateEndpointConnection class. |
PrivateEndpointConnection(PrivateLinkServiceConnectionState, String, String, String, PrivateEndpoint, String, String, SystemData) |
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) |
LinkIdentifier |
Gets the link identifier. |
Name |
Gets the name of the resource (Inherited from Resource) |
PrivateEndpoint |
Gets the private endpoint of the private endpoint connection |
PrivateLinkServiceConnectionState |
Gets or sets the private link service connection state. |
ProvisioningState |
Gets the provisioning state, which only appears in the response. Possible values include: 'InProgress', 'Updating', 'Failed', 'Succeeded', 'Canceled', 'Deleting' |
SystemData | |
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
Azure SDK for .NET