Share via


WorkloadNetworkSegmentCollection.CreateOrUpdate Method

Definition

Create a segment by id in a private cloud workload network.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/workloadNetworks/default/segments/{segmentId}
  • Operation Id: WorkloadNetworks_CreateSegments
  • Default Api Version: 2023-03-01
  • Resource: WorkloadNetworkSegmentResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.WorkloadNetworkSegmentResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string segmentId, Azure.ResourceManager.Avs.WorkloadNetworkSegmentData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Avs.WorkloadNetworkSegmentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.WorkloadNetworkSegmentResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Avs.WorkloadNetworkSegmentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.WorkloadNetworkSegmentResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, segmentId As String, data As WorkloadNetworkSegmentData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of WorkloadNetworkSegmentResource)

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.

segmentId
String

NSX Segment identifier. Generally the same as the Segment's display name.

data
WorkloadNetworkSegmentData

NSX Segment.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

segmentId or data is null.

Applies to