ManagedHsmSku Class
- java.
lang. Object - com.
azure. resourcemanager. keyvault. models. ManagedHsmSku
- com.
Implements
public final class ManagedHsmSku
implements JsonSerializable<ManagedHsmSku>
SKU details.
Constructor Summary
Constructor | Description |
---|---|
ManagedHsmSku() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
Managed |
family()
Get the family property: SKU Family of the managed HSM Pool. |
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
Managed |
name()
Get the name property: SKU of the managed HSM Pool. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Managed |
withFamily(ManagedHsmSkuFamily family)
Set the family property: SKU Family of the managed HSM Pool. |
Managed |
withName(ManagedHsmSkuName name)
Set the name property: SKU of the managed HSM Pool. |
Methods inherited from java.lang.Object
Constructor Details
ManagedHsmSku
public ManagedHsmSku()
Creates an instance of ManagedHsmSku class.
Method Details
family
public ManagedHsmSkuFamily family()
Get the family property: SKU Family of the managed HSM Pool.
Returns:
fromJson
public static ManagedHsmSku fromJson(JsonReader jsonReader)
Reads an instance of ManagedHsmSku from the JsonReader.
Parameters:
Returns:
Throws:
name
public ManagedHsmSkuName name()
Get the name property: SKU of the managed HSM Pool.
Returns:
toJson
validate
public void validate()
Validates the instance.
withFamily
public ManagedHsmSku withFamily(ManagedHsmSkuFamily family)
Set the family property: SKU Family of the managed HSM Pool.
Parameters:
Returns:
withName
public ManagedHsmSku withName(ManagedHsmSkuName name)
Set the name property: SKU of the managed HSM Pool.
Parameters:
Returns:
Applies to
Azure SDK for Java