Bagikan melalui


NetworkRackCollection.CreateOrUpdate Method

Definition

Create Network Rack resource.

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

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.

networkRackName
String

Name of the Network Rack.

data
NetworkRackData

Request payload.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

networkRackName or data is null.

Applies to