Class: Azure::Resources::Mgmt::V2019_07_01::Models::DeploymentPropertiesExtended
- Inherits:
-
Object
- Object
- Azure::Resources::Mgmt::V2019_07_01::Models::DeploymentPropertiesExtended
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-07-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.
-
#mode ⇒ DeploymentMode
Incremental and Complete.
-
#on_error_deployment ⇒ OnErrorDeploymentExtended
The deployment on error behavior.
-
#outputs ⇒ Object
Key/value pairs that represent deployment output.
-
#parameters ⇒ Object
ParametersLink.
-
#parameters_link ⇒ ParametersLink
one of Parameters or ParametersLink.
-
#providers ⇒ Array<Provider>
deployment.
-
#provisioning_state ⇒ String
The state of the provisioning.
-
#template ⇒ Object
The template content.
-
#template_link ⇒ TemplateLink
of Template or TemplateLink.
-
#timestamp ⇒ DateTime
The timestamp of the template deployment.
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-07-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.
58 59 60 |
# File 'lib/2019-07-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 58 def debug_setting @debug_setting end |
#dependencies ⇒ Array<Dependency>
Returns The list of deployment dependencies.
35 36 37 |
# File 'lib/2019-07-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-07-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 25 def duration @duration end |
#mode ⇒ DeploymentMode
Incremental and Complete. Possible values include: ‘Incremental’, ‘Complete’
55 56 57 |
# File 'lib/2019-07-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 55 def mode @mode end |
#on_error_deployment ⇒ OnErrorDeploymentExtended
Returns The deployment on error behavior.
61 62 63 |
# File 'lib/2019-07-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 61 def on_error_deployment @on_error_deployment end |
#outputs ⇒ Object
Returns Key/value pairs that represent deployment output.
28 29 30 |
# File 'lib/2019-07-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 28 def outputs @outputs end |
#parameters ⇒ Object
ParametersLink.
46 47 48 |
# File 'lib/2019-07-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 46 def parameters @parameters end |
#parameters_link ⇒ ParametersLink
one of Parameters or ParametersLink.
50 51 52 |
# File 'lib/2019-07-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 50 def parameters_link @parameters_link end |
#providers ⇒ Array<Provider>
deployment.
32 33 34 |
# File 'lib/2019-07-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-07-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 16 def provisioning_state @provisioning_state end |
#template ⇒ Object
Returns The template content. Use only one of Template or TemplateLink.
38 39 40 |
# File 'lib/2019-07-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 38 def template @template end |
#template_link ⇒ TemplateLink
of Template or TemplateLink.
42 43 44 |
# File 'lib/2019-07-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 42 def template_link @template_link end |
#timestamp ⇒ DateTime
Returns The timestamp of the template deployment.
22 23 24 |
# File 'lib/2019-07-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 22 def @timestamp end |
Class Method Details
.mapper ⇒ Object
Mapper for DeploymentPropertiesExtended class as Ruby Hash. This will be used for serialization/deserialization.
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 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 |
# File 'lib/2019-07-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb', line 68 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, serialized_name: 'outputs', type: { name: 'Object' } }, providers: { client_side_validation: true, required: false, 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, serialized_name: 'dependencies', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'DependencyElementType', type: { name: 'Composite', class_name: 'Dependency' } } } }, template: { client_side_validation: true, required: false, serialized_name: 'template', type: { name: 'Object' } }, template_link: { client_side_validation: true, required: false, serialized_name: 'templateLink', type: { name: 'Composite', class_name: 'TemplateLink' } }, parameters: { client_side_validation: true, required: false, serialized_name: 'parameters', type: { name: 'Object' } }, parameters_link: { client_side_validation: true, required: false, serialized_name: 'parametersLink', type: { name: 'Composite', class_name: 'ParametersLink' } }, mode: { client_side_validation: true, required: false, serialized_name: 'mode', type: { name: 'Enum', module: 'DeploymentMode' } }, debug_setting: { client_side_validation: true, required: false, serialized_name: 'debugSetting', type: { name: 'Composite', class_name: 'DebugSetting' } }, on_error_deployment: { client_side_validation: true, required: false, serialized_name: 'onErrorDeployment', type: { name: 'Composite', class_name: 'OnErrorDeploymentExtended' } } } } } end |