CodeSigningAccountPatchProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.artifactsigning.fluent.models.CodeSigningAccountPatchProperties

Implements

public final class CodeSigningAccountPatchProperties
implements JsonSerializable<CodeSigningAccountPatchProperties>

Properties of the artifact signing account.

Constructor Summary

Constructor Description
CodeSigningAccountPatchProperties()

Creates an instance of CodeSigningAccountPatchProperties class.

Method Summary

Modifier and Type Method and Description
static CodeSigningAccountPatchProperties fromJson(JsonReader jsonReader)

Reads an instance of CodeSigningAccountPatchProperties from the JsonReader.

AccountSkuPatch sku()

Get the sku property: SKU of the artifact signing account.

JsonWriter toJson(JsonWriter jsonWriter)
CodeSigningAccountPatchProperties 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:

jsonReader - The JsonReader being read.

Returns:

An instance of CodeSigningAccountPatchProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the CodeSigningAccountPatchProperties.

sku

public AccountSkuPatch sku()

Get the sku property: SKU of the artifact signing account.

Returns:

the sku value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

withSku

public CodeSigningAccountPatchProperties withSku(AccountSkuPatch sku)

Set the sku property: SKU of the artifact signing account.

Parameters:

sku - the sku value to set.

Returns:

the CodeSigningAccountPatchProperties object itself.

Applies to