JitRequestPatchable Class

  • java.lang.Object
    • com.azure.resourcemanager.managedapplications.models.JitRequestPatchable

Implements

public final class JitRequestPatchable
implements JsonSerializable<JitRequestPatchable>

Information about JIT request.

Constructor Summary

Constructor Description
JitRequestPatchable()

Creates an instance of JitRequestPatchable class.

Method Summary

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

Reads an instance of JitRequestPatchable from the JsonReader.

Map<String,String> tags()

Get the tags property: Jit request tags.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

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

jsonReader - The JsonReader being read.

Returns:

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

tags

public Map<String,String> tags()

Get the tags property: Jit request tags.

Returns:

the tags value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withTags

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

Set the tags property: Jit request tags.

Parameters:

tags - the tags value to set.

Returns:

the JitRequestPatchable object itself.

Applies to