Class SharedGalleryInner
java.lang.Object
com.azure.resourcemanager.compute.models.PirResource
com.azure.resourcemanager.compute.models.PirSharedGalleryResource
com.azure.resourcemanager.compute.fluent.models.SharedGalleryInner
Specifies information about the Shared Gallery that you want to create or update.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the artifactTags property: The artifact tags of a shared gallery resource.voidvalidate()Validates the instance.withUniqueId(String uniqueId) Set the uniqueId property: The unique id of this shared gallery.Methods inherited from class com.azure.resourcemanager.compute.models.PirSharedGalleryResource
uniqueIdMethods inherited from class com.azure.resourcemanager.compute.models.PirResource
location, name
-
Constructor Details
-
SharedGalleryInner
public SharedGalleryInner()Creates an instance of SharedGalleryInner class.
-
-
Method Details
-
withUniqueId
Set the uniqueId property: The unique id of this shared gallery.- Overrides:
withUniqueIdin classPirSharedGalleryResource- Parameters:
uniqueId- the uniqueId value to set.- Returns:
- the PirSharedGalleryResource object itself.
-
artifactTags
Get the artifactTags property: The artifact tags of a shared gallery resource.- Returns:
- the artifactTags value.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classPirSharedGalleryResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-