ManagedCertificatePatch Class

  • java.lang.Object
    • com.azure.resourcemanager.appcontainers.models.ManagedCertificatePatch

Implements

public final class ManagedCertificatePatch
implements JsonSerializable<ManagedCertificatePatch>

A managed certificate to update.

Constructor Summary

Constructor Description
ManagedCertificatePatch()

Creates an instance of ManagedCertificatePatch class.

Method Summary

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

Reads an instance of ManagedCertificatePatch from the JsonReader.

Map<String,String> tags()

Get the tags property: Application-specific metadata in the form of key-value pairs.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ManagedCertificatePatch withTags(Map<String,String> tags)

Set the tags property: Application-specific metadata in the form of key-value pairs.

Methods inherited from java.lang.Object

Constructor Details

ManagedCertificatePatch

public ManagedCertificatePatch()

Creates an instance of ManagedCertificatePatch class.

Method Details

fromJson

public static ManagedCertificatePatch fromJson(JsonReader jsonReader)

Reads an instance of ManagedCertificatePatch from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

tags

public Map<String,String> tags()

Get the tags property: Application-specific metadata in the form of key-value pairs.

Returns:

the tags value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withTags

public ManagedCertificatePatch withTags(Map<String,String> tags)

Set the tags property: Application-specific metadata in the form of key-value pairs.

Parameters:

tags - the tags value to set.

Returns:

the ManagedCertificatePatch object itself.

Applies to