Uses of Class
com.azure.resourcemanager.automation.models.SkuNameEnum
Package
Description
Package containing the data models for AutomationClient.
-
Uses of SkuNameEnum in com.azure.resourcemanager.automation.models
Modifier and TypeFieldDescriptionstatic final SkuNameEnum
SkuNameEnum.BASIC
Static value Basic for SkuNameEnum.static final SkuNameEnum
SkuNameEnum.FREE
Static value Free for SkuNameEnum.Modifier and TypeMethodDescriptionstatic SkuNameEnum
SkuNameEnum.fromString
(String name) Creates or finds a SkuNameEnum from its string representation.Sku.name()
Get the name property: Gets or sets the SKU name of the account.Modifier and TypeMethodDescriptionstatic Collection<SkuNameEnum>
SkuNameEnum.values()
Gets known SkuNameEnum values.Modifier and TypeMethodDescriptionSku.withName
(SkuNameEnum name) Set the name property: Gets or sets the SKU name of the account.