UsersOperationsExtensions.CreateOrUpdate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しいユーザーを作成するか、データ ボックス エッジ/ゲートウェイ デバイス上の既存のユーザーの情報を更新します。
public static Microsoft.Azure.Management.EdgeGateway.Models.User CreateOrUpdate (this Microsoft.Azure.Management.EdgeGateway.IUsersOperations operations, string deviceName, string name, string resourceGroupName, Microsoft.Azure.Management.EdgeGateway.Models.AsymmetricEncryptedSecret encryptedPassword = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.ShareAccessRight> shareAccessRights = default);
static member CreateOrUpdate : Microsoft.Azure.Management.EdgeGateway.IUsersOperations * string * string * string * Microsoft.Azure.Management.EdgeGateway.Models.AsymmetricEncryptedSecret * System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.ShareAccessRight> -> Microsoft.Azure.Management.EdgeGateway.Models.User
<Extension()>
Public Function CreateOrUpdate (operations As IUsersOperations, deviceName As String, name As String, resourceGroupName As String, Optional encryptedPassword As AsymmetricEncryptedSecret = Nothing, Optional shareAccessRights As IList(Of ShareAccessRight) = Nothing) As User
パラメーター
- operations
- IUsersOperations
この拡張メソッドの操作グループ。
- deviceName
- String
デバイス名。
- name
- String
ユーザー名です。
- resourceGroupName
- String
リソース グループ名。
- encryptedPassword
- AsymmetricEncryptedSecret
パスワードの詳細。
- shareAccessRights
- IList<ShareAccessRight>
ユーザーが権限を持つ共有の一覧。 このフィールドは、ユーザーの作成時に指定しないでください。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET