共用方式為


VirtualHubCollection.CreateOrUpdate Method

Definition

Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}
  • Operation Id: VirtualHubs_CreateOrUpdate
  • Default Api Version: 2023-09-01
  • Resource: VirtualHubResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VirtualHubResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string virtualHubName, Azure.ResourceManager.Network.VirtualHubData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.VirtualHubData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VirtualHubResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.VirtualHubData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VirtualHubResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, virtualHubName As String, data As VirtualHubData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of VirtualHubResource)

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.

virtualHubName
String

The name of the VirtualHub.

data
VirtualHubData

Parameters supplied to create or update VirtualHub.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

virtualHubName or data is null.

Applies to