azure_mgmt_resources 0.18.0 → 0.18.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2016-02-01/generated/azure_mgmt_resources/resource_management_client.rb +1 -1
  3. data/lib/2016-06-01/generated/azure_mgmt_resources/subscription_client.rb +1 -1
  4. data/lib/2016-07-01/generated/azure_mgmt_resources/resource_management_client.rb +1 -1
  5. data/lib/2016-09-01/generated/azure_mgmt_resources/resource_management_client.rb +1 -1
  6. data/lib/2017-05-10/generated/azure_mgmt_resources/resource_management_client.rb +1 -1
  7. data/lib/2018-02-01/generated/azure_mgmt_resources/resource_management_client.rb +1 -1
  8. data/lib/2018-05-01/generated/azure_mgmt_resources/resource_management_client.rb +1 -1
  9. data/lib/2018-06-01/generated/azure_mgmt_resources/application_client.rb +1 -1
  10. data/lib/2019-03-01/generated/azure_mgmt_resources/resource_management_client.rb +1 -1
  11. data/lib/2019-05-01/generated/azure_mgmt_resources/resource_management_client.rb +1 -1
  12. data/lib/2019-05-10/generated/azure_mgmt_resources/resource_management_client.rb +1 -1
  13. data/lib/2019-07-01/generated/azure_mgmt_resources/resource_management_client.rb +1 -1
  14. data/lib/2019-10-01/generated/azure_mgmt_resources.rb +111 -0
  15. data/lib/2019-10-01/generated/azure_mgmt_resources/deployment_operations.rb +1590 -0
  16. data/lib/2019-10-01/generated/azure_mgmt_resources/deployments.rb +6276 -0
  17. data/lib/2019-10-01/generated/azure_mgmt_resources/models/alias_model.rb +102 -0
  18. data/lib/2019-10-01/generated/azure_mgmt_resources/models/alias_path.rb +77 -0
  19. data/lib/2019-10-01/generated/azure_mgmt_resources/models/alias_pattern.rb +70 -0
  20. data/lib/2019-10-01/generated/azure_mgmt_resources/models/alias_pattern_type.rb +16 -0
  21. data/lib/2019-10-01/generated/azure_mgmt_resources/models/alias_type.rb +17 -0
  22. data/lib/2019-10-01/generated/azure_mgmt_resources/models/basic_dependency.rb +68 -0
  23. data/lib/2019-10-01/generated/azure_mgmt_resources/models/change_type.rb +20 -0
  24. data/lib/2019-10-01/generated/azure_mgmt_resources/models/debug_setting.rb +53 -0
  25. data/lib/2019-10-01/generated/azure_mgmt_resources/models/dependency.rb +88 -0
  26. data/lib/2019-10-01/generated/azure_mgmt_resources/models/deployment.rb +77 -0
  27. data/lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_export_result.rb +46 -0
  28. data/lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_extended.rb +113 -0
  29. data/lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_extended_filter.rb +46 -0
  30. data/lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_list_result.rb +99 -0
  31. data/lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_mode.rb +16 -0
  32. data/lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_operation.rb +71 -0
  33. data/lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_operation_properties.rb +162 -0
  34. data/lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_operations_list_result.rb +99 -0
  35. data/lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties.rb +136 -0
  36. data/lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_properties_extended.rb +284 -0
  37. data/lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_validate_result.rb +61 -0
  38. data/lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_what_if.rb +58 -0
  39. data/lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_what_if_properties.rb +108 -0
  40. data/lib/2019-10-01/generated/azure_mgmt_resources/models/deployment_what_if_settings.rb +48 -0
  41. data/lib/2019-10-01/generated/azure_mgmt_resources/models/error_additional_info.rb +59 -0
  42. data/lib/2019-10-01/generated/azure_mgmt_resources/models/error_response.rb +117 -0
  43. data/lib/2019-10-01/generated/azure_mgmt_resources/models/export_template_request.rb +69 -0
  44. data/lib/2019-10-01/generated/azure_mgmt_resources/models/generic_resource.rb +158 -0
  45. data/lib/2019-10-01/generated/azure_mgmt_resources/models/generic_resource_expanded.rb +179 -0
  46. data/lib/2019-10-01/generated/azure_mgmt_resources/models/generic_resource_filter.rb +68 -0
  47. data/lib/2019-10-01/generated/azure_mgmt_resources/models/http_message.rb +46 -0
  48. data/lib/2019-10-01/generated/azure_mgmt_resources/models/identity.rb +96 -0
  49. data/lib/2019-10-01/generated/azure_mgmt_resources/models/identity_user_assigned_identities_value.rb +60 -0
  50. data/lib/2019-10-01/generated/azure_mgmt_resources/models/on_error_deployment.rb +60 -0
  51. data/lib/2019-10-01/generated/azure_mgmt_resources/models/on_error_deployment_extended.rb +73 -0
  52. data/lib/2019-10-01/generated/azure_mgmt_resources/models/on_error_deployment_type.rb +16 -0
  53. data/lib/2019-10-01/generated/azure_mgmt_resources/models/operation.rb +58 -0
  54. data/lib/2019-10-01/generated/azure_mgmt_resources/models/operation_display.rb +80 -0
  55. data/lib/2019-10-01/generated/azure_mgmt_resources/models/operation_list_result.rb +100 -0
  56. data/lib/2019-10-01/generated/azure_mgmt_resources/models/parameters_link.rb +58 -0
  57. data/lib/2019-10-01/generated/azure_mgmt_resources/models/plan.rb +90 -0
  58. data/lib/2019-10-01/generated/azure_mgmt_resources/models/property_change_type.rb +18 -0
  59. data/lib/2019-10-01/generated/azure_mgmt_resources/models/provider.rb +104 -0
  60. data/lib/2019-10-01/generated/azure_mgmt_resources/models/provider_list_result.rb +99 -0
  61. data/lib/2019-10-01/generated/azure_mgmt_resources/models/provider_resource_type.rb +137 -0
  62. data/lib/2019-10-01/generated/azure_mgmt_resources/models/provisioning_operation.rb +24 -0
  63. data/lib/2019-10-01/generated/azure_mgmt_resources/models/resource.rb +110 -0
  64. data/lib/2019-10-01/generated/azure_mgmt_resources/models/resource_group.rb +128 -0
  65. data/lib/2019-10-01/generated/azure_mgmt_resources/models/resource_group_export_result.rb +58 -0
  66. data/lib/2019-10-01/generated/azure_mgmt_resources/models/resource_group_filter.rb +57 -0
  67. data/lib/2019-10-01/generated/azure_mgmt_resources/models/resource_group_list_result.rb +99 -0
  68. data/lib/2019-10-01/generated/azure_mgmt_resources/models/resource_group_patchable.rb +90 -0
  69. data/lib/2019-10-01/generated/azure_mgmt_resources/models/resource_group_properties.rb +47 -0
  70. data/lib/2019-10-01/generated/azure_mgmt_resources/models/resource_identity_type.rb +18 -0
  71. data/lib/2019-10-01/generated/azure_mgmt_resources/models/resource_list_result.rb +99 -0
  72. data/lib/2019-10-01/generated/azure_mgmt_resources/models/resource_provider_operation_display_properties.rb +91 -0
  73. data/lib/2019-10-01/generated/azure_mgmt_resources/models/resource_reference.rb +47 -0
  74. data/lib/2019-10-01/generated/azure_mgmt_resources/models/resources_move_info.rb +65 -0
  75. data/lib/2019-10-01/generated/azure_mgmt_resources/models/scoped_deployment.rb +77 -0
  76. data/lib/2019-10-01/generated/azure_mgmt_resources/models/scoped_deployment_what_if.rb +58 -0
  77. data/lib/2019-10-01/generated/azure_mgmt_resources/models/sku.rb +101 -0
  78. data/lib/2019-10-01/generated/azure_mgmt_resources/models/sub_resource.rb +46 -0
  79. data/lib/2019-10-01/generated/azure_mgmt_resources/models/tag_count.rb +57 -0
  80. data/lib/2019-10-01/generated/azure_mgmt_resources/models/tag_details.rb +92 -0
  81. data/lib/2019-10-01/generated/azure_mgmt_resources/models/tag_value.rb +70 -0
  82. data/lib/2019-10-01/generated/azure_mgmt_resources/models/tags.rb +54 -0
  83. data/lib/2019-10-01/generated/azure_mgmt_resources/models/tags_list_result.rb +99 -0
  84. data/lib/2019-10-01/generated/azure_mgmt_resources/models/tags_patch_operation.rb +17 -0
  85. data/lib/2019-10-01/generated/azure_mgmt_resources/models/tags_patch_resource.rb +59 -0
  86. data/lib/2019-10-01/generated/azure_mgmt_resources/models/tags_resource.rb +83 -0
  87. data/lib/2019-10-01/generated/azure_mgmt_resources/models/target_resource.rb +68 -0
  88. data/lib/2019-10-01/generated/azure_mgmt_resources/models/template_hash_result.rb +58 -0
  89. data/lib/2019-10-01/generated/azure_mgmt_resources/models/template_link.rb +58 -0
  90. data/lib/2019-10-01/generated/azure_mgmt_resources/models/what_if_change.rb +105 -0
  91. data/lib/2019-10-01/generated/azure_mgmt_resources/models/what_if_operation_result.rb +80 -0
  92. data/lib/2019-10-01/generated/azure_mgmt_resources/models/what_if_property_change.rb +101 -0
  93. data/lib/2019-10-01/generated/azure_mgmt_resources/models/what_if_result_format.rb +16 -0
  94. data/lib/2019-10-01/generated/azure_mgmt_resources/module_definition.rb +9 -0
  95. data/lib/2019-10-01/generated/azure_mgmt_resources/operations.rb +219 -0
  96. data/lib/2019-10-01/generated/azure_mgmt_resources/providers.rb +846 -0
  97. data/lib/2019-10-01/generated/azure_mgmt_resources/resource_groups.rb +964 -0
  98. data/lib/2019-10-01/generated/azure_mgmt_resources/resource_management_client.rb +155 -0
  99. data/lib/2019-10-01/generated/azure_mgmt_resources/resources.rb +2354 -0
  100. data/lib/2019-10-01/generated/azure_mgmt_resources/tags_operations.rb +1078 -0
  101. data/lib/2020-06-01/generated/azure_mgmt_resources/resource_management_client.rb +1 -1
  102. data/lib/azure_mgmt_resources.rb +10 -9
  103. data/lib/version.rb +1 -1
  104. metadata +90 -3
