PrivateEndpointConnectionDescription 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 resource.
public class PrivateEndpointConnectionDescription : Microsoft.Azure.Management.HealthcareApis.Models.PrivateEndpointConnection
type PrivateEndpointConnectionDescription = class
inherit PrivateEndpointConnection
Public Class PrivateEndpointConnectionDescription
Inherits PrivateEndpointConnection
- Inheritance
Constructors
PrivateEndpointConnectionDescription() |
Initializes a new instance of the PrivateEndpointConnectionDescription class. |
PrivateEndpointConnectionDescription(PrivateLinkServiceConnectionState, String, String, String, PrivateEndpoint, String, SystemData) |
Initializes a new instance of the PrivateEndpointConnectionDescription 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. (Inherited from PrivateEndpointConnection) |
PrivateLinkServiceConnectionState |
Gets or sets a collection of information about the state of the connection between service consumer and provider. (Inherited from PrivateEndpointConnection) |
ProvisioningState |
Gets or sets the provisioning state of the private endpoint connection resource. Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Failed' (Inherited from PrivateEndpointConnection) |
SystemData |
Gets or sets metadata pertaining to creation and last modification of the resource. |
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