ReservedIPOperationsExtensions.GetAsync Method (IReservedIPOperations, String)
The Get Reserved IP operation retrieves the details for the virtual IP reserved for the subscription.
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
public static Task<NetworkReservedIPGetResponse> GetAsync( this IReservedIPOperations operations, string ipName )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Network.IReservedIPOperations
Reference to the Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
- ipName
-
Type:
System.String
Required. The name of the reserved IP to retrieve.
Return Value
Type: System.Threading.Tasks.Task<NetworkReservedIPGetResponse>A reserved IP associated with your subscription.
Show: