ArmContainerServiceModelFactory.ManagedClusterPodIdentity メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ManagedClusterPodIdentity の新しいインスタンスを初期化します。
public static Azure.ResourceManager.ContainerService.Models.ManagedClusterPodIdentity ManagedClusterPodIdentity (string name = default, string namespace = default, string bindingSelector = default, Azure.ResourceManager.ContainerService.Models.ContainerServiceUserAssignedIdentity identity = default, Azure.ResourceManager.ContainerService.Models.ManagedClusterPodIdentityProvisioningState? provisioningState = default, Azure.ResponseError errorDetail = default);
static member ManagedClusterPodIdentity : string * string * string * Azure.ResourceManager.ContainerService.Models.ContainerServiceUserAssignedIdentity * Nullable<Azure.ResourceManager.ContainerService.Models.ManagedClusterPodIdentityProvisioningState> * Azure.ResponseError -> Azure.ResourceManager.ContainerService.Models.ManagedClusterPodIdentity
Public Shared Function ManagedClusterPodIdentity (Optional name As String = Nothing, Optional namespace As String = Nothing, Optional bindingSelector As String = Nothing, Optional identity As ContainerServiceUserAssignedIdentity = Nothing, Optional provisioningState As Nullable(Of ManagedClusterPodIdentityProvisioningState) = Nothing, Optional errorDetail As ResponseError = Nothing) As ManagedClusterPodIdentity
パラメーター
- name
- String
ポッド ID の名前。
- namespace
- String
ポッド ID の名前空間。
- bindingSelector
- String
AzureIdentityBinding リソースに使用するバインド セレクター。
- identity
- ContainerServiceUserAssignedIdentity
ユーザー割り当て ID の詳細。
- provisioningState
- Nullable<ManagedClusterPodIdentityProvisioningState>
ポッド ID の現在のプロビジョニング状態。
- errorDetail
- ResponseError
戻り値
モック作成用の新しい ManagedClusterPodIdentity インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET