Class: Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtension
- Inherits:
-
SubResourceReadOnly
- Object
- SubResourceReadOnly
- Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtension
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension.rb
Overview
Describes a Virtual Machine Scale Set Extension.
Instance Attribute Summary collapse
-
#auto_upgrade_minor_version ⇒ Boolean
minor version if one is available at deployment time.
-
#force_update_tag ⇒ String
previous value, the extension handler will be forced to update even if the extension configuration has not changed.
-
#name ⇒ String
The name of the extension.
-
#protected_settings ⇒ Object
protectedSettingsFromKeyVault or no protected settings at all.
-
#provision_after_extensions ⇒ Array<String>
extension needs to be provisioned.
-
#provisioning_state ⇒ String
response.
-
#publisher ⇒ String
The name of the extension handler publisher.
-
#settings ⇒ Object
Json formatted public settings for the extension.
-
#type ⇒ String
“CustomScriptExtension”.
-
#type_handler_version ⇒ String
Specifies the version of the script handler.
Attributes inherited from SubResourceReadOnly
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for VirtualMachineScaleSetExtension class as Ruby Hash.
Instance Attribute Details
#auto_upgrade_minor_version ⇒ Boolean
minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
37 38 39 |
# File 'lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension.rb', line 37 def auto_upgrade_minor_version @auto_upgrade_minor_version end |
#force_update_tag ⇒ String
previous value, the extension handler will be forced to update even if the extension configuration has not changed.
21 22 23 |
# File 'lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension.rb', line 21 def force_update_tag @force_update_tag end |
#name ⇒ String
Returns The name of the extension.
16 17 18 |
# File 'lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension.rb', line 16 def name @name end |
#protected_settings ⇒ Object
protectedSettingsFromKeyVault or no protected settings at all.
44 45 46 |
# File 'lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension.rb', line 44 def protected_settings @protected_settings end |
#provision_after_extensions ⇒ Array<String>
extension needs to be provisioned.
52 53 54 |
# File 'lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension.rb', line 52 def provision_after_extensions @provision_after_extensions end |
#provisioning_state ⇒ String
response.
48 49 50 |
# File 'lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension.rb', line 48 def provisioning_state @provisioning_state end |
#publisher ⇒ String
Returns The name of the extension handler publisher.
24 25 26 |
# File 'lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension.rb', line 24 def publisher @publisher end |
#settings ⇒ Object
Returns Json formatted public settings for the extension.
40 41 42 |
# File 'lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension.rb', line 40 def settings @settings end |
#type ⇒ String
“CustomScriptExtension”.
28 29 30 |
# File 'lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension.rb', line 28 def type @type end |
#type_handler_version ⇒ String
Returns Specifies the version of the script handler.
31 32 33 |
# File 'lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension.rb', line 31 def type_handler_version @type_handler_version end |
Class Method Details
.mapper ⇒ Object
Mapper for VirtualMachineScaleSetExtension class as Ruby Hash. This will be used for serialization/deserialization.
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 |
# File 'lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension.rb', line 59 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VirtualMachineScaleSetExtension', type: { name: 'Composite', class_name: 'VirtualMachineScaleSetExtension', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, force_update_tag: { client_side_validation: true, required: false, serialized_name: 'properties.forceUpdateTag', type: { name: 'String' } }, publisher: { client_side_validation: true, required: false, serialized_name: 'properties.publisher', type: { name: 'String' } }, type: { client_side_validation: true, required: false, serialized_name: 'properties.type', type: { name: 'String' } }, type_handler_version: { client_side_validation: true, required: false, serialized_name: 'properties.typeHandlerVersion', type: { name: 'String' } }, auto_upgrade_minor_version: { client_side_validation: true, required: false, serialized_name: 'properties.autoUpgradeMinorVersion', type: { name: 'Boolean' } }, settings: { client_side_validation: true, required: false, serialized_name: 'properties.settings', type: { name: 'Object' } }, protected_settings: { client_side_validation: true, required: false, serialized_name: 'properties.protectedSettings', type: { name: 'Object' } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, provision_after_extensions: { client_side_validation: true, required: false, serialized_name: 'properties.provisionAfterExtensions', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end |