Skip to main content
Version: Latest (Core: 0.57.x, Azure: 0.43.x)

Decorators

Azure.Portal​

@about​

Provides a Model describing about of ARM resource.

@Azure.Portal.about(options: Azure.Portal.AboutOptions)

Target​

Model

Parameters​

NameTypeDescription
optionsAboutOptionsProperty options allows more detailed infomation about the resourceType.

@browse​

Provides a Model customizing browse view of ARM resource.

@Azure.Portal.browse(options: Azure.Portal.BrowseOptions)

Target​

Model

Parameters​

NameTypeDescription
optionsBrowseOptionsProperty options provides browsing information of the resourceType.

@displayName​

Provides a Model Property a display name

@Azure.Portal.displayName(name: valueof string)

Target​

ModelProperty

Parameters​

NameTypeDescription
namevalueof string

@marketplaceOffer​

Provides a Model marketplace offer information of ARM resource.

@Azure.Portal.marketplaceOffer(options: Azure.Portal.MarketplaceOfferOptions)

Target​

Model

Parameters​

NameTypeDescription
optionsMarketplaceOfferOptionsProperty options provides marketplace offer information of the resourceType.

@promotion​

Provides a Model customizing deployment promotion apiVersion for ARM resource. The apiVersion will be used as a version to deploy to Portal.

@Azure.Portal.promotion(options: Azure.Portal.PromotionOptions)

Target​

Model

Parameters​

NameTypeDescription
optionsPromotionOptionsProperty options provides promotion information of the resourceType.