ConfigurationSet.ConfigurationSetType Property

 

Gets or sets the configuration type for the configuration set.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public string ConfigurationSetType { get; set; }
public:
property String^ ConfigurationSetType {
    String^ get();
    void set(String^ value);
}
member ConfigurationSetType : string with get, set
Public Property ConfigurationSetType As String

Property Value

Type: System.String

The configuration type.

Remarks

Possible values are: WindowsProvisioningConfiguration, LinuxProvisioningConfiguration, or NetworkConfiguration.

See Also

ConfigurationSet Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top