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

com.azure.resourcemanager.storagecache.models.AscOperation Maven / Gradle / Ivy

Go to download

This package contains Microsoft Azure SDK for StorageCache Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Azure Managed Lustre provides a fully managed Lustre® file system, integrated with Blob storage, for use on demand. These operations create and manage Azure Managed Lustre file systems. Package tag package-2024-03.

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

package com.azure.resourcemanager.storagecache.models;

import com.azure.resourcemanager.storagecache.fluent.models.AscOperationInner;
import java.util.Map;

/**
 * An immutable client-side representation of AscOperation.
 */
public interface AscOperation {
    /**
     * Gets the id property: The operation Id.
     * 
     * @return the id value.
     */
    String id();

    /**
     * Gets the name property: The operation name.
     * 
     * @return the name value.
     */
    String name();

    /**
     * Gets the startTime property: The start time of the operation.
     * 
     * @return the startTime value.
     */
    String startTime();

    /**
     * Gets the endTime property: The end time of the operation.
     * 
     * @return the endTime value.
     */
    String endTime();

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

    /**
     * Gets the error property: The error detail of the operation if any.
     * 
     * @return the error value.
     */
    AscOperationErrorResponse error();

    /**
     * Gets the output property: Additional operation-specific output.
     * 
     * @return the output value.
     */
    Map output();

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy