IReservedIPOperations.GetAsync Method
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)
Usage
'Usage
Dim instance As IReservedIPOperations
Dim ipName As String
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of NetworkReservedIPGetResponse)
returnValue = instance.GetAsync(ipName, cancellationToken)
Syntax
'Declaration
Function GetAsync ( _
ipName As String, _
cancellationToken As CancellationToken _
) As Task(Of NetworkReservedIPGetResponse)
Task<NetworkReservedIPGetResponse> GetAsync (
string ipName,
CancellationToken cancellationToken
)
Task<NetworkReservedIPGetResponse^>^ GetAsync (
String^ ipName,
CancellationToken cancellationToken
)
Task<NetworkReservedIPGetResponse> GetAsync (
String ipName,
CancellationToken cancellationToken
)
function GetAsync (
ipName : String,
cancellationToken : CancellationToken
) : Task<NetworkReservedIPGetResponse>
Parameters
- ipName
The name of the reserved IP to retrieve.
- cancellationToken
Cancellation token.
Return Value
A reserved IP associated with your subscription.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
IReservedIPOperations Interface
IReservedIPOperations Members
Microsoft.WindowsAzure.Management.Network Namespace