public class GalleryApplicationUpdate extends UpdateResource
| Constructor and Description |
|---|
GalleryApplicationUpdate() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get the description of this gallery Application Definition resource.
|
org.joda.time.DateTime |
endOfLifeDate()
Get the end of life date of the gallery Application Definition.
|
String |
eula()
Get the Eula agreement for the gallery Application Definition.
|
String |
privacyStatementUri()
Get the privacy statement uri.
|
String |
releaseNoteUri()
Get the release note uri.
|
OperatingSystemTypes |
supportedOSType()
Get this property allows you to specify the supported type of the OS that application is built for.
|
GalleryApplicationUpdate |
withDescription(String description)
Set the description of this gallery Application Definition resource.
|
GalleryApplicationUpdate |
withEndOfLifeDate(org.joda.time.DateTime endOfLifeDate)
Set the end of life date of the gallery Application Definition.
|
GalleryApplicationUpdate |
withEula(String eula)
Set the Eula agreement for the gallery Application Definition.
|
GalleryApplicationUpdate |
withPrivacyStatementUri(String privacyStatementUri)
Set the privacy statement uri.
|
GalleryApplicationUpdate |
withReleaseNoteUri(String releaseNoteUri)
Set the release note uri.
|
GalleryApplicationUpdate |
withSupportedOSType(OperatingSystemTypes supportedOSType)
Set this property allows you to specify the supported type of the OS that application is built for.
|
tags, withTagspublic String description()
public GalleryApplicationUpdate withDescription(String description)
description - the description value to setpublic String eula()
public GalleryApplicationUpdate withEula(String eula)
eula - the eula value to setpublic String privacyStatementUri()
public GalleryApplicationUpdate withPrivacyStatementUri(String privacyStatementUri)
privacyStatementUri - the privacyStatementUri value to setpublic String releaseNoteUri()
public GalleryApplicationUpdate withReleaseNoteUri(String releaseNoteUri)
releaseNoteUri - the releaseNoteUri value to setpublic org.joda.time.DateTime endOfLifeDate()
public GalleryApplicationUpdate withEndOfLifeDate(org.joda.time.DateTime endOfLifeDate)
endOfLifeDate - the endOfLifeDate value to setpublic OperatingSystemTypes supportedOSType()
public GalleryApplicationUpdate withSupportedOSType(OperatingSystemTypes supportedOSType)
supportedOSType - the supportedOSType value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/