Class ResourceNameAvailabilityRequest
java.lang.Object
com.azure.resourcemanager.appservice.models.ResourceNameAvailabilityRequest
Resource name availability request content.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ResourceNameAvailabilityRequest class. -
Method Summary
Modifier and TypeMethodDescriptionisFqdn()Get the isFqdn property: Is fully qualified domain name.name()Get the name property: Resource name to verify.type()Get the type property: Resource type used for verification.voidvalidate()Validates the instance.withIsFqdn(Boolean isFqdn) Set the isFqdn property: Is fully qualified domain name.Set the name property: Resource name to verify.Set the type property: Resource type used for verification.
-
Constructor Details
-
ResourceNameAvailabilityRequest
public ResourceNameAvailabilityRequest()Creates an instance of ResourceNameAvailabilityRequest class.
-
-
Method Details
-
name
Get the name property: Resource name to verify.- Returns:
- the name value.
-
withName
Set the name property: Resource name to verify.- Parameters:
name- the name value to set.- Returns:
- the ResourceNameAvailabilityRequest object itself.
-
type
Get the type property: Resource type used for verification.- Returns:
- the type value.
-
withType
Set the type property: Resource type used for verification.- Parameters:
type- the type value to set.- Returns:
- the ResourceNameAvailabilityRequest object itself.
-
isFqdn
Get the isFqdn property: Is fully qualified domain name.- Returns:
- the isFqdn value.
-
withIsFqdn
Set the isFqdn property: Is fully qualified domain name.- Parameters:
isFqdn- the isFqdn value to set.- Returns:
- the ResourceNameAvailabilityRequest object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-