ReservedIPOperationsExtensions.Get 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)

<ExtensionAttribute>
Public Shared Function Get (
	operations As IReservedIPOperations,
	ipName As String
) As NetworkReservedIPGetResponse

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: Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPGetResponse

A reserved IP associated with your subscription.

Return to top
Show: