Class Sku
java.lang.Object
com.microsoft.azure.management.keyvault.Sku
SKU details.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Sku
public Sku()Creates an instance of Sku class.
-
-
Method Details
-
family
Get the family value.- Returns:
- the family value
-
withFamily
Set the family value.- Parameters:
family
- the family value to set- Returns:
- the Sku object itself.
-
name
Get the name value.- Returns:
- the name value
-
withName
Set the name value.- Parameters:
name
- the name value to set- Returns:
- the Sku object itself.
-