Condividi tramite


WorkloadNetworksOperationsExtensions.ListSegmentsAsync Metodo

Definizione

Elenco di segmenti in una rete del carico di lavoro del cloud privato.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment>> ListSegmentsAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, System.Threading.CancellationToken cancellationToken = default);
static member ListSegmentsAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment>>
<Extension()>
Public Function ListSegmentsAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadNetworkSegment))

Parametri

operations
IWorkloadNetworksOperations

Gruppo di operazioni per questo metodo di estensione.

resourceGroupName
String

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

privateCloudName
String

Nome del cloud privato

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Si applica a