Class GalleryIdentifier
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.GalleryIdentifier
-
public final class GalleryIdentifier extends Object
Describes the gallery unique name.
-
-
Constructor Summary
Constructors Constructor Description GalleryIdentifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringuniqueName()Get the uniqueName property: The unique name of the Shared Image Gallery.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
uniqueName
public String uniqueName()
Get the uniqueName property: The unique name of the Shared Image Gallery. This name is generated automatically by Azure.- Returns:
- the uniqueName value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-