Class SharedGalleryProperties
java.lang.Object
com.azure.resourcemanager.compute.fluent.models.SharedGalleryProperties
Specifies the properties of a shared gallery.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SharedGalleryProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the artifactTags property: The artifact tags of a shared gallery resource.voidvalidate()Validates the instance.
-
Constructor Details
-
SharedGalleryProperties
public SharedGalleryProperties()Creates an instance of SharedGalleryProperties class.
-
-
Method Details
-
artifactTags
Get the artifactTags property: The artifact tags of a shared gallery resource.- Returns:
- the artifactTags value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-