IReservedIPOperations.GetAsync(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.