LocalUser コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
サーバーによって生成される一意のセキュリティ識別子。
- systemData
- SystemData
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET