次の方法で共有


BatchAccountRegenerateKeyParameters.KeyName プロパティ

定義

再生成するアカウント キーの種類を取得または設定します。 使用可能な値は、'Primary'、'Secondary' です。

[Newtonsoft.Json.JsonProperty(PropertyName="keyName")]
public Microsoft.Azure.Management.Batch.Models.AccountKeyType KeyName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keyName")>]
member this.KeyName : Microsoft.Azure.Management.Batch.Models.AccountKeyType with get, set
Public Property KeyName As AccountKeyType

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象