FrontendCollection.CreateOrUpdate Method

Definition

Create a Frontend

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
  • Operation Id: FrontendsInterface_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceNetworking.FrontendResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string frontendName, Azure.ResourceManager.ServiceNetworking.FrontendData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ServiceNetworking.FrontendData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceNetworking.FrontendResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ServiceNetworking.FrontendData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceNetworking.FrontendResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, frontendName As String, data As FrontendData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of FrontendResource)

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.

frontendName
String

Frontends.

data
FrontendData

Resource create parameters.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

frontendName or data is null.

Applies to