你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationsRemoveKeyRequestBody Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.ApplicationsRemoveKeyRequestBody

Implements

public final class ApplicationsRemoveKeyRequestBody
implements JsonSerializable<ApplicationsRemoveKeyRequestBody>

The ApplicationsRemoveKeyRequestBody model.

Constructor Summary

Constructor Description
ApplicationsRemoveKeyRequestBody()

Creates an instance of ApplicationsRemoveKeyRequestBody class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: Dictionary of <AnyObject>.

static ApplicationsRemoveKeyRequestBody fromJson(JsonReader jsonReader)

Reads an instance of ApplicationsRemoveKeyRequestBody from the JsonReader.

UUID keyId()

Get the keyId property: The keyId property.

String proof()

Get the proof property: The proof property.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ApplicationsRemoveKeyRequestBody withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Dictionary of <AnyObject>.

ApplicationsRemoveKeyRequestBody withKeyId(UUID keyId)

Set the keyId property: The keyId property.

ApplicationsRemoveKeyRequestBody withProof(String proof)

Set the proof property: The proof property.

Methods inherited from java.lang.Object

Constructor Details

ApplicationsRemoveKeyRequestBody

public ApplicationsRemoveKeyRequestBody()

Creates an instance of ApplicationsRemoveKeyRequestBody class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: Dictionary of .

Returns:

the additionalProperties value.

fromJson

public static ApplicationsRemoveKeyRequestBody fromJson(JsonReader jsonReader)

Reads an instance of ApplicationsRemoveKeyRequestBody from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

keyId

public UUID keyId()

Get the keyId property: The keyId property.

Returns:

the keyId value.

proof

public String proof()

Get the proof property: The proof property.

Returns:

the proof value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withAdditionalProperties

public ApplicationsRemoveKeyRequestBody withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: Dictionary of .

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the ApplicationsRemoveKeyRequestBody object itself.

withKeyId

public ApplicationsRemoveKeyRequestBody withKeyId(UUID keyId)

Set the keyId property: The keyId property.

Parameters:

keyId - the keyId value to set.

Returns:

the ApplicationsRemoveKeyRequestBody object itself.

withProof

public ApplicationsRemoveKeyRequestBody withProof(String proof)

Set the proof property: The proof property.

Parameters:

proof - the proof value to set.

Returns:

the ApplicationsRemoveKeyRequestBody object itself.

Applies to