Freigeben über


IPartnerNamespacesOperations.BeginCreateOrUpdateWithHttpMessagesAsync Methode

Definition

Erstellen Sie einen Partnernamespace.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.EventGrid.Models.PartnerNamespace>> BeginCreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string partnerNamespaceName, Microsoft.Azure.Management.EventGrid.Models.PartnerNamespace partnerNamespaceInfo, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginCreateOrUpdateWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.EventGrid.Models.PartnerNamespace * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.EventGrid.Models.PartnerNamespace>>
Public Function BeginCreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, partnerNamespaceName As String, partnerNamespaceInfo As PartnerNamespace, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of PartnerNamespace))

Parameter

resourceGroupName
String

Der Name der Ressourcengruppe im Abonnement des Benutzers.

partnerNamespaceName
String

Name des Partnernamespace.

partnerNamespaceInfo
PartnerNamespace

PartnerNamespace-Informationen.

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn die Antwort nicht deserialisiert werden kann

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Hinweise

Erstellt asynchron einen neuen Partnernamespace mit den angegebenen Parametern.

Gilt für: