CheckServerNameAvailabilityParameters 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
CheckServerNameAvailabilityParameters() |
Initializes a new instance of the CheckServerNameAvailabilityParameters class. |
CheckServerNameAvailabilityParameters(String, String) |
Initializes a new instance of the CheckServerNameAvailabilityParameters class. |
CheckServerNameAvailabilityParameters()
Initializes a new instance of the CheckServerNameAvailabilityParameters class.
public CheckServerNameAvailabilityParameters ();
Public Sub New ()
Applies to
CheckServerNameAvailabilityParameters(String, String)
Initializes a new instance of the CheckServerNameAvailabilityParameters class.
public CheckServerNameAvailabilityParameters (string name = default, string type = default);
new Microsoft.Azure.Management.Analysis.Models.CheckServerNameAvailabilityParameters : string * string -> Microsoft.Azure.Management.Analysis.Models.CheckServerNameAvailabilityParameters
Public Sub New (Optional name As String = Nothing, Optional type As String = Nothing)
Parameters
- name
- String
Name for checking availability.
- type
- String
The resource type of azure analysis services.