Interface ResourceProviderOperation


  • public interface ResourceProviderOperation
    An immutable client-side representation of ResourceProviderOperation.
    • Method Detail

      • name

        String name()
        Gets the name property: Operation name, in format of {provider}/{resource}/{operation}.
        Returns:
        the name value.
      • isDataAction

        Boolean isDataAction()
        Gets the isDataAction property: The flag that indicates whether the operation applies to data plane.
        Returns:
        the isDataAction value.
      • origin

        String origin()
        Gets the origin property: Origin of the operation.
        Returns:
        the origin value.
      • innerModel

        ResourceProviderOperationInner innerModel()
        Gets the inner com.azure.resourcemanager.kubernetesconfiguration.fluent.models.ResourceProviderOperationInner object.
        Returns:
        the inner object.