次の方法で共有


OpenShiftManagedClusterAuthProfile.IdentityProviders プロパティ

定義

使用する認証プロファイルの種類を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="identityProviders")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterIdentityProvider> IdentityProviders { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="identityProviders")>]
member this.IdentityProviders : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterIdentityProvider> with get, set
Public Property IdentityProviders As IList(Of OpenShiftManagedClusterIdentityProvider)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象