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)

Syntax

public AffinityGroupUpdateParameters(
    string label
)
public:
AffinityGroupUpdateParameters(
    String^ label
)
new : 
        label:string -> AffinityGroupUpdateParameters
Public Sub New (
    label As String
)

See Also

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

Return to top