AccountSku Class
- java.
lang. Object - com.
azure. resourcemanager. trustedsigning. models. AccountSku
- com.
Implements
public final class AccountSku
implements JsonSerializable<AccountSku>
SKU of the trusted signing account.
Constructor Summary
| Constructor | Description |
|---|---|
| AccountSku() |
Creates an instance of Account |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Account |
fromJson(JsonReader jsonReader)
Reads an instance of Account |
|
Sku |
name()
Get the name property: Name of the SKU. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Account |
withName(SkuName name)
Set the name property: Name of the SKU. |
Methods inherited from java.lang.Object
Constructor Details
AccountSku
public AccountSku()
Creates an instance of AccountSku class.
Method Details
fromJson
public static AccountSku fromJson(JsonReader jsonReader)
Reads an instance of AccountSku from the JsonReader.
Parameters:
Returns:
Throws:
name
public SkuName name()
Get the name property: Name of the SKU.
Returns:
toJson
validate
public void validate()
Validates the instance.
withName
public AccountSku withName(SkuName name)
Set the name property: Name of the SKU.
Parameters:
Returns: