Data types
Azure.Portal
AboutOptions
Options for about of ARM resource.
model Azure.Portal.AboutOptionsProperties
| Name | Type | Description |
|---|---|---|
| icon? | FilePath | Icon which represent resource |
| displayNames? | DisplayNamesOptions | Display names which represent the resource |
| keywords? | string[] | Comma-separated set of words or phrases which allow users to search for your asset by identifiers. |
| learnMoreDocs? | Portal.LearnMoreDocsOptions[] | Set of links which can help learn more about the resource |
BrowseOptions
Options for browse of ARM resource.
model Azure.Portal.BrowseOptionsProperties
| Name | Type | Description |
|---|---|---|
| argQuery? | string | Portal.FilePath | argQuery can be a literal string query or KQL file path. KQL query which represents all possible data for your desired browse view. |
DisplayNamesOptions
Options for displayNames of ARM resources.
model Azure.Portal.DisplayNamesOptionsProperties
| Name | Type | Description |
|---|---|---|
| singular | string | |
| plural | string |
FilePath
File path of a file
model Azure.Portal.FilePathProperties
| Name | Type | Description |
|---|---|---|
| filePath | string | File path of a file |
LearnMoreDocsOptions
Options for learnMoreDocs of ARM resources.
model Azure.Portal.LearnMoreDocsOptionsProperties
| Name | Type | Description |
|---|---|---|
| title | string | |
| uri | string |
MarketplaceOfferOptions
Options for marketplaceOffer
model Azure.Portal.MarketplaceOfferOptionsProperties
| Name | Type | Description |
|---|---|---|
| id? | string | Marketplace offer id of a resource |
PromotionOptions
Options for promotion of ARM resource.
model Azure.Portal.PromotionOptionsProperties
| Name | Type | Description |
|---|---|---|
| apiVersion | string | EnumMember | |
| autoUpdate? | boolean |