All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.azure.resourcemanager.maintenance.models.Operation Maven / Gradle / Ivy

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.resourcemanager.maintenance.models;

import com.azure.resourcemanager.maintenance.fluent.models.OperationInner;

/**
 * An immutable client-side representation of Operation.
 */
public interface Operation {
    /**
     * Gets the name property: Name of the operation.
     * 
     * @return the name value.
     */
    String name();

    /**
     * Gets the display property: Display name of the operation.
     * 
     * @return the display value.
     */
    OperationInfo display();

    /**
     * Gets the origin property: Origin of the operation.
     * 
     * @return the origin value.
     */
    String origin();

    /**
     * Gets the properties property: Properties of the operation.
     * 
     * @return the properties value.
     */
    Object properties();

    /**
     * Gets the isDataAction property: Indicates whether the operation is a data action.
     * 
     * @return the isDataAction value.
     */
    Boolean isDataAction();

    /**
     * Gets the inner com.azure.resourcemanager.maintenance.fluent.models.OperationInner object.
     * 
     * @return the inner object.
     */
    OperationInner innerModel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy