ResourceProviderOperationInner Class
- java.
lang. Object - com.
azure. resourcemanager. desktopvirtualization. fluent. models. ResourceProviderOperationInner
- com.
Implements
public final class ResourceProviderOperationInner
implements JsonSerializable<ResourceProviderOperationInner>
Supported operation of this resource provider.
Constructor Summary
| Constructor | Description |
|---|---|
| ResourceProviderOperationInner() |
Creates an instance of Resource |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Resource |
display()
Get the display property: Display metadata associated with the operation. |
|
static
Resource |
fromJson(JsonReader jsonReader)
Reads an instance of Resource |
| Boolean |
isDataAction()
Get the is |
| String |
name()
Get the name property: Operation name, in format of {provider}/{resource}/{operation}. |
|
Operation |
properties()
Get the properties property: Properties of the operation. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Resource |
withDisplay(ResourceProviderOperationDisplay display)
Set the display property: Display metadata associated with the operation. |
|
Resource |
withIsDataAction(Boolean isDataAction)
Set the is |
|
Resource |
withName(String name)
Set the name property: Operation name, in format of {provider}/{resource}/{operation}. |
|
Resource |
withProperties(OperationProperties properties)
Set the properties property: Properties of the operation. |
Methods inherited from java.lang.Object
Constructor Details
ResourceProviderOperationInner
public ResourceProviderOperationInner()
Creates an instance of ResourceProviderOperationInner class.
Method Details
display
public ResourceProviderOperationDisplay display()
Get the display property: Display metadata associated with the operation.
Returns:
fromJson
public static ResourceProviderOperationInner fromJson(JsonReader jsonReader)
Reads an instance of ResourceProviderOperationInner from the JsonReader.
Parameters:
Returns:
Throws:
isDataAction
public Boolean isDataAction()
Get the isDataAction property: Is a data action.
Returns:
name
public String name()
Get the name property: Operation name, in format of {provider}/{resource}/{operation}.
Returns:
properties
public OperationProperties properties()
Get the properties property: Properties of the operation.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDisplay
public ResourceProviderOperationInner withDisplay(ResourceProviderOperationDisplay display)
Set the display property: Display metadata associated with the operation.
Parameters:
Returns:
withIsDataAction
public ResourceProviderOperationInner withIsDataAction(Boolean isDataAction)
Set the isDataAction property: Is a data action.
Parameters:
Returns:
withName
public ResourceProviderOperationInner withName(String name)
Set the name property: Operation name, in format of {provider}/{resource}/{operation}.
Parameters:
Returns:
withProperties
public ResourceProviderOperationInner withProperties(OperationProperties properties)
Set the properties property: Properties of the operation.
Parameters:
Returns: