Sha256: e168a5d6baee91b1ed659e8307463c0b457590e9e5fc510b22e9035029941f80
Contents?: true
Size: 1.31 KB
Versions: 5
Compression:
Stored size: 1.31 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::ServiceFabric::V6_2_0_9 module Models # # Describes the parameters for resuming an unmonitored manual Service # Fabric application upgrade # class ResumeApplicationUpgradeDescription include MsRestAzure # @return [String] The name of the upgrade domain in which to resume the # upgrade. attr_accessor :upgrade_domain_name # # Mapper for ResumeApplicationUpgradeDescription class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ResumeApplicationUpgradeDescription', type: { name: 'Composite', class_name: 'ResumeApplicationUpgradeDescription', model_properties: { upgrade_domain_name: { client_side_validation: true, required: true, serialized_name: 'UpgradeDomainName', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems