com.azure.resourcemanager.storagecache.models.ApiOperation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-resourcemanager-storagecache Show documentation
Show all versions of azure-resourcemanager-storagecache Show documentation
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.ApiOperationInner;
/**
* An immutable client-side representation of ApiOperation.
*/
public interface ApiOperation {
/**
* Gets the display property: The object that represents the operation.
*
* @return the display value.
*/
ApiOperationDisplay display();
/**
* Gets the origin property: Origin of the operation.
*
* @return the origin value.
*/
String origin();
/**
* Gets the isDataAction property: The flag that indicates whether the operation applies to data plane.
*
* @return the isDataAction value.
*/
Boolean isDataAction();
/**
* Gets the name property: Operation name: {provider}/{resource}/{operation}.
*
* @return the name value.
*/
String name();
/**
* Gets the serviceSpecification property: Specification of the all the metrics provided for a resource type.
*
* @return the serviceSpecification value.
*/
ApiOperationPropertiesServiceSpecification serviceSpecification();
/**
* Gets the inner com.azure.resourcemanager.storagecache.fluent.models.ApiOperationInner object.
*
* @return the inner object.
*/
ApiOperationInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy