Class GalleryIdentifier
java.lang.Object
com.azure.resourcemanager.compute.models.GalleryIdentifier
Describes the gallery unique name.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the uniqueName property: The unique name of the Shared Image Gallery.voidvalidate()Validates the instance.
-
Constructor Details
-
GalleryIdentifier
public GalleryIdentifier()
-
-
Method Details
-
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.
-