Freigeben über


NamespacesOperationsExtensions.PatchAsync Methode

Definition

Patches für den vorhandenen Namespace

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.NotificationHubs.Models.NamespaceResource> PatchAsync (this Microsoft.Azure.Management.NotificationHubs.INamespacesOperations operations, string resourceGroupName, string namespaceName, Microsoft.Azure.Management.NotificationHubs.Models.NamespacePatchParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member PatchAsync : Microsoft.Azure.Management.NotificationHubs.INamespacesOperations * string * string * Microsoft.Azure.Management.NotificationHubs.Models.NamespacePatchParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.NotificationHubs.Models.NamespaceResource>
<Extension()>
Public Function PatchAsync (operations As INamespacesOperations, resourceGroupName As String, namespaceName As String, parameters As NamespacePatchParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NamespaceResource)

Parameter

operations
INamespacesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

namespaceName
String

Der Namespacename.

parameters
NamespacePatchParameters

Parameter, die zum Patchen einer Namespaceressource bereitgestellt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: