Share via


HubCollection.CreateOrUpdateAsync Method

Definition

Creates a hub, or updates an existing hub.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}
  • Operation Id: Hubs_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.HubResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string hubName, Azure.ResourceManager.CustomerInsights.HubData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.CustomerInsights.HubData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.HubResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.CustomerInsights.HubData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.HubResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, hubName As String, data As HubData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of HubResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

hubName
String

The name of the Hub.

data
HubData

Parameters supplied to the CreateOrUpdate Hub operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

hubName is an empty string, and was expected to be non-empty.

hubName or data is null.

Applies to