GalleryScriptVersionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. compute. fluent. models. GalleryScriptVersionProperties
- com.
Implements
public final class GalleryScriptVersionProperties
implements JsonSerializable<GalleryScriptVersionProperties>
Describes the properties of a gallery script version.
Constructor Summary
| Constructor | Description |
|---|---|
| GalleryScriptVersionProperties() |
Creates an instance of Gallery |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Gallery |
fromJson(JsonReader jsonReader)
Reads an instance of Gallery |
|
Gallery |
provisioningState()
Get the provisioning |
|
Gallery |
publishingProfile()
Get the publishing |
|
Replication |
replicationStatus()
Get the replication |
|
Gallery |
safetyProfile()
Get the safety |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Gallery |
withPublishingProfile(GalleryScriptVersionPublishingProfile publishingProfile)
Set the publishing |
|
Gallery |
withSafetyProfile(GalleryScriptVersionSafetyProfile safetyProfile)
Set the safety |
Methods inherited from java.lang.Object
Constructor Details
GalleryScriptVersionProperties
public GalleryScriptVersionProperties()
Creates an instance of GalleryScriptVersionProperties class.
Method Details
fromJson
public static GalleryScriptVersionProperties fromJson(JsonReader jsonReader)
Reads an instance of GalleryScriptVersionProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public GalleryProvisioningState provisioningState()
Get the provisioningState property: The provisioning state, which only appears in the response.
Returns:
publishingProfile
public GalleryScriptVersionPublishingProfile 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 GalleryScriptVersionSafetyProfile safetyProfile()
Get the safetyProfile property: The safety profile of the Gallery Script Version.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPublishingProfile
public GalleryScriptVersionProperties withPublishingProfile(GalleryScriptVersionPublishingProfile publishingProfile)
Set the publishingProfile property: The publishing profile of a gallery image version.
Parameters:
Returns:
withSafetyProfile
public GalleryScriptVersionProperties withSafetyProfile(GalleryScriptVersionSafetyProfile safetyProfile)
Set the safetyProfile property: The safety profile of the Gallery Script Version.
Parameters:
Returns: