CodeSigningAccountPatchProperties Class
- java.
lang. Object - com.
azure. resourcemanager. artifactsigning. fluent. models. CodeSigningAccountPatchProperties
- com.
Implements
public final class CodeSigningAccountPatchProperties
implements JsonSerializable<CodeSigningAccountPatchProperties>
Properties of the artifact signing account.
Constructor Summary
| Constructor | Description |
|---|---|
| CodeSigningAccountPatchProperties() |
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 artifact signing account. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Code |
withSku(AccountSkuPatch sku)
Set the sku property: SKU of the artifact signing account. |
Methods inherited from java.lang.Object
Constructor Details
CodeSigningAccountPatchProperties
public CodeSigningAccountPatchProperties()
Creates an instance of CodeSigningAccountPatchProperties class.
Method Details
fromJson
public static CodeSigningAccountPatchProperties fromJson(JsonReader jsonReader)
Reads an instance of CodeSigningAccountPatchProperties from the JsonReader.
Parameters:
Returns:
Throws:
sku
public AccountSkuPatch sku()
Get the sku property: SKU of the artifact signing account.
Returns:
toJson
withSku
public CodeSigningAccountPatchProperties withSku(AccountSkuPatch sku)
Set the sku property: SKU of the artifact signing account.
Parameters:
Returns: