Compartir a través de


ApplicationGroupOperationsExtensions.CreateOrUpdateApplicationGroupAsync Método

Definición

Crea o actualiza un grupo de aplicaciones para un espacio de nombres.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Models.ApplicationGroup> CreateOrUpdateApplicationGroupAsync (this Microsoft.Azure.Management.EventHub.IApplicationGroupOperations operations, string resourceGroupName, string namespaceName, string applicationGroupName, Microsoft.Azure.Management.EventHub.Models.ApplicationGroup parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateApplicationGroupAsync : Microsoft.Azure.Management.EventHub.IApplicationGroupOperations * string * string * string * Microsoft.Azure.Management.EventHub.Models.ApplicationGroup * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Models.ApplicationGroup>
<Extension()>
Public Function CreateOrUpdateApplicationGroupAsync (operations As IApplicationGroupOperations, resourceGroupName As String, namespaceName As String, applicationGroupName As String, parameters As ApplicationGroup, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApplicationGroup)

Parámetros

operations
IApplicationGroupOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos dentro de la suscripción de Azure.

namespaceName
String

El nombre del espacio de nombres

applicationGroupName
String

El nombre del grupo de aplicaciones

parameters
ApplicationGroup

The ApplicationGroup.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a