public class GalleryApplicationUpdate extends UpdateResourceDefinition
Constructor and Description |
---|
GalleryApplicationUpdate() |
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description property: The description of this gallery Application Definition resource.
|
OffsetDateTime |
endOfLifeDate()
Get the endOfLifeDate property: The end of life date of the gallery Application Definition.
|
String |
eula()
Get the eula property: The Eula agreement for the gallery Application Definition.
|
String |
privacyStatementUri()
Get the privacyStatementUri property: The privacy statement uri.
|
String |
releaseNoteUri()
Get the releaseNoteUri property: The release note uri.
|
OperatingSystemTypes |
supportedOSType()
Get the supportedOSType property: This property allows you to specify the supported type of the OS that
application is built for.
|
void |
validate()
Validates the instance.
|
GalleryApplicationUpdate |
withDescription(String description)
Set the description property: The description of this gallery Application Definition resource.
|
GalleryApplicationUpdate |
withEndOfLifeDate(OffsetDateTime endOfLifeDate)
Set the endOfLifeDate property: The end of life date of the gallery Application Definition.
|
GalleryApplicationUpdate |
withEula(String eula)
Set the eula property: The Eula agreement for the gallery Application Definition.
|
GalleryApplicationUpdate |
withPrivacyStatementUri(String privacyStatementUri)
Set the privacyStatementUri property: The privacy statement uri.
|
GalleryApplicationUpdate |
withReleaseNoteUri(String releaseNoteUri)
Set the releaseNoteUri property: The release note uri.
|
GalleryApplicationUpdate |
withSupportedOSType(OperatingSystemTypes supportedOSType)
Set the supportedOSType property: This property allows you to specify the supported type of the OS that
application is built for.
|
tags, withTags
public String description()
public GalleryApplicationUpdate withDescription(String description)
description
- the description value to set.public String eula()
public GalleryApplicationUpdate withEula(String eula)
eula
- the eula value to set.public String privacyStatementUri()
public GalleryApplicationUpdate withPrivacyStatementUri(String privacyStatementUri)
privacyStatementUri
- the privacyStatementUri value to set.public String releaseNoteUri()
public GalleryApplicationUpdate withReleaseNoteUri(String releaseNoteUri)
releaseNoteUri
- the releaseNoteUri value to set.public OffsetDateTime endOfLifeDate()
public GalleryApplicationUpdate withEndOfLifeDate(OffsetDateTime endOfLifeDate)
endOfLifeDate
- the endOfLifeDate value to set.public OperatingSystemTypes supportedOSType()
public GalleryApplicationUpdate withSupportedOSType(OperatingSystemTypes supportedOSType)
supportedOSType
- the supportedOSType value to set.public void validate()
validate
in class UpdateResourceDefinition
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.