次の方法で共有


VirtualMachineProfile.UseSharedPassword プロパティ

定義

このオプションを有効にする設定を取得または取得すると、すべてのユーザー VM に同じパスワードが使用されます。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="useSharedPassword")]
public Microsoft.Azure.Management.LabServices.Models.EnableState? UseSharedPassword { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="useSharedPassword")>]
member this.UseSharedPassword : Nullable<Microsoft.Azure.Management.LabServices.Models.EnableState> with get, set
Public Property UseSharedPassword As Nullable(Of EnableState)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象