次の方法で共有


UsersOperationsExtensions.CreateOrUpdate メソッド

定義

新しいユーザーを作成するか、データ ボックス エッジ/ゲートウェイ デバイス上の既存のユーザーの情報を更新します。

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>

ユーザーが権限を持つ共有の一覧。 このフィールドは、ユーザーの作成時に指定しないでください。

戻り値

適用対象