SharedGalleryInner Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. PirResource - com.
azure. resourcemanager. compute. models. PirSharedGalleryResource - com.
azure. resourcemanager. compute. fluent. models. SharedGalleryInner
- com.
- com.
- com.
public final class SharedGalleryInner
extends PirSharedGalleryResource
Specifies information about the Shared Gallery that you want to create or update.
Constructor Summary
Constructor | Description |
---|---|
SharedGalleryInner() |
Creates an instance of Shared |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
artifactTags()
Get the artifact |
static
Shared |
fromJson(JsonReader jsonReader)
Reads an instance of Shared |
String |
location()
Get the location property: Resource location. |
String |
name()
Get the name property: Resource name. |
Json |
toJson(JsonWriter jsonWriter) |
String |
uniqueId()
Get the unique |
void |
validate()
Validates the instance. |
Shared |
withUniqueId(String uniqueId)
Set the unique |
Methods inherited from PirSharedGalleryResource
Methods inherited from java.lang.Object
Constructor Details
SharedGalleryInner
public SharedGalleryInner()
Creates an instance of SharedGalleryInner class.
Method Details
artifactTags
public Map
Get the artifactTags property: The artifact tags of a shared gallery resource.
Returns:
fromJson
public static SharedGalleryInner fromJson(JsonReader jsonReader)
Reads an instance of SharedGalleryInner from the JsonReader.
Parameters:
Returns:
Throws:
location
public String location()
Get the location property: Resource location.
Overrides:
SharedGalleryInner.location()Returns:
name
public String name()
Get the name property: Resource name.
Overrides:
SharedGalleryInner.name()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SharedGalleryInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
uniqueId
public String uniqueId()
Get the uniqueId property: The unique id of this shared gallery.
Overrides:
SharedGalleryInner.uniqueId()Returns:
validate
public void validate()
Validates the instance.
Overrides:
SharedGalleryInner.validate()withUniqueId
public SharedGalleryInner withUniqueId(String uniqueId)
Set the uniqueId property: The unique id of this shared gallery.
Overrides:
SharedGalleryInner.withUniqueId(String uniqueId)Parameters:
Returns:
Applies to
Azure SDK for Java