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

com.azure.resourcemanager.managementgroups.models.AzureAsyncOperationResults 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.AzureAsyncOperationResultsInner;

/** An immutable client-side representation of AzureAsyncOperationResults. */
public interface AzureAsyncOperationResults {
    /**
     * Gets the id property: The fully qualified ID for the management group. For example,
     * /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000.
     *
     * @return the id value.
     */
    String id();

    /**
     * Gets the type property: The type of the resource. For example, Microsoft.Management/managementGroups.
     *
     * @return the type value.
     */
    String type();

    /**
     * Gets the name property: The name of the management group. For example, 00000000-0000-0000-0000-000000000000.
     *
     * @return the name value.
     */
    String name();

    /**
     * Gets the status property: The current status of the asynchronous operation performed . For example, Running,
     * Succeeded, Failed.
     *
     * @return the status value.
     */
    String status();

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy