PrivateEndpointConnection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PrivateEndpointConnection のプロパティ。
[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnection : Microsoft.Azure.Management.ServiceBus.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpointConnection = class
inherit ProxyResource
Public Class PrivateEndpointConnection
Inherits ProxyResource
- 継承
- 属性
コンストラクター
PrivateEndpointConnection() |
PrivateEndpointConnection クラスの新しいインスタンスを初期化します。 |
PrivateEndpointConnection(String, String, String, String, PrivateEndpoint, ConnectionState, String, SystemData) |
PrivateEndpointConnection クラスの新しいインスタンスを初期化します。 |
プロパティ
Id |
リソースの完全修飾リソース ID を取得します。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (継承元 ProxyResource) |
Location |
リソースが存在する地理的な場所を取得します (継承元 ProxyResource) |
Name |
リソースの名前を取得します (継承元 ProxyResource) |
PrivateEndpoint |
この接続のプライベート エンドポイント リソースを取得または設定します。 |
PrivateLinkServiceConnectionState |
接続の状態に関する詳細を取得または設定します。 |
ProvisioningState |
プライベート エンドポイント接続のプロビジョニング状態を取得または設定します。 使用可能な値には、'Creating'、'Updating'、'Deleting'、'Succeeded'、'Canceled'、'Failed' などがあります。 |
SystemData |
このリソースに関連するシステム メタデータを取得します。 |
Type |
リソースの種類を取得します。 例: "Microsoft.EventHub/Namespaces" または "Microsoft.EventHub/Namespaces/EventHubs" (継承元 ProxyResource) |
適用対象
Azure SDK for .NET