CodeSigningAccountProperties Class
- java.
lang. Object - com.
azure. resourcemanager. trustedsigning. models. CodeSigningAccountProperties
- com.
Implements
public final class CodeSigningAccountProperties
implements JsonSerializable<CodeSigningAccountProperties>
Properties of the trusted signing account.
Constructor Summary
| Constructor | Description |
|---|---|
| CodeSigningAccountProperties() |
Creates an instance of Code |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
accountUri()
Get the account |
|
static
Code |
fromJson(JsonReader jsonReader)
Reads an instance of Code |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Account |
sku()
Get the sku property: SKU of the trusted signing account. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Code |
withSku(AccountSku sku)
Set the sku property: SKU of the trusted signing account. |
Methods inherited from java.lang.Object
Constructor Details
CodeSigningAccountProperties
public CodeSigningAccountProperties()
Creates an instance of CodeSigningAccountProperties class.
Method Details
accountUri
public String accountUri()
Get the accountUri property: The URI of the trusted signing account which is used during signing files.
Returns:
fromJson
public static CodeSigningAccountProperties fromJson(JsonReader jsonReader)
Reads an instance of CodeSigningAccountProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Status of the current operation on trusted signing account.
Returns:
sku
public AccountSku sku()
Get the sku property: SKU of the trusted signing account.
Returns:
toJson
validate
public void validate()
Validates the instance.
withSku
public CodeSigningAccountProperties withSku(AccountSku sku)
Set the sku property: SKU of the trusted signing account.
Parameters:
Returns: