Class GalleryProperties
java.lang.Object
com.azure.resourcemanager.devcenter.fluent.models.GalleryProperties
Properties of a gallery.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the galleryResourceId property: The resource ID of the backing Azure Compute Gallery.Get the provisioningState property: The provisioning state of the resource.void
validate()
Validates the instance.withGalleryResourceId
(String galleryResourceId) Set the galleryResourceId property: The resource ID of the backing Azure Compute Gallery.
-
Constructor Details
-
GalleryProperties
public GalleryProperties()Creates an instance of GalleryProperties class.
-
-
Method Details
-
provisioningState
Get the provisioningState property: The provisioning state of the resource.- Returns:
- the provisioningState value.
-
galleryResourceId
Get the galleryResourceId property: The resource ID of the backing Azure Compute Gallery.- Returns:
- the galleryResourceId value.
-
withGalleryResourceId
Set the galleryResourceId property: The resource ID of the backing Azure Compute Gallery.- Parameters:
galleryResourceId
- the galleryResourceId value to set.- Returns:
- the GalleryProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-