FrontendIPConfiguration.Type Property
Optional. The type of the VIP provided by this load balancer. Currently, only 'Private' is supported. This will create load balancing services on a private VIP.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.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.Compute.Models Namespace
Return to top