Source code for azure.mgmt.managementgroups.models.management_groups_api_enums

# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------

from enum import Enum


[docs]class Reason(str, Enum): invalid = "Invalid" already_exists = "AlreadyExists"
[docs]class Status(str, Enum): not_started = "NotStarted" not_started_but_groups_exist = "NotStartedButGroupsExist" started = "Started" failed = "Failed" cancelled = "Cancelled" completed = "Completed"
[docs]class Type(str, Enum): providers_microsoft_managementmanagement_groups = "/providers/Microsoft.Management/managementGroups"