SiteCollection.CreateOrUpdate Method

Definition

Creates or updates a network site.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/sites/{siteName}
  • Operation Id: Sites_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridNetwork.SiteResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string siteName, Azure.ResourceManager.HybridNetwork.SiteData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.HybridNetwork.SiteData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridNetwork.SiteResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.HybridNetwork.SiteData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridNetwork.SiteResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, siteName As String, data As SiteData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SiteResource)

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.

siteName
String

The name of the network service site.

data
SiteData

Parameters supplied to the create or update network site operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

siteName or data is null.

Applies to