Class SharedGalleryIdentifier
java.lang.Object
com.azure.resourcemanager.compute.fluent.models.SharedGalleryIdentifier
The identifier information of shared gallery.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SharedGalleryIdentifier class. -
Method Summary
Modifier and TypeMethodDescriptionuniqueId()Get the uniqueId property: The unique id of this shared gallery.voidvalidate()Validates the instance.withUniqueId(String uniqueId) Set the uniqueId property: The unique id of this shared gallery.
-
Constructor Details
-
SharedGalleryIdentifier
public SharedGalleryIdentifier()Creates an instance of SharedGalleryIdentifier class.
-
-
Method Details
-
uniqueId
Get the uniqueId property: The unique id of this shared gallery.- Returns:
- the uniqueId value.
-
withUniqueId
Set the uniqueId property: The unique id of this shared gallery.- Parameters:
uniqueId- the uniqueId value to set.- Returns:
- the SharedGalleryIdentifier object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-