@@ -0,0 +1,162 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Resources::Mgmt::V2019_10_01
7
+ module Models
8
+ #
9
+ # Deployment operation properties.
10
+ #
11
+ class DeploymentOperationProperties
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [ProvisioningOperation] The name of the current provisioning
16
+ # operation. Possible values include: 'NotSpecified', 'Create', 'Delete',
17
+ # 'Waiting', 'AzureAsyncOperationWaiting', 'ResourceCacheWaiting',
18
+ # 'Action', 'Read', 'EvaluateDeploymentOutput', 'DeploymentCleanup'
19
+ attr_accessor :provisioning_operation
20
+
21
+ # @return [String] The state of the provisioning.
22
+ attr_accessor :provisioning_state
23
+
24
+ # @return [DateTime] The date and time of the operation.
25
+ attr_accessor :timestamp
26
+
27
+ # @return [String] The duration of the operation.
28
+ attr_accessor :duration
29
+
30
+ # @return [String] Deployment operation service request id.
31
+ attr_accessor :service_request_id
32
+
33
+ # @return [String] Operation status code.
34
+ attr_accessor :status_code
35
+
36
+ # @return Operation status message.
37
+ attr_accessor :status_message
38
+
39
+ # @return [TargetResource] The target resource.
40
+ attr_accessor :target_resource
41
+
42
+ # @return [HttpMessage] The HTTP request message.
43
+ attr_accessor :request
44
+
45
+ # @return [HttpMessage] The HTTP response message.
46
+ attr_accessor :response
47
+
48
+
49
+ #
50
+ # Mapper for DeploymentOperationProperties class as Ruby Hash.
51
+ # This will be used for serialization/deserialization.
52
+ #
53
+ def self.mapper()
54
+ {
55
+ client_side_validation: true,
56
+ required: false,
57
+ serialized_name: 'DeploymentOperationProperties',
58
+ type: {
59
+ name: 'Composite',
60
+ class_name: 'DeploymentOperationProperties',
61
+ model_properties: {
62
+ provisioning_operation: {
63
+ client_side_validation: true,
64
+ required: false,
65
+ read_only: true,
66
+ serialized_name: 'provisioningOperation',
67
+ type: {
68
+ name: 'Enum',
69
+ module: 'ProvisioningOperation'
70
+ }
71
+ },
72
+ provisioning_state: {
73
+ client_side_validation: true,
74
+ required: false,
75
+ read_only: true,
76
+ serialized_name: 'provisioningState',
77
+ type: {
78
+ name: 'String'
79
+ }
80
+ },
81
+ timestamp: {
82
+ client_side_validation: true,
83
+ required: false,
84
+ read_only: true,
85
+ serialized_name: 'timestamp',
86
+ type: {
87
+ name: 'DateTime'
88
+ }
89
+ },
90
+ duration: {
91
+ client_side_validation: true,
92
+ required: false,
93
+ read_only: true,
94
+ serialized_name: 'duration',
95
+ type: {
96
+ name: 'String'
97
+ }
98
+ },
99
+ service_request_id: {
100
+ client_side_validation: true,
101
+ required: false,
102
+ read_only: true,
103
+ serialized_name: 'serviceRequestId',
104
+ type: {
105
+ name: 'String'
106
+ }
107
+ },
108
+ status_code: {
109
+ client_side_validation: true,
110
+ required: false,
111
+ read_only: true,
112
+ serialized_name: 'statusCode',
113
+ type: {
114
+ name: 'String'
115
+ }
116
+ },
117
+ status_message: {
118
+ client_side_validation: true,
119
+ required: false,
120
+ read_only: true,
121
+ serialized_name: 'statusMessage',
122
+ type: {
123
+ name: 'Object'
124
+ }
125
+ },
126
+ target_resource: {
127
+ client_side_validation: true,
128
+ required: false,
129
+ read_only: true,
130
+ serialized_name: 'targetResource',
131
+ type: {
132
+ name: 'Composite',
133
+ class_name: 'TargetResource'
134
+ }
135
+ },
136
+ request: {
137
+ client_side_validation: true,
138
+ required: false,
139
+ read_only: true,
140
+ serialized_name: 'request',
141
+ type: {
142
+ name: 'Composite',
143
+ class_name: 'HttpMessage'
144
+ }
145
+ },
146
+ response: {
147
+ client_side_validation: true,
148
+ required: false,
149
+ read_only: true,
150
+ serialized_name: 'response',
151
+ type: {
152
+ name: 'Composite',
153
+ class_name: 'HttpMessage'
154
+ }
155
+ }
156
+ }
157
+ }
158
+ }
159
+ end
160
+ end
161
+ end
162
+ end
@@ -0,0 +1,99 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Resources::Mgmt::V2019_10_01
7
+ module Models
8
+ #
9
+ # List of deployment operations.
10
+ #
11
+ class DeploymentOperationsListResult
12
+
13
+ include MsRestAzure
14
+
15
+ include MsRest::JSONable
16
+ # @return [Array<DeploymentOperation>] An array of deployment operations.
17
+ attr_accessor :value
18
+
19
+ # @return [String] The URL to use for getting the next set of results.
20
+ attr_accessor :next_link
21
+
22
+ # return [Proc] with next page method call.
23
+ attr_accessor :next_method
24
+
25
+ #
26
+ # Gets the rest of the items for the request, enabling auto-pagination.
27
+ #
28
+ # @return [Array<DeploymentOperation>] operation results.
29
+ #
30
+ def get_all_items
31
+ items = @value
32
+ page = self
33
+ while page.next_link != nil && !page.next_link.strip.empty? do
34
+ page = page.get_next_page
35
+ items.concat(page.value)
36
+ end
37
+ items
38
+ end
39
+
40
+ #
41
+ # Gets the next page of results.
42
+ #
43
+ # @return [DeploymentOperationsListResult] with next page content.
44
+ #
45
+ def get_next_page
46
+ response = @next_method.call(@next_link).value! unless @next_method.nil?
47
+ unless response.nil?
48
+ @next_link = response.body.next_link
49
+ @value = response.body.value
50
+ self
51
+ end
52
+ end
53
+
54
+ #
55
+ # Mapper for DeploymentOperationsListResult class as Ruby Hash.
56
+ # This will be used for serialization/deserialization.
57
+ #
58
+ def self.mapper()
59
+ {
60
+ client_side_validation: true,
61
+ required: false,
62
+ serialized_name: 'DeploymentOperationsListResult',
63
+ type: {
64
+ name: 'Composite',
65
+ class_name: 'DeploymentOperationsListResult',
66
+ model_properties: {
67
+ value: {
68
+ client_side_validation: true,
69
+ required: false,
70
+ serialized_name: 'value',
71
+ type: {
72
+ name: 'Sequence',
73
+ element: {
74
+ client_side_validation: true,
75
+ required: false,
76
+ serialized_name: 'DeploymentOperationElementType',
77
+ type: {
78
+ name: 'Composite',
79
+ class_name: 'DeploymentOperation'
80
+ }
81
+ }
82
+ }
83
+ },
84
+ next_link: {
85
+ client_side_validation: true,
86
+ required: false,
87
+ read_only: true,
88
+ serialized_name: 'nextLink',
89
+ type: {
90
+ name: 'String'
91
+ }
92
+ }
93
+ }
94
+ }
95
+ }
96
+ end
97
+ end
98
+ end
99
+ end
@@ -0,0 +1,136 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Resources::Mgmt::V2019_10_01
7
+ module Models
8
+ #
9
+ # Deployment properties.
10
+ #
11
+ class DeploymentProperties
12
+
13
+ include MsRestAzure
14
+
15
+ # @return The template content. You use this element when you want to
16
+ # pass the template syntax directly in the request rather than link to an
17
+ # existing template. It can be a JObject or well-formed JSON string. Use
18
+ # either the templateLink property or the template property, but not
19
+ # both.
20
+ attr_accessor :template
21
+
22
+ # @return [TemplateLink] The URI of the template. Use either the
23
+ # templateLink property or the template property, but not both.
24
+ attr_accessor :template_link
25
+
26
+ # @return Name and value pairs that define the deployment parameters for
27
+ # the template. You use this element when you want to provide the
28
+ # parameter values directly in the request rather than link to an
29
+ # existing parameter file. Use either the parametersLink property or the
30
+ # parameters property, but not both. It can be a JObject or a well formed
31
+ # JSON string.
32
+ attr_accessor :parameters
33
+
34
+ # @return [ParametersLink] The URI of parameters file. You use this
35
+ # element to link to an existing parameters file. Use either the
36
+ # parametersLink property or the parameters property, but not both.
37
+ attr_accessor :parameters_link
38
+
39
+ # @return [DeploymentMode] The mode that is used to deploy resources.
40
+ # This value can be either Incremental or Complete. In Incremental mode,
41
+ # resources are deployed without deleting existing resources that are not
42
+ # included in the template. In Complete mode, resources are deployed and
43
+ # existing resources in the resource group that are not included in the
44
+ # template are deleted. Be careful when using Complete mode as you may
45
+ # unintentionally delete resources. Possible values include:
46
+ # 'Incremental', 'Complete'
47
+ attr_accessor :mode
48
+
49
+ # @return [DebugSetting] The debug setting of the deployment.
50
+ attr_accessor :debug_setting
51
+
52
+ # @return [OnErrorDeployment] The deployment on error behavior.
53
+ attr_accessor :on_error_deployment
54
+
55
+
56
+ #
57
+ # Mapper for DeploymentProperties class as Ruby Hash.
58
+ # This will be used for serialization/deserialization.
59
+ #
60
+ def self.mapper()
61
+ {
62
+ client_side_validation: true,
63
+ required: false,
64
+ serialized_name: 'DeploymentProperties',
65
+ type: {
66
+ name: 'Composite',
67
+ class_name: 'DeploymentProperties',
68
+ model_properties: {
69
+ template: {
70
+ client_side_validation: true,
71
+ required: false,
72
+ serialized_name: 'template',
73
+ type: {
74
+ name: 'Object'
75
+ }
76
+ },
77
+ template_link: {
78
+ client_side_validation: true,
79
+ required: false,
80
+ serialized_name: 'templateLink',
81
+ type: {
82
+ name: 'Composite',
83
+ class_name: 'TemplateLink'
84
+ }
85
+ },
86
+ parameters: {
87
+ client_side_validation: true,
88
+ required: false,
89
+ serialized_name: 'parameters',
90
+ type: {
91
+ name: 'Object'
92
+ }
93
+ },
94
+ parameters_link: {
95
+ client_side_validation: true,
96
+ required: false,
97
+ serialized_name: 'parametersLink',
98
+ type: {
99
+ name: 'Composite',
100
+ class_name: 'ParametersLink'
101
+ }
102
+ },
103
+ mode: {
104
+ client_side_validation: true,
105
+ required: true,
106
+ serialized_name: 'mode',
107
+ type: {
108
+ name: 'Enum',
109
+ module: 'DeploymentMode'
110
+ }
111
+ },
112
+ debug_setting: {
113
+ client_side_validation: true,
114
+ required: false,
115
+ serialized_name: 'debugSetting',
116
+ type: {
117
+ name: 'Composite',
118
+ class_name: 'DebugSetting'
119
+ }
120
+ },
121
+ on_error_deployment: {
122
+ client_side_validation: true,
123
+ required: false,
124
+ serialized_name: 'onErrorDeployment',
125
+ type: {
126
+ name: 'Composite',
127
+ class_name: 'OnErrorDeployment'
128
+ }
129
+ }
130
+ }
131
+ }
132
+ }
133
+ end
134
+ end
135
+ end
136
+ end
@@ -0,0 +1,284 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Resources::Mgmt::V2019_10_01
7
+ module Models
8
+ #
9
+ # Deployment properties with additional details.
10
+ #
11
+ class DeploymentPropertiesExtended
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] The state of the provisioning.
16
+ attr_accessor :provisioning_state
17
+
18
+ # @return [String] The correlation ID of the deployment.
19
+ attr_accessor :correlation_id
20
+
21
+ # @return [DateTime] The timestamp of the template deployment.
22
+ attr_accessor :timestamp
23
+
24
+ # @return [String] The duration of the template deployment.
25
+ attr_accessor :duration
26
+
27
+ # @return Key/value pairs that represent deployment output.
28
+ attr_accessor :outputs
29
+
30
+ # @return [Array<Provider>] The list of resource providers needed for the
31
+ # deployment.
32
+ attr_accessor :providers
33
+
34
+ # @return [Array<Dependency>] The list of deployment dependencies.
35
+ attr_accessor :dependencies
36
+
37
+ # @return [TemplateLink] The URI referencing the template.
38
+ attr_accessor :template_link
39
+
40
+ # @return Deployment parameters.
41
+ attr_accessor :parameters
42
+
43
+ # @return [ParametersLink] The URI referencing the parameters.
44
+ attr_accessor :parameters_link
45
+
46
+ # @return [DeploymentMode] The deployment mode. Possible values are
47
+ # Incremental and Complete. Possible values include: 'Incremental',
48
+ # 'Complete'
49
+ attr_accessor :mode
50
+
51
+ # @return [DebugSetting] The debug setting of the deployment.
52
+ attr_accessor :debug_setting
53
+
54
+ # @return [OnErrorDeploymentExtended] The deployment on error behavior.
55
+ attr_accessor :on_error_deployment
56
+
57
+ # @return [String] The hash produced for the template.
58
+ attr_accessor :template_hash
59
+
60
+ # @return [Array<ResourceReference>] Array of provisioned resources.
61
+ attr_accessor :output_resources
62
+
63
+ # @return [Array<ResourceReference>] Array of validated resources.
64
+ attr_accessor :validated_resources
65
+
66
+ # @return [ErrorResponse] The deployment error.
67
+ attr_accessor :error
68
+
69
+
70
+ #
71
+ # Mapper for DeploymentPropertiesExtended class as Ruby Hash.
72
+ # This will be used for serialization/deserialization.
73
+ #
74
+ def self.mapper()
75
+ {
76
+ client_side_validation: true,
77
+ required: false,
78
+ serialized_name: 'DeploymentPropertiesExtended',
79
+ type: {
80
+ name: 'Composite',
81
+ class_name: 'DeploymentPropertiesExtended',
82
+ model_properties: {
83
+ provisioning_state: {
84
+ client_side_validation: true,
85
+ required: false,
86
+ read_only: true,
87
+ serialized_name: 'provisioningState',
88
+ type: {
89
+ name: 'String'
90
+ }
91
+ },
92
+ correlation_id: {
93
+ client_side_validation: true,
94
+ required: false,
95
+ read_only: true,
96
+ serialized_name: 'correlationId',
97
+ type: {
98
+ name: 'String'
99
+ }
100
+ },
101
+ timestamp: {
102
+ client_side_validation: true,
103
+ required: false,
104
+ read_only: true,
105
+ serialized_name: 'timestamp',
106
+ type: {
107
+ name: 'DateTime'
108
+ }
109
+ },
110
+ duration: {
111
+ client_side_validation: true,
112
+ required: false,
113
+ read_only: true,
114
+ serialized_name: 'duration',
115
+ type: {
116
+ name: 'String'
117
+ }
118
+ },
119
+ outputs: {
120
+ client_side_validation: true,
121
+ required: false,
122
+ read_only: true,
123
+ serialized_name: 'outputs',
124
+ type: {
125
+ name: 'Object'
126
+ }
127
+ },
128
+ providers: {
129
+ client_side_validation: true,
130
+ required: false,
131
+ read_only: true,
132
+ serialized_name: 'providers',
133
+ type: {
134
+ name: 'Sequence',
135
+ element: {
136
+ client_side_validation: true,
137
+ required: false,
138
+ serialized_name: 'ProviderElementType',
139
+ type: {
140
+ name: 'Composite',
141
+ class_name: 'Provider'
142
+ }
143
+ }
144
+ }
145
+ },
146
+ dependencies: {
147
+ client_side_validation: true,
148
+ required: false,
149
+ read_only: true,
150
+ serialized_name: 'dependencies',
151
+ type: {
152
+ name: 'Sequence',
153
+ element: {
154
+ client_side_validation: true,
155
+ required: false,
156
+ serialized_name: 'DependencyElementType',
157
+ type: {
158
+ name: 'Composite',
159
+ class_name: 'Dependency'
160
+ }
161
+ }
162
+ }
163
+ },
164
+ template_link: {
165
+ client_side_validation: true,
166
+ required: false,
167
+ read_only: true,
168
+ serialized_name: 'templateLink',
169
+ type: {
170
+ name: 'Composite',
171
+ class_name: 'TemplateLink'
172
+ }
173
+ },
174
+ parameters: {
175
+ client_side_validation: true,
176
+ required: false,
177
+ read_only: true,
178
+ serialized_name: 'parameters',
179
+ type: {
180
+ name: 'Object'
181
+ }
182
+ },
183
+ parameters_link: {
184
+ client_side_validation: true,
185
+ required: false,
186
+ read_only: true,
187
+ serialized_name: 'parametersLink',
188
+ type: {
189
+ name: 'Composite',
190
+ class_name: 'ParametersLink'
191
+ }
192
+ },
193
+ mode: {
194
+ client_side_validation: true,
195
+ required: false,
196
+ read_only: true,
197
+ serialized_name: 'mode',
198
+ type: {
199
+ name: 'Enum',
200
+ module: 'DeploymentMode'
201
+ }
202
+ },
203
+ debug_setting: {
204
+ client_side_validation: true,
205
+ required: false,
206
+ read_only: true,
207
+ serialized_name: 'debugSetting',
208
+ type: {
209
+ name: 'Composite',
210
+ class_name: 'DebugSetting'
211
+ }
212
+ },
213
+ on_error_deployment: {
214
+ client_side_validation: true,
215
+ required: false,
216
+ read_only: true,
217
+ serialized_name: 'onErrorDeployment',
218
+ type: {
219
+ name: 'Composite',
220
+ class_name: 'OnErrorDeploymentExtended'
221
+ }
222
+ },
223
+ template_hash: {
224
+ client_side_validation: true,
225
+ required: false,
226
+ read_only: true,
227
+ serialized_name: 'templateHash',
228
+ type: {
229
+ name: 'String'
230
+ }
231
+ },
232
+ output_resources: {
233
+ client_side_validation: true,
234
+ required: false,
235
+ read_only: true,
236
+ serialized_name: 'outputResources',
237
+ type: {
238
+ name: 'Sequence',
239
+ element: {
240
+ client_side_validation: true,
241
+ required: false,
242
+ serialized_name: 'ResourceReferenceElementType',
243
+ type: {
244
+ name: 'Composite',
245
+ class_name: 'ResourceReference'
246
+ }
247
+ }
248
+ }
249
+ },
250
+ validated_resources: {
251
+ client_side_validation: true,
252
+ required: false,
253
+ read_only: true,
254
+ serialized_name: 'validatedResources',
255
+ type: {
256
+ name: 'Sequence',
257
+ element: {
258
+ client_side_validation: true,
259
+ required: false,
260
+ serialized_name: 'ResourceReferenceElementType',
261
+ type: {
262
+ name: 'Composite',
263
+ class_name: 'ResourceReference'
264
+ }
265
+ }
266
+ }
267
+ },
268
+ error: {
269
+ client_side_validation: true,
270
+ required: false,
271
+ read_only: true,
272
+ serialized_name: 'error',
273
+ type: {
274
+ name: 'Composite',
275
+ class_name: 'ErrorResponse'
276
+ }
277
+ }
278
+ }
279
+ }
280
+ }
281
+ end
282
+ end
283
+ end
284
+ end