Condividi tramite


PrivateLinkResource Class

Definition

Describes a supported private link resource for the Azure Cognitive Search service.

public class PrivateLinkResource : Microsoft.Azure.Management.Search.Models.Resource
type PrivateLinkResource = class
    inherit Resource
Public Class PrivateLinkResource
Inherits Resource
Inheritance
PrivateLinkResource

Constructors

PrivateLinkResource()

Initializes a new instance of the PrivateLinkResource class.

PrivateLinkResource(String, String, String, PrivateLinkResourceProperties)

Initializes a new instance of the PrivateLinkResource 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)
Properties

Gets describes the properties of a supported private link resource for the Azure Cognitive Search service.

Type

Gets the type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

(Inherited from Resource)

Applies to