ReservedIPOperationsExtensions.GetAsync Method (IReservedIPOperations, String)
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)
Syntax
public static Task<NetworkReservedIPGetResponse> GetAsync(
this IReservedIPOperations operations,
string ipName
)
public:
[ExtensionAttribute]
static Task<NetworkReservedIPGetResponse^>^ GetAsync(
IReservedIPOperations^ operations,
String^ ipName
)
static member GetAsync :
operations:IReservedIPOperations *
ipName:string -> Task<NetworkReservedIPGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
operations As IReservedIPOperations,
ipName As String
) As Task(Of NetworkReservedIPGetResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Network.IReservedIPOperationsReference to the Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
ipName
Type: System.StringRequired. The name of the reserved IP to retrieve.
Return Value
Type: System.Threading.Tasks.Task<NetworkReservedIPGetResponse>
A reserved IP associated with your subscription.
See Also
ReservedIPOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top