Class GalleryExtendedLocation
java.lang.Object
com.azure.resourcemanager.compute.models.GalleryExtendedLocation
The name of the extended location.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GalleryExtendedLocation
public GalleryExtendedLocation()
-
-
Method Details
-
name
Get the name property: The name property.- Returns:
- the name value.
-
withName
Set the name property: The name property.- Parameters:
name- the name value to set.- Returns:
- the GalleryExtendedLocation object itself.
-
type
Get the type property: It is type of the extended location.- Returns:
- the type value.
-
withType
Set the type property: It is type of the extended location.- Parameters:
type- the type value to set.- Returns:
- the GalleryExtendedLocation object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-