AvailableRpOperationInner Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. fluent. models. AvailableRpOperationInner
- com.
Implements
public final class AvailableRpOperationInner
implements JsonSerializable<AvailableRpOperationInner>
An operation that is available in this resource provider.
Constructor Summary
| Constructor | Description |
|---|---|
| AvailableRpOperationInner() |
Creates an instance of Available |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Available |
display()
Get the display property: Display properties of the operation. |
|
static
Available |
fromJson(JsonReader jsonReader)
Reads an instance of Available |
| String |
isDataAction()
Get the is |
| String |
name()
Get the name property: Operation name. |
| String |
origin()
Get the origin property: Operation origin. |
|
Operation |
serviceSpecification()
Get the service |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Available |
withDisplay(AvailableRpOperationDisplayInfo display)
Set the display property: Display properties of the operation. |
|
Available |
withIsDataAction(String isDataAction)
Set the is |
|
Available |
withName(String name)
Set the name property: Operation name. |
|
Available |
withOrigin(String origin)
Set the origin property: Operation origin. |
|
Available |
withServiceSpecification(OperationMetaServiceSpecification serviceSpecification)
Set the service |
Methods inherited from java.lang.Object
Constructor Details
AvailableRpOperationInner
public AvailableRpOperationInner()
Creates an instance of AvailableRpOperationInner class.
Method Details
display
public AvailableRpOperationDisplayInfo display()
Get the display property: Display properties of the operation.
Returns:
fromJson
public static AvailableRpOperationInner fromJson(JsonReader jsonReader)
Reads an instance of AvailableRpOperationInner from the JsonReader.
Parameters:
Returns:
Throws:
isDataAction
public String isDataAction()
Get the isDataAction property: Whether this operation is a data action.
Returns:
name
public String name()
Get the name property: Operation name.
Returns:
origin
public String origin()
Get the origin property: Operation origin.
Returns:
serviceSpecification
public OperationMetaServiceSpecification serviceSpecification()
Get the serviceSpecification property: Operation service specification.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDisplay
public AvailableRpOperationInner withDisplay(AvailableRpOperationDisplayInfo display)
Set the display property: Display properties of the operation.
Parameters:
Returns:
withIsDataAction
public AvailableRpOperationInner withIsDataAction(String isDataAction)
Set the isDataAction property: Whether this operation is a data action.
Parameters:
Returns:
withName
public AvailableRpOperationInner withName(String name)
Set the name property: Operation name.
Parameters:
Returns:
withOrigin
public AvailableRpOperationInner withOrigin(String origin)
Set the origin property: Operation origin.
Parameters:
Returns:
withServiceSpecification
public AvailableRpOperationInner withServiceSpecification(OperationMetaServiceSpecification serviceSpecification)
Set the serviceSpecification property: Operation service specification.
Parameters:
Returns: