Sha256: bef6873a936abd68aeb171c5230551a57c1173ab0d5a5f957b6c40349567cab2
Contents?: true
Size: 408 Bytes
Versions: 6
Compression:
Stored size: 408 Bytes
Contents
# encoding: utf-8 # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. module MsRestAzure # # Class which represents a final state via of Azure long running operation. # class FinalStateVia NONE = -1 DEFAULT = 0 AZURE_ASYNC_OPERATION = 0 LOCATION = 1 ORIGINAL_URI = 2 end end
Version data entries
6 entries across 6 versions & 2 rubygems