次の方法で共有


AccessControlRecordsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

アクセス制御レコードを作成または更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StorSimple8000Series.Models.AccessControlRecord> CreateOrUpdateAsync (this Microsoft.Azure.Management.StorSimple8000Series.IAccessControlRecordsOperations operations, string accessControlRecordName, Microsoft.Azure.Management.StorSimple8000Series.Models.AccessControlRecord parameters, string resourceGroupName, string managerName, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.StorSimple8000Series.IAccessControlRecordsOperations * string * Microsoft.Azure.Management.StorSimple8000Series.Models.AccessControlRecord * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StorSimple8000Series.Models.AccessControlRecord>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IAccessControlRecordsOperations, accessControlRecordName As String, parameters As AccessControlRecord, resourceGroupName As String, managerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AccessControlRecord)

パラメーター

operations
IAccessControlRecordsOperations

この拡張メソッドの操作グループ。

accessControlRecordName
String

アクセス制御レコードの名前。

parameters
AccessControlRecord

追加または更新するアクセス制御レコード。

resourceGroupName
String

リソース グループ名

managerName
String

マネージャー名

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象