ManagedCertificatePatch Class
- java.
lang. Object - com.
azure. resourcemanager. appcontainers. models. ManagedCertificatePatch
- com.
Implements
public final class ManagedCertificatePatch
implements JsonSerializable<ManagedCertificatePatch>
A managed certificate to update.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedCertificatePatch() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
| Map<String,String> |
tags()
Get the tags property: Application-specific metadata in the form of key-value pairs. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Managed |
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:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: Application-specific metadata in the form of key-value pairs.
Returns:
toJson
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:
Returns: