共用方式為


IReservedIPOperations.GetAsync(String, CancellationToken) Method

Definition

The Get Reserved IP operation retrieves the details for the virtual IP reserved for the subscription.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPGetResponse> GetAsync (string ipName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPGetResponse>
Public Function GetAsync (ipName As String, cancellationToken As CancellationToken) As Task(Of NetworkReservedIPGetResponse)

Parameters

ipName
String

The name of the reserved IP to retrieve.

cancellationToken
CancellationToken

Cancellation token.

Returns

A reserved IP associated with your subscription.

Applies to