public class GalleryApplicationInner
extends com.azure.core.management.Resource
Constructor and Description |
---|
GalleryApplicationInner() |
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.
|
GalleryApplicationInner |
withDescription(String description)
Set the description property: The description of this gallery Application Definition resource.
|
GalleryApplicationInner |
withEndOfLifeDate(OffsetDateTime endOfLifeDate)
Set the endOfLifeDate property: The end of life date of the gallery Application Definition.
|
GalleryApplicationInner |
withEula(String eula)
Set the eula property: The Eula agreement for the gallery Application Definition.
|
GalleryApplicationInner |
withPrivacyStatementUri(String privacyStatementUri)
Set the privacyStatementUri property: The privacy statement uri.
|
GalleryApplicationInner |
withReleaseNoteUri(String releaseNoteUri)
Set the releaseNoteUri property: The release note uri.
|
GalleryApplicationInner |
withSupportedOSType(OperatingSystemTypes supportedOSType)
Set the supportedOSType property: This property allows you to specify the supported type of the OS that
application is built for.
|
public String description()
public GalleryApplicationInner withDescription(String description)
description
- the description value to set.public String eula()
public GalleryApplicationInner withEula(String eula)
eula
- the eula value to set.public String privacyStatementUri()
public GalleryApplicationInner withPrivacyStatementUri(String privacyStatementUri)
privacyStatementUri
- the privacyStatementUri value to set.public String releaseNoteUri()
public GalleryApplicationInner withReleaseNoteUri(String releaseNoteUri)
releaseNoteUri
- the releaseNoteUri value to set.public OffsetDateTime endOfLifeDate()
public GalleryApplicationInner withEndOfLifeDate(OffsetDateTime endOfLifeDate)
endOfLifeDate
- the endOfLifeDate value to set.public OperatingSystemTypes supportedOSType()
public GalleryApplicationInner withSupportedOSType(OperatingSystemTypes supportedOSType)
supportedOSType
- the supportedOSType value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.