CodeSigningAccountPatch Class
- java.
lang. Object - com.
azure. resourcemanager. trustedsigning. models. CodeSigningAccountPatch
- com.
Implements
public final class CodeSigningAccountPatch
implements JsonSerializable<CodeSigningAccountPatch>
Parameters for creating or updating a trusted signing account.
Constructor Summary
| Constructor | Description |
|---|---|
| CodeSigningAccountPatch() |
Creates an instance of Code |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Code |
fromJson(JsonReader jsonReader)
Reads an instance of Code |
|
Account |
sku()
Get the sku property: SKU of the trusted signing account. |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Code |
withSku(AccountSku sku)
Set the sku property: SKU of the trusted signing account. |
|
Code |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from java.lang.Object
Constructor Details
CodeSigningAccountPatch
public CodeSigningAccountPatch()
Creates an instance of CodeSigningAccountPatch class.
Method Details
fromJson
public static CodeSigningAccountPatch fromJson(JsonReader jsonReader)
Reads an instance of CodeSigningAccountPatch from the JsonReader.
Parameters:
Returns:
Throws:
sku
public AccountSku sku()
Get the sku property: SKU of the trusted signing account.
Returns:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
validate
public void validate()
Validates the instance.
withSku
public CodeSigningAccountPatch withSku(AccountSku sku)
Set the sku property: SKU of the trusted signing account.
Parameters:
Returns:
withTags
public CodeSigningAccountPatch withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: