Udostępnij za pośrednictwem


WorkloadNetworkSegmentCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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

Parameters

segmentId
String

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

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

segmentId is null.

Applies to