PrivateLinkResourceDescription クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プライベート エンドポイント接続リソース。
public class PrivateLinkResourceDescription : Microsoft.Azure.Management.HealthcareApis.Models.PrivateLinkResource
type PrivateLinkResourceDescription = class
inherit PrivateLinkResource
Public Class PrivateLinkResourceDescription
Inherits PrivateLinkResource
- 継承
コンストラクター
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) |
適用対象
Azure SDK for .NET