AccessControlRecordsOperationsExtensions.CreateOrUpdateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StorSimple.Fluent.Models.AccessControlRecordInner> CreateOrUpdateAsync (this Microsoft.Azure.Management.StorSimple.Fluent.IAccessControlRecordsOperations operations, string accessControlRecordName, Microsoft.Azure.Management.StorSimple.Fluent.Models.AccessControlRecordInner parameters, string resourceGroupName, string managerName, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.StorSimple.Fluent.IAccessControlRecordsOperations * string * Microsoft.Azure.Management.StorSimple.Fluent.Models.AccessControlRecordInner * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StorSimple.Fluent.Models.AccessControlRecordInner>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IAccessControlRecordsOperations, accessControlRecordName As String, parameters As AccessControlRecordInner, resourceGroupName As String, managerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AccessControlRecordInner)
Parameter
- operations
- IAccessControlRecordsOperations
- accessControlRecordName
- String
- parameters
- AccessControlRecordInner
- resourceGroupName
- String
- managerName
- String
- cancellationToken
- CancellationToken
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET