Class: Azure::ServiceFabric::V6_3_0_9::Models::ResumeApplicationUpgradeDescription

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/6.3.0.9/generated/azure_service_fabric/models/resume_application_upgrade_description.rb

Overview

Describes the parameters for resuming an unmonitored manual Service Fabric application upgrade

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#upgrade_domain_nameString

upgrade.

Returns:

  • (String)

    The name of the upgrade domain in which to resume the



18
19
20
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/resume_application_upgrade_description.rb', line 18

def upgrade_domain_name
  @upgrade_domain_name
end

Class Method Details

.mapperObject

Mapper for ResumeApplicationUpgradeDescription class as Ruby Hash. This will be used for serialization/deserialization.



25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/resume_application_upgrade_description.rb', line 25

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