NetworkReservedIPCreateParameters.ServiceName Property
Optional. The name of the service the IP belongs to, if used.
Namespace: Microsoft.WindowsAzure.Management.Network.Models
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public string ServiceName { get; set; }
public:
property String^ ServiceName {
String^ get();
void set(String^ value);
}
member ServiceName : string with get, set
Public Property ServiceName As String
Property Value
Type: System.String
See Also
NetworkReservedIPCreateParameters Class
Microsoft.WindowsAzure.Management.Network.Models Namespace
Return to top