NetworkManagementClient.StaticIPs Property
The Network Management API includes operations for managing the static IPs for your subscription.
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public virtual IStaticIPOperations StaticIPs { get; }
public:
property IStaticIPOperations^ StaticIPs {
virtual IStaticIPOperations^ get();
}
abstract StaticIPs : IStaticIPOperations with get
override StaticIPs : IStaticIPOperations with get
Public Overridable ReadOnly Property StaticIPs As IStaticIPOperations
Property Value
Type: Microsoft.WindowsAzure.Management.Network.IStaticIPOperations
Implements
INetworkManagementClient.StaticIPs
See Also
NetworkManagementClient Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top