PrivateLinkResource クラス

定義

プライベート リンク リソース

public class PrivateLinkResource : Microsoft.Azure.Management.Synapse.Models.ProxyResource
type PrivateLinkResource = class
    inherit ProxyResource
Public Class PrivateLinkResource
Inherits ProxyResource
継承
PrivateLinkResource

コンストラクター

PrivateLinkResource()

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

PrivateLinkResource(String, String, String, PrivateLinkResourceProperties)

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

プロパティ

Id

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

(継承元 Resource)
Name

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

(継承元 Resource)
Properties

プライベート リンク リソースのプロパティを取得します。

Type

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

(継承元 Resource)

適用対象