Class: Azure::Resources::Mgmt::V2019_10_01::Models::DeploymentPropertiesExtended
- Inherits:
-
Object
- Object
- Azure::Resources::Mgmt::V2019_10_01::Models::DeploymentPropertiesExtended
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb
Overview
Deployment properties with additional details.
Instance Attribute Summary collapse
-
#correlation_id ⇒ String
The correlation ID of the deployment.
-
#debug_setting ⇒ DebugSetting
The debug setting of the deployment.
-
#dependencies ⇒ Array<Dependency>
The list of deployment dependencies.
-
#duration ⇒ String
The duration of the template deployment.
-
#error ⇒ ErrorResponse
The deployment error.
-
#mode ⇒ DeploymentMode
Incremental and Complete.
-
#on_error_deployment ⇒ OnErrorDeploymentExtended
The deployment on error behavior.
-
#output_resources ⇒ Array<ResourceReference>
Array of provisioned resources.
-
#outputs ⇒ Object
Key/value pairs that represent deployment output.
-
#parameters ⇒ Object
Deployment parameters.
-
#parameters_link ⇒ ParametersLink
The URI referencing the parameters.
-
#providers ⇒ Array<Provider>
deployment.
-
#provisioning_state ⇒ String
The state of the provisioning.
-
#template_hash ⇒ String
The hash produced for the template.
-
#template_link ⇒ TemplateLink
The URI referencing the template.
-
#timestamp ⇒ DateTime
The timestamp of the template deployment.
-
#validated_resources ⇒ Array<ResourceReference>
Array of validated resources.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for DeploymentPropertiesExtended class as Ruby Hash.
Instance Attribute Details
#correlation_id ⇒ String
Returns The correlation ID of the deployment.
19 20 21 |
# File 'lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 19 def correlation_id @correlation_id end |
#debug_setting ⇒ DebugSetting
Returns The debug setting of the deployment.
52 53 54 |
# File 'lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 52 def debug_setting @debug_setting end |
#dependencies ⇒ Array<Dependency>
Returns The list of deployment dependencies.
35 36 37 |
# File 'lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 35 def dependencies @dependencies end |
#duration ⇒ String
Returns The duration of the template deployment.
25 26 27 |
# File 'lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 25 def duration @duration end |
#error ⇒ ErrorResponse
Returns The deployment error.
67 68 69 |
# File 'lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 67 def error @error end |
#mode ⇒ DeploymentMode
Incremental and Complete. Possible values include: ‘Incremental’, ‘Complete’
49 50 51 |
# File 'lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 49 def mode @mode end |
#on_error_deployment ⇒ OnErrorDeploymentExtended
Returns The deployment on error behavior.
55 56 57 |
# File 'lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 55 def on_error_deployment @on_error_deployment end |
#output_resources ⇒ Array<ResourceReference>
Returns Array of provisioned resources.
61 62 63 |
# File 'lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 61 def output_resources @output_resources end |
#outputs ⇒ Object
Returns Key/value pairs that represent deployment output.
28 29 30 |
# File 'lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 28 def outputs @outputs end |
#parameters ⇒ Object
Returns Deployment parameters.
41 42 43 |
# File 'lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 41 def parameters @parameters end |
#parameters_link ⇒ ParametersLink
Returns The URI referencing the parameters.
44 45 46 |
# File 'lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 44 def parameters_link @parameters_link end |
#providers ⇒ Array<Provider>
deployment.
32 33 34 |
# File 'lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 32 def providers @providers end |
#provisioning_state ⇒ String
Returns The state of the provisioning.
16 17 18 |
# File 'lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 16 def provisioning_state @provisioning_state end |
#template_hash ⇒ String
Returns The hash produced for the template.
58 59 60 |
# File 'lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 58 def template_hash @template_hash end |
#template_link ⇒ TemplateLink
Returns The URI referencing the template.
38 39 40 |
# File 'lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 38 def template_link @template_link end |
#timestamp ⇒ DateTime
Returns The timestamp of the template deployment.
22 23 24 |
# File 'lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 22 def @timestamp end |
#validated_resources ⇒ Array<ResourceReference>
Returns Array of validated resources.
64 65 66 |
# File 'lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 64 def validated_resources @validated_resources end |
Class Method Details
.mapper ⇒ Object
Mapper for DeploymentPropertiesExtended class as Ruby Hash. This will be used for serialization/deserialization.
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 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 |
# File 'lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 74 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DeploymentPropertiesExtended', type: { name: 'Composite', class_name: 'DeploymentPropertiesExtended', model_properties: { provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'provisioningState', type: { name: 'String' } }, correlation_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'correlationId', type: { name: 'String' } }, timestamp: { client_side_validation: true, required: false, read_only: true, serialized_name: 'timestamp', type: { name: 'DateTime' } }, duration: { client_side_validation: true, required: false, read_only: true, serialized_name: 'duration', type: { name: 'String' } }, outputs: { client_side_validation: true, required: false, read_only: true, serialized_name: 'outputs', type: { name: 'Object' } }, providers: { client_side_validation: true, required: false, read_only: true, serialized_name: 'providers', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ProviderElementType', type: { name: 'Composite', class_name: 'Provider' } } } }, dependencies: { client_side_validation: true, required: false, read_only: true, serialized_name: 'dependencies', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'DependencyElementType', type: { name: 'Composite', class_name: 'Dependency' } } } }, template_link: { client_side_validation: true, required: false, read_only: true, serialized_name: 'templateLink', type: { name: 'Composite', class_name: 'TemplateLink' } }, parameters: { client_side_validation: true, required: false, read_only: true, serialized_name: 'parameters', type: { name: 'Object' } }, parameters_link: { client_side_validation: true, required: false, read_only: true, serialized_name: 'parametersLink', type: { name: 'Composite', class_name: 'ParametersLink' } }, mode: { client_side_validation: true, required: false, read_only: true, serialized_name: 'mode', type: { name: 'Enum', module: 'DeploymentMode' } }, debug_setting: { client_side_validation: true, required: false, read_only: true, serialized_name: 'debugSetting', type: { name: 'Composite', class_name: 'DebugSetting' } }, on_error_deployment: { client_side_validation: true, required: false, read_only: true, serialized_name: 'onErrorDeployment', type: { name: 'Composite', class_name: 'OnErrorDeploymentExtended' } }, template_hash: { client_side_validation: true, required: false, read_only: true, serialized_name: 'templateHash', type: { name: 'String' } }, output_resources: { client_side_validation: true, required: false, read_only: true, serialized_name: 'outputResources', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ResourceReferenceElementType', type: { name: 'Composite', class_name: 'ResourceReference' } } } }, validated_resources: { client_side_validation: true, required: false, read_only: true, serialized_name: 'validatedResources', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ResourceReferenceElementType', type: { name: 'Composite', class_name: 'ResourceReference' } } } }, error: { client_side_validation: true, required: false, read_only: true, serialized_name: 'error', type: { name: 'Composite', class_name: 'ErrorResponse' } } } } } end |