次の方法で共有


SharedPrivateLinkResource クラス

定義

Azure Cognitive Search サービスによって管理される共有Private Link リソースについて説明します。

public class SharedPrivateLinkResource : Microsoft.Azure.Management.Search.Models.Resource
type SharedPrivateLinkResource = class
    inherit Resource
Public Class SharedPrivateLinkResource
Inherits Resource
継承
SharedPrivateLinkResource

コンストラクター

SharedPrivateLinkResource()

SharedPrivateLinkResource クラスの新しいインスタンスを初期化します。

SharedPrivateLinkResource(String, String, String, SharedPrivateLinkResourceProperties)

SharedPrivateLinkResource クラスの新しいインスタンスを初期化します。

プロパティ

Id

リソースの完全修飾リソース ID を取得します。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(継承元 Resource)
Name

リソースの名前を取得します

(継承元 Resource)
Properties

Azure Cognitive Search サービスによって管理される Shared Private Link Resource のプロパティを取得または設定します。

Type

リソースの種類を取得します。 例: Microsoft.Compute/virtualMachines または Microsoft.Storage/storageAccounts。

(継承元 Resource)

適用対象