Class ResourceOperation

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ResourceOperation
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ResourceOperation extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Resource Operation.
  • Field Details

    • actionName

      @SerializedName(value="actionName", alternate="ActionName") @Expose @Nullable public String actionName
      The Action Name. Type of action this operation is going to perform. The actionName should be concise and limited to as few words as possible.
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. Description of the resource operation. The description is used in mouse-over text for the operation when shown in the Azure Portal.
    • resourceName

      @SerializedName(value="resourceName", alternate="ResourceName") @Expose @Nullable public String resourceName
      The Resource Name. Name of the Resource this operation is performed on.
  • Constructor Details

    • ResourceOperation

      public ResourceOperation()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to