TrafficManagerNameAvailability 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
TrafficManagerNameAvailability() |
Initializes a new instance of the TrafficManagerNameAvailability class. |
TrafficManagerNameAvailability(String, String, Nullable<Boolean>, String, String) |
Initializes a new instance of the TrafficManagerNameAvailability class. |
TrafficManagerNameAvailability()
Initializes a new instance of the TrafficManagerNameAvailability class.
public TrafficManagerNameAvailability ();
Public Sub New ()
Applies to
TrafficManagerNameAvailability(String, String, Nullable<Boolean>, String, String)
Initializes a new instance of the TrafficManagerNameAvailability class.
public TrafficManagerNameAvailability (string name = default, string type = default, bool? nameAvailable = default, string reason = default, string message = default);
new Microsoft.Azure.Management.TrafficManager.Models.TrafficManagerNameAvailability : string * string * Nullable<bool> * string * string -> Microsoft.Azure.Management.TrafficManager.Models.TrafficManagerNameAvailability
Public Sub New (Optional name As String = Nothing, Optional type As String = Nothing, Optional nameAvailable As Nullable(Of Boolean) = Nothing, Optional reason As String = Nothing, Optional message As String = Nothing)
Parameters
- name
- String
The relative name.
- type
- String
Traffic Manager profile resource type.
- reason
- String
The reason why the name is not available, when applicable.
- message
- String
Descriptive message that explains why the name is not available, when applicable.