PartnerNamespacesOperationsExtensions.BeginCreateOrUpdateAsync 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.
Erstellen Sie einen Partnernamespace.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.PartnerNamespace> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.EventGrid.IPartnerNamespacesOperations operations, string resourceGroupName, string partnerNamespaceName, Microsoft.Azure.Management.EventGrid.Models.PartnerNamespace partnerNamespaceInfo, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.EventGrid.IPartnerNamespacesOperations * string * string * Microsoft.Azure.Management.EventGrid.Models.PartnerNamespace * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.PartnerNamespace>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IPartnerNamespacesOperations, resourceGroupName As String, partnerNamespaceName As String, partnerNamespaceInfo As PartnerNamespace, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PartnerNamespace)
Parameter
- operations
- IPartnerNamespacesOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe im Abonnement des Benutzers.
- partnerNamespaceName
- String
Name des Partnernamespaces.
- partnerNamespaceInfo
- PartnerNamespace
PartnerNamespace-Informationen.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Erstellt asynchron einen neuen Partnernamespace mit den angegebenen Parametern.
Gilt für:
Azure SDK for .NET