Sha256: d442ef3fb40def5c0a35616f966520c85b082cdfafa4560238287862620e9511
Contents?: true
Size: 1.97 KB
Versions: 2
Compression:
Stored size: 1.97 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Web::Mgmt::V2020_09_01 module Models # # The status of the last successful slot swap operation. # class SlotSwapStatus include MsRestAzure # @return [DateTime] The time the last successful slot swap completed. attr_accessor :timestamp_utc # @return [String] The source slot of the last swap operation. attr_accessor :source_slot_name # @return [String] The destination slot of the last swap operation. attr_accessor :destination_slot_name # # Mapper for SlotSwapStatus class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SlotSwapStatus', type: { name: 'Composite', class_name: 'SlotSwapStatus', model_properties: { timestamp_utc: { client_side_validation: true, required: false, read_only: true, serialized_name: 'timestampUtc', type: { name: 'DateTime' } }, source_slot_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'sourceSlotName', type: { name: 'String' } }, destination_slot_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'destinationSlotName', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_web-0.18.1 | lib/2020-09-01/generated/azure_mgmt_web/models/slot_swap_status.rb |
azure_mgmt_web-0.18.0 | lib/2020-09-01/generated/azure_mgmt_web/models/slot_swap_status.rb |