SecurityTaskParameters Class

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

public final class SecurityTaskParameters

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

Constructor Summary

Constructor Description
SecurityTaskParameters()

Creates an instance of SecurityTaskParameters class.

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.

String name()

Get the name property: Name of the task type.

void validate()

Validates the instance.

SecurityTaskParameters withAdditionalProperties(Map<String,Object> additionalProperties)

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

Methods inherited from java.lang.Object

Constructor Details

SecurityTaskParameters

public SecurityTaskParameters()

Creates an instance of SecurityTaskParameters class.

Method Details

additionalProperties

public Map 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.

name

public String name()

Get the name property: Name of the task type.

Returns:

the name value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public SecurityTaskParameters withAdditionalProperties(Map additionalProperties)

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

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the SecurityTaskParameters object itself.

Applies to