SecurityTaskParameters Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.SecurityTaskParameters

Implements

public final class SecurityTaskParameters
implements JsonSerializable<SecurityTaskParameters>

Changing set of properties, depending on the task type that is derived from the name field.

Method Summary

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

Get the additionalProperties property: Changing set of properties, depending on the task type that is derived from the name field.

static SecurityTaskParameters fromJson(JsonReader jsonReader)

Reads an instance of SecurityTaskParameters from the JsonReader.

String name()

Get the name property: Name of the task type.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

additionalProperties

public Map<String,Object> additionalProperties()

Get the additionalProperties property: Changing set of properties, depending on the task type that is derived from the name field.

Returns:

the additionalProperties value.

fromJson

public static SecurityTaskParameters fromJson(JsonReader jsonReader)

Reads an instance of SecurityTaskParameters from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

name

public String name()

Get the name property: Name of the task type.

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to