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

com.azure.resourcemanager.managementgroups.models.SubscriptionUnderManagementGroup 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.SubscriptionUnderManagementGroupInner;

/** An immutable client-side representation of SubscriptionUnderManagementGroup. */
public interface SubscriptionUnderManagementGroup {
    /**
     * Gets the id property: Fully qualified resource Id for the resource.
     *
     * @return the id value.
     */
    String id();

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

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

    /**
     * Gets the tenant property: The AAD Tenant ID associated with the subscription. For example,
     * 00000000-0000-0000-0000-000000000000.
     *
     * @return the tenant value.
     */
    String tenant();

    /**
     * Gets the displayName property: The friendly name of the subscription.
     *
     * @return the displayName value.
     */
    String displayName();

    /**
     * Gets the parent property: The ID of the parent management group.
     *
     * @return the parent value.
     */
    DescendantParentGroupInfo parent();

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy