
com.azure.resourcemanager.hdinsight.models.UsagesListResult 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.hdinsight.models;
import com.azure.resourcemanager.hdinsight.fluent.models.UsagesListResultInner;
import java.util.List;
/**
* An immutable client-side representation of UsagesListResult.
*/
public interface UsagesListResult {
/**
* Gets the value property: The list of usages.
*
* @return the value value.
*/
List value();
/**
* Gets the inner com.azure.resourcemanager.hdinsight.fluent.models.UsagesListResultInner object.
*
* @return the inner object.
*/
UsagesListResultInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy