ProviderOperation Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.models.ProviderOperation

Implements

public final class ProviderOperation
implements JsonSerializable<ProviderOperation>

Operation.

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: The operation description.

String displayName()

Get the displayName property: The operation display name.

static ProviderOperation fromJson(JsonReader jsonReader)

Reads an instance of ProviderOperation from the JsonReader.

Boolean isDataAction()

Get the isDataAction property: The dataAction flag to specify the operation type.

String name()

Get the name property: The operation name.

String origin()

Get the origin property: The operation origin.

Object properties()

Get the properties property: The operation properties.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

description

public String description()

Get the description property: The operation description.

Returns:

the description value.

displayName

public String displayName()

Get the displayName property: The operation display name.

Returns:

the displayName value.

fromJson

public static ProviderOperation fromJson(JsonReader jsonReader)

Reads an instance of ProviderOperation from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

isDataAction

public Boolean isDataAction()

Get the isDataAction property: The dataAction flag to specify the operation type.

Returns:

the isDataAction value.

name

public String name()

Get the name property: The operation name.

Returns:

the name value.

origin

public String origin()

Get the origin property: The operation origin.

Returns:

the origin value.

properties

public Object properties()

Get the properties property: The operation properties.

Returns:

the properties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to