Enum 9060 Storage Service API Version in 28

App
System Application
Namespace
System.Azure.Storage

Values, 9

Versions171819202122232425262728latest

Source242526272829

Source in 28

src/System Application/App/Azure Storage Services Authorization/src/StorageServiceAPIVersion.Enum.al53 lines, Copyright (c) Microsoft Corporation. MIT

// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

namespace System.Azure.Storage;

/// <summary>
/// Defines the available API versions for Azure Storage Services.
/// See: https://go.microsoft.com/fwlink/?linkid=2210598
/// </summary>
enum 9060 "Storage Service API Version"
{
    Access = Public;
    Extensible = false;

    value(0; "2020-10-02")
    {
        Caption = '2020-10-02', Locked = true;
    }
    value(1; "2020-12-06")
    {
        Caption = '2020-12-06', Locked = true;
    }
    value(2; "2021-02-12")
    {
        Caption = '2021-02-12', Locked = true;
    }
    value(3; "2021-04-10")
    {
        Caption = '2021-04-10', Locked = true;
    }
    value(4; "2021-06-08")
    {
        Caption = '2021-06-08', Locked = true;
    }
    value(5; "2021-08-06")
    {
        Caption = '2021-08-06', Locked = true;
    }
    value(6; "2021-10-04")
    {
        Caption = '2021-10-04', Locked = true;
    }
    value(7; "2021-12-02")
    {
        Caption = '2021-12-02', Locked = true;
    }
    value(8; "2022-11-02")
    {
        Caption = '2022-11-02', Locked = true;
    }
}

Values, 9

IdNameObsolete
02020-10-02-
12020-12-06-
22021-02-12-
32021-04-10-
42021-06-08-
52021-08-06-
62021-10-04-
72021-12-02-
82022-11-02-