Sha256: ae25f88c6b9201390eacacee21f763479da41af62174c93c29558e025059ef7e

Contents?: true

Size: 1.31 KB

Versions: 3

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_5_0_36
  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

3 entries across 3 versions & 1 rubygems

Version Path
azure_service_fabric-0.18.1 lib/6.5.0.36/generated/azure_service_fabric/models/resume_application_upgrade_description.rb
azure_service_fabric-0.18.0 lib/6.5.0.36/generated/azure_service_fabric/models/resume_application_upgrade_description.rb
azure_service_fabric-0.17.2 lib/6.5.0.36/generated/azure_service_fabric/models/resume_application_upgrade_description.rb