AffinityGroupCreateParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AffinityGroupCreateParameters() |
Initializes a new instance of the AffinityGroupCreateParameters class. |
AffinityGroupCreateParameters(String, String, String) |
Initializes a new instance of the AffinityGroupCreateParameters class with required arguments. |
AffinityGroupCreateParameters()
Initializes a new instance of the AffinityGroupCreateParameters class.
public AffinityGroupCreateParameters ();
Public Sub New ()
Applies to
AffinityGroupCreateParameters(String, String, String)
Initializes a new instance of the AffinityGroupCreateParameters class with required arguments.
public AffinityGroupCreateParameters (string name, string label, string location);
new Microsoft.WindowsAzure.Management.Models.AffinityGroupCreateParameters : string * string * string -> Microsoft.WindowsAzure.Management.Models.AffinityGroupCreateParameters
Public Sub New (name As String, label As String, location As String)
Parameters
- name
- String
- label
- String
- location
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET