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