Class GalleryApplicationUpdate
java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.management.compute.UpdateResourceDefinition
com.microsoft.azure.management.compute.GalleryApplicationUpdate
Specifies information about the gallery Application Definition that you want
to update.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the description of this gallery Application Definition resource.org.joda.time.DateTime
Get the end of life date of the gallery Application Definition.eula()
Get the Eula agreement for the gallery Application Definition.Get the privacy statement uri.Get the release note uri.Get this property allows you to specify the supported type of the OS that application is built for.withDescription
(String description) Set the description of this gallery Application Definition resource.withEndOfLifeDate
(org.joda.time.DateTime endOfLifeDate) Set the end of life date of the gallery Application Definition.Set the Eula agreement for the gallery Application Definition.withPrivacyStatementUri
(String privacyStatementUri) Set the privacy statement uri.withReleaseNoteUri
(String releaseNoteUri) Set the release note uri.withSupportedOSType
(OperatingSystemTypes supportedOSType) Set this property allows you to specify the supported type of the OS that application is built for.Methods inherited from class com.microsoft.azure.management.compute.UpdateResourceDefinition
tags, withTags
Methods inherited from class com.microsoft.azure.ProxyResource
id, name, type
-
Constructor Details
-
GalleryApplicationUpdate
public GalleryApplicationUpdate()
-
-
Method Details
-
description
Get the description of this gallery Application Definition resource. This property is updatable.- Returns:
- the description value
-
withDescription
Set the description of this gallery Application Definition resource. This property is updatable.- Parameters:
description
- the description value to set- Returns:
- the GalleryApplicationUpdate object itself.
-
eula
Get the Eula agreement for the gallery Application Definition.- Returns:
- the eula value
-
withEula
Set the Eula agreement for the gallery Application Definition.- Parameters:
eula
- the eula value to set- Returns:
- the GalleryApplicationUpdate object itself.
-
privacyStatementUri
Get the privacy statement uri.- Returns:
- the privacyStatementUri value
-
withPrivacyStatementUri
Set the privacy statement uri.- Parameters:
privacyStatementUri
- the privacyStatementUri value to set- Returns:
- the GalleryApplicationUpdate object itself.
-
releaseNoteUri
Get the release note uri.- Returns:
- the releaseNoteUri value
-
withReleaseNoteUri
Set the release note uri.- Parameters:
releaseNoteUri
- the releaseNoteUri value to set- Returns:
- the GalleryApplicationUpdate object itself.
-
endOfLifeDate
public org.joda.time.DateTime endOfLifeDate()Get the end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable.- Returns:
- the endOfLifeDate value
-
withEndOfLifeDate
Set the end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable.- Parameters:
endOfLifeDate
- the endOfLifeDate value to set- Returns:
- the GalleryApplicationUpdate object itself.
-
supportedOSType
Get this property allows you to specify the supported type of the OS that application is built for. <br><br> Possible values are: <br><br> **Windows** <br><br> **Linux**. Possible values include: 'Windows', 'Linux'.- Returns:
- the supportedOSType value
-
withSupportedOSType
Set this property allows you to specify the supported type of the OS that application is built for. <br><br> Possible values are: <br><br> **Windows** <br><br> **Linux**. Possible values include: 'Windows', 'Linux'.- Parameters:
supportedOSType
- the supportedOSType value to set- Returns:
- the GalleryApplicationUpdate object itself.
-