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