ProviderOperation Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. models. ProviderOperation
- com.
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 display |
|
static
Provider |
fromJson(JsonReader jsonReader)
Reads an instance of Provider |
| Boolean |
isDataAction()
Get the is |
| 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. |
|
Json |
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:
displayName
public String displayName()
Get the displayName property: The operation display name.
Returns:
fromJson
public static ProviderOperation fromJson(JsonReader jsonReader)
Reads an instance of ProviderOperation from the JsonReader.
Parameters:
Returns:
Throws:
isDataAction
public Boolean isDataAction()
Get the isDataAction property: The dataAction flag to specify the operation type.
Returns:
name
public String name()
Get the name property: The operation name.
Returns:
origin
public String origin()
Get the origin property: The operation origin.
Returns:
properties
public Object properties()
Get the properties property: The operation properties.
Returns:
toJson
validate
public void validate()
Validates the instance.