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

com.azure.resourcemanager.managementgroups.models.HierarchySettingsList Maven / Gradle / Ivy

Go to download

This package contains Microsoft Azure SDK for ManagementGroups Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. The Azure Management Groups API enables consolidation of multiple subscriptions/resources into an organizational hierarchy and centrally manage access control, policies, alerting and reporting for those resources. . Package tag package-2021-04.

There is a newer version: 1.0.0-beta.2
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.managementgroups.models;

import com.azure.resourcemanager.managementgroups.fluent.models.HierarchySettingsListInner;
import java.util.List;

/** An immutable client-side representation of HierarchySettingsList. */
public interface HierarchySettingsList {
    /**
     * Gets the value property: The list of hierarchy settings.
     *
     * @return the value value.
     */
    List value();

    /**
     * Gets the nextLink property: The URL to use for getting the next set of results.
     *
     * @return the nextLink value.
     */
    String nextLink();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy