Interface CustomLocationOperation


public interface CustomLocationOperation
An immutable client-side representation of CustomLocationOperation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the description property: The description of the operation.
    Gets the inner com.azure.resourcemanager.extendedlocation.fluent.models.CustomLocationOperationInner object.
    Gets the isDataAction property: Is this Operation a data plane operation.
    Gets the name property: The name of the compute operation.
    Gets the operation property: The display name of the compute operation.
    Gets the origin property: The origin of the compute operation.
    Gets the provider property: The resource provider for the operation.
    Gets the resource property: The display name of the resource the operation applies to.
  • Method Details

    • isDataAction

      Boolean isDataAction()
      Gets the isDataAction property: Is this Operation a data plane operation.
      Returns:
      the isDataAction value.
    • name

      String name()
      Gets the name property: The name of the compute operation.
      Returns:
      the name value.
    • origin

      String origin()
      Gets the origin property: The origin of the compute operation.
      Returns:
      the origin value.
    • description

      String description()
      Gets the description property: The description of the operation.
      Returns:
      the description value.
    • operation

      String operation()
      Gets the operation property: The display name of the compute operation.
      Returns:
      the operation value.
    • provider

      String provider()
      Gets the provider property: The resource provider for the operation.
      Returns:
      the provider value.
    • resource

      String resource()
      Gets the resource property: The display name of the resource the operation applies to.
      Returns:
      the resource value.
    • innerModel

      Gets the inner com.azure.resourcemanager.extendedlocation.fluent.models.CustomLocationOperationInner object.
      Returns:
      the inner object.