GalleryApplicationVersionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. compute. fluent. models. GalleryApplicationVersionInner
- com.
- com.
- com.
public final class GalleryApplicationVersionInner
extends Resource
Specifies information about the gallery Application Version that you want to create or update.
Constructor Summary
Constructor | Description |
---|---|
GalleryApplicationVersionInner() |
Creates an instance of Gallery |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Gallery |
fromJson(JsonReader jsonReader)
Reads an instance of Gallery |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Gallery |
provisioningState()
Get the provisioning |
Gallery |
publishingProfile()
Get the publishing |
Replication |
replicationStatus()
Get the replication |
Gallery |
safetyProfile()
Get the safety |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Gallery |
withLocation(String location) |
Gallery |
withPublishingProfile(GalleryApplicationVersionPublishingProfile publishingProfile)
Set the publishing |
Gallery |
withSafetyProfile(GalleryApplicationVersionSafetyProfile safetyProfile)
Set the safety |
Gallery |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
GalleryApplicationVersionInner
public GalleryApplicationVersionInner()
Creates an instance of GalleryApplicationVersionInner class.
Method Details
fromJson
public static GalleryApplicationVersionInner fromJson(JsonReader jsonReader)
Reads an instance of GalleryApplicationVersionInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
GalleryApplicationVersionInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
GalleryApplicationVersionInner.name()Returns:
provisioningState
public GalleryProvisioningState provisioningState()
Get the provisioningState property: The provisioning state, which only appears in the response.
Returns:
publishingProfile
public GalleryApplicationVersionPublishingProfile publishingProfile()
Get the publishingProfile property: The publishing profile of a gallery image version.
Returns:
replicationStatus
public ReplicationStatus replicationStatus()
Get the replicationStatus property: This is the replication status of the gallery image version.
Returns:
safetyProfile
public GalleryApplicationVersionSafetyProfile safetyProfile()
Get the safetyProfile property: The safety profile of the Gallery Application Version.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
GalleryApplicationVersionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
GalleryApplicationVersionInner.type()Returns:
validate
public void validate()
Validates the instance.
withLocation
public GalleryApplicationVersionInner withLocation(String location)
Overrides:
GalleryApplicationVersionInner.withLocation(String location)Parameters:
withPublishingProfile
public GalleryApplicationVersionInner withPublishingProfile(GalleryApplicationVersionPublishingProfile publishingProfile)
Set the publishingProfile property: The publishing profile of a gallery image version.
Parameters:
Returns:
withSafetyProfile
public GalleryApplicationVersionInner withSafetyProfile(GalleryApplicationVersionSafetyProfile safetyProfile)
Set the safetyProfile property: The safety profile of the Gallery Application Version.
Parameters:
Returns:
withTags
public GalleryApplicationVersionInner withTags(Map
Overrides:
GalleryApplicationVersionInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java