Partager via


WorkloadNetworksOperationsExtensions.ListDhcpAsync Méthode

Définition

Répertorier dhcp dans un réseau de charge de travail de cloud privé.

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

Paramètres

operations
IWorkloadNetworksOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

privateCloudName
String

Nom du cloud privé

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à