Share via


AffinityGroupUpdateParameters Constructor (String)

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

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

Usage

'Usage
Dim label As String

Dim instance As New AffinityGroupUpdateParameters(label)

Syntax

'Declaration
Public Sub New ( _
    label As String _
)
public AffinityGroupUpdateParameters (
    string label
)
public:
AffinityGroupUpdateParameters (
    String^ label
)
public AffinityGroupUpdateParameters (
    String label
)
public function AffinityGroupUpdateParameters (
    label : 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

AffinityGroupUpdateParameters Class
AffinityGroupUpdateParameters Members
Microsoft.WindowsAzure.Management.Models Namespace