Class SharedGalleryInner
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.PirResource
-
- com.azure.resourcemanager.compute.models.PirSharedGalleryResource
-
- com.azure.resourcemanager.compute.fluent.models.SharedGalleryInner
-
public final class SharedGalleryInner extends PirSharedGalleryResource
Specifies information about the Shared Gallery that you want to create or update.
-
-
Constructor Summary
Constructors Constructor Description SharedGalleryInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.SharedGalleryInnerwithUniqueId(String uniqueId)Set the uniqueId property: The unique id of this shared gallery.-
Methods inherited from class com.azure.resourcemanager.compute.models.PirSharedGalleryResource
uniqueId
-
Methods inherited from class com.azure.resourcemanager.compute.models.PirResource
location, name
-
-
-
-
Method Detail
-
withUniqueId
public SharedGalleryInner withUniqueId(String uniqueId)
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.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classPirSharedGalleryResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-