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

com.azure.resourcemanager.automation.models.NodeCounts Maven / Gradle / Ivy

Go to download

This package contains Microsoft Azure SDK for Automation Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Automation Client. Package tag package-2019-06.

There is a newer version: 1.0.0
Show 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.automation.models;

import com.azure.resourcemanager.automation.fluent.models.NodeCountsInner;
import java.util.List;

/** An immutable client-side representation of NodeCounts. */
public interface NodeCounts {
    /**
     * Gets the value property: Gets an array of counts.
     *
     * @return the value value.
     */
    List value();

    /**
     * Gets the totalCount property: Gets the total number of records matching countType criteria.
     *
     * @return the totalCount value.
     */
    Integer totalCount();

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy