Sha256: 0149339e83700189109b9a59fa473f72da0073e6acb7ce7e5be83d3b78f933af
Contents?: true
Size: 1.68 KB
Versions: 1
Compression:
Stored size: 1.68 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::ARM::Web module Models # # Specifies the web app that snapshot contents will be written to. # class SnapshotRecoveryTarget include MsRestAzure include MsRest::JSONable # @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() { required: false, serialized_name: 'SnapshotRecoveryTarget', type: { name: 'Composite', class_name: 'SnapshotRecoveryTarget', model_properties: { location: { required: false, serialized_name: 'location', type: { name: 'String' } }, id: { required: false, serialized_name: 'id', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_web-0.13.0 | lib/generated/azure_mgmt_web/models/snapshot_recovery_target.rb |