Share via


AutomationAccountCreateParameters.CloudServiceSettings Property

 

Required. Gets or sets the cloud service settings.

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

Syntax

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

Property Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceSettings

See Also

AutomationAccountCreateParameters Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top