次の方法で共有


PrivateLinkResourceDescription クラス

定義

プライベート エンドポイント接続リソース。

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

コンストラクター

PrivateLinkResourceDescription()

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

PrivateLinkResourceDescription(String, String, String, String, IList<String>, IList<String>, SystemData)

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

プロパティ

GroupId

プライベート リンク リソース グループ ID を取得します。

(継承元 PrivateLinkResource)
Id

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

(継承元 Resource)
Name

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

(継承元 Resource)
RequiredMembers

プライベート リンク リソースに必要なメンバー名を取得します。

(継承元 PrivateLinkResource)
RequiredZoneNames

プライベート リンク リソースのプライベート リンク DNS ゾーン名を取得または設定します。

(継承元 PrivateLinkResource)
SystemData

リソースの作成と最後の変更に関連するメタデータを取得または設定します。

Type

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

(継承元 Resource)

適用対象