Compartilhar via


PublicIPPrefixesOperationsExtensions.GetAsync Método

Definição

Obtém o prefixo ip público especificado em um grupo de recursos especificado.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.PublicIPPrefixInner> GetAsync (this Microsoft.Azure.Management.Network.Fluent.IPublicIPPrefixesOperations operations, string resourceGroupName, string publicIpPrefixName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Network.Fluent.IPublicIPPrefixesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.PublicIPPrefixInner>
<Extension()>
Public Function GetAsync (operations As IPublicIPPrefixesOperations, resourceGroupName As String, publicIpPrefixName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PublicIPPrefixInner)

Parâmetros

operations
IPublicIPPrefixesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

publicIpPrefixName
String

O nome do prefixo de IP público.

expand
String

Expande os recursos referenciados.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a