PrivateLinkResource Class

Definition

Contains information about a private link resource.

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

Constructors

PrivateLinkResource()

Initializes a new instance of the PrivateLinkResource class.

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

Initializes a new instance of the PrivateLinkResource class.

Properties

Etag

Gets the ETag of the resource, used for concurrency statements.

(Inherited from ProxyResource)
GroupId

Gets the group id of the private link resource.

Id

Gets the ID of the resource.

(Inherited from ProxyResource)
Name

Gets the name of the resource.

(Inherited from ProxyResource)
RequiredMembers

Gets the list of required members that are used to establish the private link connection.

RequiredZoneNames

Gets the list of required zone names for the private DNS resource name

Type

Gets the type of the resource.

(Inherited from ProxyResource)

Applies to