Uses of Class
com.azure.resourcemanager.hardwaresecuritymodules.models.Sku
-
Packages that use Sku Package Description com.azure.resourcemanager.hardwaresecuritymodules.fluent.models Package containing the inner data models for AzureDedicatedHsmResourceProvider.com.azure.resourcemanager.hardwaresecuritymodules.models Package containing the data models for AzureDedicatedHsmResourceProvider. -
-
Uses of Sku in com.azure.resourcemanager.hardwaresecuritymodules.fluent.models
Methods in com.azure.resourcemanager.hardwaresecuritymodules.fluent.models that return Sku Modifier and Type Method Description SkuDedicatedHsmInner. sku()Get the sku property: SKU details.Methods in com.azure.resourcemanager.hardwaresecuritymodules.fluent.models with parameters of type Sku Modifier and Type Method Description DedicatedHsmInnerDedicatedHsmInner. withSku(Sku sku)Set the sku property: SKU details. -
Uses of Sku in com.azure.resourcemanager.hardwaresecuritymodules.models
Methods in com.azure.resourcemanager.hardwaresecuritymodules.models that return Sku Modifier and Type Method Description SkuDedicatedHsm. sku()Gets the sku property: SKU details.SkuSku. withName(SkuName name)Set the name property: SKU of the dedicated HSM.Methods in com.azure.resourcemanager.hardwaresecuritymodules.models with parameters of type Sku Modifier and Type Method Description DedicatedHsm.DefinitionStages.WithCreateDedicatedHsm.DefinitionStages.WithSku. withSku(Sku sku)Specifies the sku property: SKU details.
-