LocalUser コンストラクター

定義

オーバーロード

LocalUser()

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

LocalUser(String, String, String, IList<PermissionScope>, String, IList<SshPublicKey>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, SystemData)

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

LocalUser()

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

public LocalUser ();
Public Sub New ()

適用対象

LocalUser(String, String, String, IList<PermissionScope>, String, IList<SshPublicKey>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, SystemData)

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

public LocalUser (string id = default, string name = default, string type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.PermissionScope> permissionScopes = default, string homeDirectory = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.SshPublicKey> sshAuthorizedKeys = default, string sid = default, bool? hasSharedKey = default, bool? hasSshKey = default, bool? hasSshPassword = default, Microsoft.Azure.Management.Storage.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Storage.Models.LocalUser : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.PermissionScope> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.SshPublicKey> * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.Storage.Models.SystemData -> Microsoft.Azure.Management.Storage.Models.LocalUser
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional permissionScopes As IList(Of PermissionScope) = Nothing, Optional homeDirectory As String = Nothing, Optional sshAuthorizedKeys As IList(Of SshPublicKey) = Nothing, Optional sid As String = Nothing, Optional hasSharedKey As Nullable(Of Boolean) = Nothing, Optional hasSshKey As Nullable(Of Boolean) = Nothing, Optional hasSshPassword As Nullable(Of Boolean) = Nothing, Optional systemData As SystemData = Nothing)

パラメーター

id
String

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

リソースの名前

type
String

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

permissionScopes
IList<PermissionScope>

ローカル ユーザーのアクセス許可スコープ。

homeDirectory
String

オプションのローカル ユーザー ホーム ディレクトリ。

sshAuthorizedKeys
IList<SshPublicKey>
sid
String

サーバーによって生成される一意のセキュリティ識別子。

hasSharedKey
Nullable<Boolean>

共有キーが存在するかどうかを示します。 既存の共有キーを削除するには、false に設定します。

hasSshKey
Nullable<Boolean>

ssh キーが存在するかどうかを示します。 既存の SSH キーを削除するには、false に設定します。

hasSshPassword
Nullable<Boolean>

ssh パスワードが存在するかどうかを示します。 既存の SSH パスワードを削除するには、false に設定します。

systemData
SystemData

適用対象