你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GalleryApplication Class

Specifies information about the gallery Application Definition that you want to create or update.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to server.

Constructor

GalleryApplication(*, ___location: str, tags: Dict[str, str] | None = None, description: str | None = None, eula: str | None = None, privacy_statement_uri: str | None = None, release_note_uri: str | None = None, end_of_life_date: datetime | None = None, supported_os_type: str | _models.OperatingSystemTypes | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
___location
str

Resource ___location. Required.

tags

Resource tags.

Default value: None
description
str

The description of this gallery Application Definition resource. This property is updatable.

Default value: None
eula
str

The Eula agreement for the gallery Application Definition.

Default value: None
privacy_statement_uri
str

The privacy statement uri.

Default value: None
release_note_uri
str

The release note uri.

Default value: None
end_of_life_date

The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable.

Default value: None
supported_os_type

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. Known values are: "Windows" and "Linux".

Default value: None

Variables

Name Description
id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

___location
str

Resource ___location. Required.

tags

Resource tags.

description
str

The description of this gallery Application Definition resource. This property is updatable.

eula
str

The Eula agreement for the gallery Application Definition.

privacy_statement_uri
str

The privacy statement uri.

release_note_uri
str

The release note uri.

end_of_life_date

The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable.

supported_os_type

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. Known values are: "Windows" and "Linux".