共用方式為


PrivateLinkResource Class

Definition

A private link resource

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

Constructors

PrivateLinkResource()

Initializes a new instance of the PrivateLinkResource class.

PrivateLinkResource(String, String, String, String, IDictionary<String,String>, String, IList<String>, IList<String>)

Initializes a new instance of the PrivateLinkResource class.

Properties

GroupId

Gets group identifier of private link resource.

Id

Gets fully qualified identifier of the key vault resource.

(Inherited from Resource)
Location

Gets azure location of the key vault resource.

(Inherited from Resource)
Name

Gets name of the key vault resource.

(Inherited from Resource)
RequiredMembers

Gets required member names of private link resource.

RequiredZoneNames

Gets or sets required DNS zone names of the the private link resource.

Tags

Gets tags assigned to the key vault resource.

(Inherited from Resource)
Type

Gets resource type of the key vault resource.

(Inherited from Resource)

Applies to