Class CheckTrafficManagerRelativeDnsNameAvailabilityParameters
- java.lang.Object
-
- com.microsoft.azure.management.trafficmanager.CheckTrafficManagerRelativeDnsNameAvailabilityParameters
-
public class CheckTrafficManagerRelativeDnsNameAvailabilityParameters extends Object
Parameters supplied to check Traffic Manager name operation.
-
-
Constructor Summary
Constructors Constructor Description CheckTrafficManagerRelativeDnsNameAvailabilityParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name of the resource.Stringtype()Get the type of the resource.CheckTrafficManagerRelativeDnsNameAvailabilityParameterswithName(String name)Set the name of the resource.CheckTrafficManagerRelativeDnsNameAvailabilityParameterswithType(String type)Set the type of the resource.
-
-
-
Method Detail
-
name
public String name()
Get the name of the resource.- Returns:
- the name value
-
withName
public CheckTrafficManagerRelativeDnsNameAvailabilityParameters withName(String name)
Set the name of the resource.- Parameters:
name- the name value to set- Returns:
- the CheckTrafficManagerRelativeDnsNameAvailabilityParameters object itself.
-
type
public String type()
Get the type of the resource.- Returns:
- the type value
-
withType
public CheckTrafficManagerRelativeDnsNameAvailabilityParameters withType(String type)
Set the type of the resource.- Parameters:
type- the type value to set- Returns:
- the CheckTrafficManagerRelativeDnsNameAvailabilityParameters object itself.
-
-