Aracılığıyla paylaş


SubnetCollection.CreateOrUpdate Method

Definition

Creates or updates a subnet in the specified virtual network.

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

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.

subnetName
String

The name of the subnet.

data
SubnetData

Parameters supplied to the create or update subnet operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

subnetName or data is null.

Applies to