IReservedIPOperations.GetAsync Method (String, CancellationToken)

 

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

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Task<NetworkReservedIPGetResponse> GetAsync(
	string ipName,
	CancellationToken cancellationToken
)

Parameters

ipName
Type: System.String

The name of the reserved IP to retrieve.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task<NetworkReservedIPGetResponse>

A reserved IP associated with your subscription.

Return to top
Show: