PrivateLinkResourceDescription 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 PrivateLinkResourceDescription : Microsoft.Azure.Management.HealthcareApis.Models.PrivateLinkResource
type PrivateLinkResourceDescription = class
inherit PrivateLinkResource
Public Class PrivateLinkResourceDescription
Inherits PrivateLinkResource
- Inheritance
Constructors
PrivateLinkResourceDescription() |
Initializes a new instance of the PrivateLinkResourceDescription class. |
PrivateLinkResourceDescription(String, String, String, String, IList<String>, IList<String>, SystemData) |
Initializes a new instance of the PrivateLinkResourceDescription class. |
Properties
GroupId |
Gets the private link resource group id. (Inherited from PrivateLinkResource) |
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) |
RequiredMembers |
Gets the private link resource required member names. (Inherited from PrivateLinkResource) |
RequiredZoneNames |
Gets or sets the private link resource Private link DNS zone name. (Inherited from PrivateLinkResource) |
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) |
Applies to
Azure SDK for .NET