次の方法で共有


CodeSigningAccountProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.trustedsigning.models.CodeSigningAccountProperties

Implements

public final class CodeSigningAccountProperties
implements JsonSerializable<CodeSigningAccountProperties>

Properties of the trusted signing account.

Constructor Summary

Constructor Description
CodeSigningAccountProperties()

Creates an instance of CodeSigningAccountProperties class.

Method Summary

Modifier and Type Method and Description
String accountUri()

Get the accountUri property: The URI of the trusted signing account which is used during signing files.

static CodeSigningAccountProperties fromJson(JsonReader jsonReader)

Reads an instance of CodeSigningAccountProperties from the JsonReader.

ProvisioningState provisioningState()

Get the provisioningState property: Status of the current operation on trusted signing account.

AccountSku sku()

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

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

CodeSigningAccountProperties 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:

the accountUri value.

fromJson

public static CodeSigningAccountProperties fromJson(JsonReader jsonReader)

Reads an instance of CodeSigningAccountProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CodeSigningAccountProperties 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 CodeSigningAccountProperties.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: Status of the current operation on trusted signing account.

Returns:

the provisioningState value.

sku

public AccountSku sku()

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

Returns:

the sku value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withSku

public CodeSigningAccountProperties withSku(AccountSku sku)

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

Parameters:

sku - the sku value to set.

Returns:

the CodeSigningAccountProperties object itself.

Applies to