次の方法で共有


PrivateEndpointConnection クラス

定義

コンテナー レジストリのプライベート エンドポイント接続を表す オブジェクト。

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnection : Microsoft.Azure.Management.ContainerRegistry.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpointConnection = class
    inherit ProxyResource
Public Class PrivateEndpointConnection
Inherits ProxyResource
継承
PrivateEndpointConnection
属性

コンストラクター

PrivateEndpointConnection()

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

PrivateEndpointConnection(String, String, String, SystemData, PrivateEndpoint, PrivateLinkServiceConnectionState, String)

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

プロパティ

Id

リソース ID を取得します。

(継承元 ProxyResource)
Name

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

(継承元 ProxyResource)
PrivateEndpoint

プライベート エンドポイントのリソースを取得または設定します。

PrivateLinkServiceConnectionState

サービス コンシューマーとプロバイダー間の接続の状態に関する情報のコレクションを取得または設定します。

ProvisioningState

プライベート エンドポイント接続リソースのプロビジョニング状態を取得します。 使用できる値は、'Creating'、'Updating'、'Deleting'、'Succeeded'、'Failed'、'Canceled' です。

SystemData

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

(継承元 ProxyResource)
Type

リソースの種類を取得します。

(継承元 ProxyResource)

適用対象