JitRequestPatchable Class
- java.
lang. Object - com.
azure. resourcemanager. managedapplications. models. JitRequestPatchable
- com.
Implements
public final class JitRequestPatchable
implements JsonSerializable<JitRequestPatchable>
Information about JIT request.
Constructor Summary
| Constructor | Description |
|---|---|
| JitRequestPatchable() |
Creates an instance of Jit |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Jit |
fromJson(JsonReader jsonReader)
Reads an instance of Jit |
| Map<String,String> |
tags()
Get the tags property: Jit request tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Jit |
withTags(Map<String,String> tags)
Set the tags property: Jit request tags. |
Methods inherited from java.lang.Object
Constructor Details
JitRequestPatchable
public JitRequestPatchable()
Creates an instance of JitRequestPatchable class.
Method Details
fromJson
public static JitRequestPatchable fromJson(JsonReader jsonReader)
Reads an instance of JitRequestPatchable from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: Jit request tags.
Returns:
toJson
validate
public void validate()
Validates the instance.
withTags
public JitRequestPatchable withTags(Map<String,String> tags)
Set the tags property: Jit request tags.
Parameters:
Returns: