Share via


CloudServiceSettings Constructor (String)

Initializes a new instance of the CloudServiceSettings class with required arguments.

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

Usage

'Usage
Dim geoRegion As String

Dim instance As New CloudServiceSettings(geoRegion)

Syntax

'Declaration
Public Sub New ( _
    geoRegion As String _
)
public CloudServiceSettings (
    string geoRegion
)
public:
CloudServiceSettings (
    String^ geoRegion
)
public CloudServiceSettings (
    String geoRegion
)
public function CloudServiceSettings (
    geoRegion : String
)

Remarks

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

CloudServiceSettings Class
CloudServiceSettings Members
Microsoft.WindowsAzure.Management.Automation.Models Namespace