PrivateEndpointConnectionDescription クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プライベート エンドポイント接続リソース。
public class PrivateEndpointConnectionDescription : Microsoft.Azure.Management.HealthcareApis.Models.PrivateEndpointConnection
type PrivateEndpointConnectionDescription = class
inherit PrivateEndpointConnection
Public Class PrivateEndpointConnectionDescription
Inherits PrivateEndpointConnection
- 継承
コンストラクター
PrivateEndpointConnectionDescription() |
PrivateEndpointConnectionDescription クラスの新しいインスタンスを初期化します。 |
PrivateEndpointConnectionDescription(PrivateLinkServiceConnectionState, String, String, String, PrivateEndpoint, String, SystemData) |
PrivateEndpointConnectionDescription クラスの新しいインスタンスを初期化します。 |
プロパティ
Id |
リソースの完全修飾リソース ID を取得します。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (継承元 Resource) |
Name |
リソースの名前を取得します (継承元 Resource) |
PrivateEndpoint |
プライベート エンドポイントのリソースを取得または設定します。 (継承元 PrivateEndpointConnection) |
PrivateLinkServiceConnectionState |
サービス コンシューマーとプロバイダー間の接続の状態に関する情報のコレクションを取得または設定します。 (継承元 PrivateEndpointConnection) |
ProvisioningState |
プライベート エンドポイント接続リソースのプロビジョニング状態を取得または設定します。 指定できる値は、'Succeeded'、'Creating'、'Deleting'、'Failed' です。 (継承元 PrivateEndpointConnection) |
SystemData |
リソースの作成と最後の変更に関連するメタデータを取得または設定します。 |
Type |
リソースの種類を取得します。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" (継承元 Resource) |
メソッド
Validate() |
オブジェクトを検証します。 |
適用対象
Azure SDK for .NET