MobileNetworkSiteCollection.CreateOrUpdate Method

Definition

Creates or updates a mobile network site. Must be created in the same location as its parent mobile network.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/sites/{siteName}
  • Operation Id: Sites_CreateOrUpdate
  • Default Api Version: 2024-02-01
  • Resource: MobileNetworkSiteResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MobileNetwork.MobileNetworkSiteResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string siteName, Azure.ResourceManager.MobileNetwork.MobileNetworkSiteData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.MobileNetwork.MobileNetworkSiteData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MobileNetwork.MobileNetworkSiteResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.MobileNetwork.MobileNetworkSiteData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MobileNetwork.MobileNetworkSiteResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, siteName As String, data As MobileNetworkSiteData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of MobileNetworkSiteResource)

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 mobile network site.

data
MobileNetworkSiteData

Parameters supplied to the create or update mobile 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