다음을 통해 공유


WorkloadNetworkSegmentCollection.CreateOrUpdateAsync Method

Definition

Create a WorkloadNetworkSegment

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

The ID of the NSX Segment.

data
WorkloadNetworkSegmentData

Resource create parameters.

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