Sha256: d8cefd966f3126109405acacdf5c5c6e91c2d03ceac0ff94d26d70fb742b85ae
Contents?: true
Size: 1.8 KB
Versions: 10
Compression:
Stored size: 1.8 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::V2015_08_01 module Models # # Specifies the web app that snapshot contents will be written to. # class SnapshotRecoveryTarget include MsRestAzure # @return [String] Geographical location of the target web app, e.g. # SouthEastAsia, SouthCentralUS attr_accessor :location # @return [String] ARM resource ID of the target app. # /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} # for production slots and # /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} # for other slots. attr_accessor :id # # Mapper for SnapshotRecoveryTarget class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SnapshotRecoveryTarget', type: { name: 'Composite', class_name: 'SnapshotRecoveryTarget', model_properties: { location: { client_side_validation: true, required: false, serialized_name: 'location', type: { name: 'String' } }, id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } } } } } end end end end
Version data entries
10 entries across 10 versions & 1 rubygems