azure_mgmt_automation 0.14.0
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.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/lib/azure_mgmt_automation.rb +6 -0
- data/lib/generated/azure_mgmt_automation.rb +183 -0
- data/lib/generated/azure_mgmt_automation/activity_operations.rb +332 -0
- data/lib/generated/azure_mgmt_automation/agent_registration_information.rb +223 -0
- data/lib/generated/azure_mgmt_automation/automation_account_operations.rb +822 -0
- data/lib/generated/azure_mgmt_automation/automation_client.rb +245 -0
- data/lib/generated/azure_mgmt_automation/certificate_operations.rb +642 -0
- data/lib/generated/azure_mgmt_automation/connection_operations.rb +653 -0
- data/lib/generated/azure_mgmt_automation/connection_type_operations.rb +528 -0
- data/lib/generated/azure_mgmt_automation/credential_operations.rb +642 -0
- data/lib/generated/azure_mgmt_automation/dsc_compilation_job_operations.rb +534 -0
- data/lib/generated/azure_mgmt_automation/dsc_configuration_operations.rb +629 -0
- data/lib/generated/azure_mgmt_automation/dsc_node_configuration_operations.rb +532 -0
- data/lib/generated/azure_mgmt_automation/dsc_node_operations.rb +530 -0
- data/lib/generated/azure_mgmt_automation/fields.rb +124 -0
- data/lib/generated/azure_mgmt_automation/hybrid_runbook_worker_group_operations.rb +524 -0
- data/lib/generated/azure_mgmt_automation/job_operations.rb +888 -0
- data/lib/generated/azure_mgmt_automation/job_schedule_operations.rb +515 -0
- data/lib/generated/azure_mgmt_automation/job_stream_operations.rb +333 -0
- data/lib/generated/azure_mgmt_automation/models/activity.rb +133 -0
- data/lib/generated/azure_mgmt_automation/models/activity_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/activity_output_type.rb +54 -0
- data/lib/generated/azure_mgmt_automation/models/activity_parameter.rb +129 -0
- data/lib/generated/azure_mgmt_automation/models/activity_parameter_set.rb +63 -0
- data/lib/generated/azure_mgmt_automation/models/advanced_schedule.rb +89 -0
- data/lib/generated/azure_mgmt_automation/models/advanced_schedule_monthly_occurrence.rb +58 -0
- data/lib/generated/azure_mgmt_automation/models/agent_registration.rb +76 -0
- data/lib/generated/azure_mgmt_automation/models/agent_registration_key_name.rb +16 -0
- data/lib/generated/azure_mgmt_automation/models/agent_registration_keys.rb +54 -0
- data/lib/generated/azure_mgmt_automation/models/agent_registration_regenerate_key_parameter.rb +84 -0
- data/lib/generated/azure_mgmt_automation/models/automation_account.rb +154 -0
- data/lib/generated/azure_mgmt_automation/models/automation_account_create_or_update_parameters.rb +85 -0
- data/lib/generated/azure_mgmt_automation/models/automation_account_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/automation_account_state.rb +17 -0
- data/lib/generated/azure_mgmt_automation/models/automation_account_update_parameters.rb +83 -0
- data/lib/generated/azure_mgmt_automation/models/certificate.rb +121 -0
- data/lib/generated/azure_mgmt_automation/models/certificate_create_or_update_parameters.rb +87 -0
- data/lib/generated/azure_mgmt_automation/models/certificate_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/certificate_update_parameters.rb +54 -0
- data/lib/generated/azure_mgmt_automation/models/connection.rb +119 -0
- data/lib/generated/azure_mgmt_automation/models/connection_create_or_update_parameters.rb +84 -0
- data/lib/generated/azure_mgmt_automation/models/connection_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/connection_type.rb +118 -0
- data/lib/generated/azure_mgmt_automation/models/connection_type_association_property.rb +44 -0
- data/lib/generated/azure_mgmt_automation/models/connection_type_create_or_update_parameters.rb +75 -0
- data/lib/generated/azure_mgmt_automation/models/connection_type_list_result.rb +95 -0
- data/lib/generated/azure_mgmt_automation/models/connection_update_parameters.rb +72 -0
- data/lib/generated/azure_mgmt_automation/models/content_hash.rb +55 -0
- data/lib/generated/azure_mgmt_automation/models/content_link.rb +65 -0
- data/lib/generated/azure_mgmt_automation/models/content_source.rb +77 -0
- data/lib/generated/azure_mgmt_automation/models/content_source_type.rb +16 -0
- data/lib/generated/azure_mgmt_automation/models/credential.rb +98 -0
- data/lib/generated/azure_mgmt_automation/models/credential_create_or_update_parameters.rb +74 -0
- data/lib/generated/azure_mgmt_automation/models/credential_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/credential_update_parameters.rb +74 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_compilation_job.rb +186 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_compilation_job_create_parameters.rb +102 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_compilation_job_list_result.rb +95 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_configuration.rb +193 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_configuration_association_property.rb +44 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_configuration_create_or_update_parameters.rb +132 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_configuration_list_result.rb +95 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_configuration_parameter.rb +75 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_configuration_provisioning_state.rb +15 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_configuration_state.rb +17 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_meta_configuration.rb +111 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_node.rb +161 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_node_configuration.rb +86 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_node_configuration_association_property.rb +44 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_node_configuration_create_or_update_parameters.rb +69 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_node_configuration_list_result.rb +95 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_node_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_node_report.rb +265 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_node_report_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_node_update_parameters.rb +56 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_report_error.rb +95 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_report_resource.rb +143 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_report_resource_navigation.rb +44 -0
- data/lib/generated/azure_mgmt_automation/models/error_response.rb +54 -0
- data/lib/generated/azure_mgmt_automation/models/field_definition.rb +67 -0
- data/lib/generated/azure_mgmt_automation/models/http_status_code.rb +61 -0
- data/lib/generated/azure_mgmt_automation/models/hybrid_runbook_worker.rb +65 -0
- data/lib/generated/azure_mgmt_automation/models/hybrid_runbook_worker_group.rb +85 -0
- data/lib/generated/azure_mgmt_automation/models/hybrid_runbook_worker_group_update_parameters.rb +46 -0
- data/lib/generated/azure_mgmt_automation/models/hybrid_runbook_worker_groups_list_result.rb +95 -0
- data/lib/generated/azure_mgmt_automation/models/job.rb +188 -0
- data/lib/generated/azure_mgmt_automation/models/job_create_parameters.rb +112 -0
- data/lib/generated/azure_mgmt_automation/models/job_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/job_schedule.rb +105 -0
- data/lib/generated/azure_mgmt_automation/models/job_schedule_create_parameters.rb +84 -0
- data/lib/generated/azure_mgmt_automation/models/job_schedule_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/job_status.rb +27 -0
- data/lib/generated/azure_mgmt_automation/models/job_stream.rb +113 -0
- data/lib/generated/azure_mgmt_automation/models/job_stream_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/job_stream_type.rb +21 -0
- data/lib/generated/azure_mgmt_automation/models/module_create_or_update_parameters.rb +83 -0
- data/lib/generated/azure_mgmt_automation/models/module_error_info.rb +54 -0
- data/lib/generated/azure_mgmt_automation/models/module_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/module_model.rb +198 -0
- data/lib/generated/azure_mgmt_automation/models/module_provisioning_state.rb +30 -0
- data/lib/generated/azure_mgmt_automation/models/module_update_parameters.rb +83 -0
- data/lib/generated/azure_mgmt_automation/models/operation.rb +55 -0
- data/lib/generated/azure_mgmt_automation/models/operation_display.rb +65 -0
- data/lib/generated/azure_mgmt_automation/models/operation_list_result.rb +53 -0
- data/lib/generated/azure_mgmt_automation/models/resource.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/run_as_credential_association_property.rb +44 -0
- data/lib/generated/azure_mgmt_automation/models/runbook.rb +263 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_association_property.rb +44 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_create_or_update_draft_parameters.rb +44 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_create_or_update_draft_properties.rb +99 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_create_or_update_parameters.rb +147 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_draft.rb +112 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_draft_undo_edit_result.rb +68 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_parameter.rb +75 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_provisioning_state.rb +15 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_state.rb +17 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_type_enum.rb +20 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_update_parameters.rb +113 -0
- data/lib/generated/azure_mgmt_automation/models/schedule.rb +199 -0
- data/lib/generated/azure_mgmt_automation/models/schedule_association_property.rb +44 -0
- data/lib/generated/azure_mgmt_automation/models/schedule_create_or_update_parameters.rb +116 -0
- data/lib/generated/azure_mgmt_automation/models/schedule_day.rb +21 -0
- data/lib/generated/azure_mgmt_automation/models/schedule_frequency.rb +19 -0
- data/lib/generated/azure_mgmt_automation/models/schedule_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/schedule_update_parameters.rb +65 -0
- data/lib/generated/azure_mgmt_automation/models/sku.rb +65 -0
- data/lib/generated/azure_mgmt_automation/models/sku_name_enum.rb +16 -0
- data/lib/generated/azure_mgmt_automation/models/statistics.rb +89 -0
- data/lib/generated/azure_mgmt_automation/models/statistics_list_result.rb +52 -0
- data/lib/generated/azure_mgmt_automation/models/sub_resource.rb +44 -0
- data/lib/generated/azure_mgmt_automation/models/test_job.rb +144 -0
- data/lib/generated/azure_mgmt_automation/models/test_job_create_parameters.rb +73 -0
- data/lib/generated/azure_mgmt_automation/models/type_field.rb +54 -0
- data/lib/generated/azure_mgmt_automation/models/type_field_list_result.rb +52 -0
- data/lib/generated/azure_mgmt_automation/models/usage.rb +95 -0
- data/lib/generated/azure_mgmt_automation/models/usage_counter_name.rb +54 -0
- data/lib/generated/azure_mgmt_automation/models/usage_list_result.rb +52 -0
- data/lib/generated/azure_mgmt_automation/models/variable.rb +104 -0
- data/lib/generated/azure_mgmt_automation/models/variable_create_or_update_parameters.rb +74 -0
- data/lib/generated/azure_mgmt_automation/models/variable_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/variable_update_parameters.rb +64 -0
- data/lib/generated/azure_mgmt_automation/models/webhook.rb +168 -0
- data/lib/generated/azure_mgmt_automation/models/webhook_create_or_update_parameters.rb +115 -0
- data/lib/generated/azure_mgmt_automation/models/webhook_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/webhook_update_parameters.rb +94 -0
- data/lib/generated/azure_mgmt_automation/module_definition.rb +8 -0
- data/lib/generated/azure_mgmt_automation/module_model_operations.rb +633 -0
- data/lib/generated/azure_mgmt_automation/node_reports.rb +438 -0
- data/lib/generated/azure_mgmt_automation/object_data_types.rb +219 -0
- data/lib/generated/azure_mgmt_automation/operations.rb +106 -0
- data/lib/generated/azure_mgmt_automation/runbook_draft_operations.rb +605 -0
- data/lib/generated/azure_mgmt_automation/runbook_operations.rb +719 -0
- data/lib/generated/azure_mgmt_automation/schedule_operations.rb +626 -0
- data/lib/generated/azure_mgmt_automation/statistics_operations.rb +119 -0
- data/lib/generated/azure_mgmt_automation/test_job_streams.rb +333 -0
- data/lib/generated/azure_mgmt_automation/test_jobs.rb +486 -0
- data/lib/generated/azure_mgmt_automation/usages.rb +116 -0
- data/lib/generated/azure_mgmt_automation/variable_operations.rb +636 -0
- data/lib/generated/azure_mgmt_automation/version.rb +8 -0
- data/lib/generated/azure_mgmt_automation/webhook_operations.rb +737 -0
- metadata +275 -0
|
@@ -0,0 +1,52 @@
|
|
|
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::ARM::Automation
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# The response model for the list statistics operation.
|
|
10
|
+
#
|
|
11
|
+
class StatisticsListResult
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [Array<Statistics>] Gets or sets a list of statistics.
|
|
16
|
+
attr_accessor :value
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
#
|
|
20
|
+
# Mapper for StatisticsListResult class as Ruby Hash.
|
|
21
|
+
# This will be used for serialization/deserialization.
|
|
22
|
+
#
|
|
23
|
+
def self.mapper()
|
|
24
|
+
{
|
|
25
|
+
required: false,
|
|
26
|
+
serialized_name: 'StatisticsListResult',
|
|
27
|
+
type: {
|
|
28
|
+
name: 'Composite',
|
|
29
|
+
class_name: 'StatisticsListResult',
|
|
30
|
+
model_properties: {
|
|
31
|
+
value: {
|
|
32
|
+
required: false,
|
|
33
|
+
serialized_name: 'value',
|
|
34
|
+
type: {
|
|
35
|
+
name: 'Sequence',
|
|
36
|
+
element: {
|
|
37
|
+
required: false,
|
|
38
|
+
serialized_name: 'StatisticsElementType',
|
|
39
|
+
type: {
|
|
40
|
+
name: 'Composite',
|
|
41
|
+
class_name: 'Statistics'
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
end
|
|
@@ -0,0 +1,44 @@
|
|
|
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::ARM::Automation
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# The Sub Resource definition.
|
|
10
|
+
#
|
|
11
|
+
class SubResource
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [String] Resource Id
|
|
16
|
+
attr_accessor :id
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
#
|
|
20
|
+
# Mapper for SubResource class as Ruby Hash.
|
|
21
|
+
# This will be used for serialization/deserialization.
|
|
22
|
+
#
|
|
23
|
+
def self.mapper()
|
|
24
|
+
{
|
|
25
|
+
required: false,
|
|
26
|
+
serialized_name: 'SubResource',
|
|
27
|
+
type: {
|
|
28
|
+
name: 'Composite',
|
|
29
|
+
class_name: 'SubResource',
|
|
30
|
+
model_properties: {
|
|
31
|
+
id: {
|
|
32
|
+
required: false,
|
|
33
|
+
serialized_name: 'id',
|
|
34
|
+
type: {
|
|
35
|
+
name: 'String'
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
end
|
|
42
|
+
end
|
|
43
|
+
end
|
|
44
|
+
end
|
|
@@ -0,0 +1,144 @@
|
|
|
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::ARM::Automation
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Definition of the test job.
|
|
10
|
+
#
|
|
11
|
+
class TestJob
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [DateTime] Gets or sets the creation time of the test job.
|
|
16
|
+
attr_accessor :creation_time
|
|
17
|
+
|
|
18
|
+
# @return [String] Gets or sets the status of the test job.
|
|
19
|
+
attr_accessor :status
|
|
20
|
+
|
|
21
|
+
# @return [String] Gets or sets the status details of the test job.
|
|
22
|
+
attr_accessor :status_details
|
|
23
|
+
|
|
24
|
+
# @return [String] Gets or sets the runOn which specifies the group name
|
|
25
|
+
# where the job is to be executed.
|
|
26
|
+
attr_accessor :run_on
|
|
27
|
+
|
|
28
|
+
# @return [DateTime] Gets or sets the start time of the test job.
|
|
29
|
+
attr_accessor :start_time
|
|
30
|
+
|
|
31
|
+
# @return [DateTime] Gets or sets the end time of the test job.
|
|
32
|
+
attr_accessor :end_time
|
|
33
|
+
|
|
34
|
+
# @return [String] Gets or sets the exception of the test job.
|
|
35
|
+
attr_accessor :exception
|
|
36
|
+
|
|
37
|
+
# @return [DateTime] Gets or sets the last modified time of the test job.
|
|
38
|
+
attr_accessor :last_modified_time
|
|
39
|
+
|
|
40
|
+
# @return [DateTime] Gets or sets the last status modified time of the
|
|
41
|
+
# test job.
|
|
42
|
+
attr_accessor :last_status_modified_time
|
|
43
|
+
|
|
44
|
+
# @return [Hash{String => String}] Gets or sets the parameters of the
|
|
45
|
+
# test job.
|
|
46
|
+
attr_accessor :parameters
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
#
|
|
50
|
+
# Mapper for TestJob class as Ruby Hash.
|
|
51
|
+
# This will be used for serialization/deserialization.
|
|
52
|
+
#
|
|
53
|
+
def self.mapper()
|
|
54
|
+
{
|
|
55
|
+
required: false,
|
|
56
|
+
serialized_name: 'TestJob',
|
|
57
|
+
type: {
|
|
58
|
+
name: 'Composite',
|
|
59
|
+
class_name: 'TestJob',
|
|
60
|
+
model_properties: {
|
|
61
|
+
creation_time: {
|
|
62
|
+
required: false,
|
|
63
|
+
serialized_name: 'creationTime',
|
|
64
|
+
type: {
|
|
65
|
+
name: 'DateTime'
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
status: {
|
|
69
|
+
required: false,
|
|
70
|
+
serialized_name: 'status',
|
|
71
|
+
type: {
|
|
72
|
+
name: 'String'
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
status_details: {
|
|
76
|
+
required: false,
|
|
77
|
+
serialized_name: 'statusDetails',
|
|
78
|
+
type: {
|
|
79
|
+
name: 'String'
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
run_on: {
|
|
83
|
+
required: false,
|
|
84
|
+
serialized_name: 'runOn',
|
|
85
|
+
type: {
|
|
86
|
+
name: 'String'
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
start_time: {
|
|
90
|
+
required: false,
|
|
91
|
+
serialized_name: 'startTime',
|
|
92
|
+
type: {
|
|
93
|
+
name: 'DateTime'
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
end_time: {
|
|
97
|
+
required: false,
|
|
98
|
+
serialized_name: 'endTime',
|
|
99
|
+
type: {
|
|
100
|
+
name: 'DateTime'
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
exception: {
|
|
104
|
+
required: false,
|
|
105
|
+
serialized_name: 'exception',
|
|
106
|
+
type: {
|
|
107
|
+
name: 'String'
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
last_modified_time: {
|
|
111
|
+
required: false,
|
|
112
|
+
serialized_name: 'lastModifiedTime',
|
|
113
|
+
type: {
|
|
114
|
+
name: 'DateTime'
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
last_status_modified_time: {
|
|
118
|
+
required: false,
|
|
119
|
+
serialized_name: 'lastStatusModifiedTime',
|
|
120
|
+
type: {
|
|
121
|
+
name: 'DateTime'
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
parameters: {
|
|
125
|
+
required: false,
|
|
126
|
+
serialized_name: 'parameters',
|
|
127
|
+
type: {
|
|
128
|
+
name: 'Dictionary',
|
|
129
|
+
value: {
|
|
130
|
+
required: false,
|
|
131
|
+
serialized_name: 'StringElementType',
|
|
132
|
+
type: {
|
|
133
|
+
name: 'String'
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
end
|
|
142
|
+
end
|
|
143
|
+
end
|
|
144
|
+
end
|
|
@@ -0,0 +1,73 @@
|
|
|
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::ARM::Automation
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# The parameters supplied to the create test job operation.
|
|
10
|
+
#
|
|
11
|
+
class TestJobCreateParameters
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [String] Gets or sets the runbook name.
|
|
16
|
+
attr_accessor :runbook_name
|
|
17
|
+
|
|
18
|
+
# @return [Hash{String => String}] Gets or sets the parameters of the
|
|
19
|
+
# test job.
|
|
20
|
+
attr_accessor :parameters
|
|
21
|
+
|
|
22
|
+
# @return [String] Gets or sets the runOn which specifies the group name
|
|
23
|
+
# where the job is to be executed.
|
|
24
|
+
attr_accessor :run_on
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
#
|
|
28
|
+
# Mapper for TestJobCreateParameters class as Ruby Hash.
|
|
29
|
+
# This will be used for serialization/deserialization.
|
|
30
|
+
#
|
|
31
|
+
def self.mapper()
|
|
32
|
+
{
|
|
33
|
+
required: false,
|
|
34
|
+
serialized_name: 'TestJobCreateParameters',
|
|
35
|
+
type: {
|
|
36
|
+
name: 'Composite',
|
|
37
|
+
class_name: 'TestJobCreateParameters',
|
|
38
|
+
model_properties: {
|
|
39
|
+
runbook_name: {
|
|
40
|
+
required: true,
|
|
41
|
+
serialized_name: 'runbookName',
|
|
42
|
+
type: {
|
|
43
|
+
name: 'String'
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
parameters: {
|
|
47
|
+
required: false,
|
|
48
|
+
serialized_name: 'parameters',
|
|
49
|
+
type: {
|
|
50
|
+
name: 'Dictionary',
|
|
51
|
+
value: {
|
|
52
|
+
required: false,
|
|
53
|
+
serialized_name: 'StringElementType',
|
|
54
|
+
type: {
|
|
55
|
+
name: 'String'
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
run_on: {
|
|
61
|
+
required: false,
|
|
62
|
+
serialized_name: 'runOn',
|
|
63
|
+
type: {
|
|
64
|
+
name: 'String'
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
end
|
|
71
|
+
end
|
|
72
|
+
end
|
|
73
|
+
end
|
|
@@ -0,0 +1,54 @@
|
|
|
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::ARM::Automation
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Information about a field of a type.
|
|
10
|
+
#
|
|
11
|
+
class TypeField
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [String] Gets or sets the name of the field.
|
|
16
|
+
attr_accessor :name
|
|
17
|
+
|
|
18
|
+
# @return [String] Gets or sets the type of the field.
|
|
19
|
+
attr_accessor :type
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
#
|
|
23
|
+
# Mapper for TypeField class as Ruby Hash.
|
|
24
|
+
# This will be used for serialization/deserialization.
|
|
25
|
+
#
|
|
26
|
+
def self.mapper()
|
|
27
|
+
{
|
|
28
|
+
required: false,
|
|
29
|
+
serialized_name: 'TypeField',
|
|
30
|
+
type: {
|
|
31
|
+
name: 'Composite',
|
|
32
|
+
class_name: 'TypeField',
|
|
33
|
+
model_properties: {
|
|
34
|
+
name: {
|
|
35
|
+
required: false,
|
|
36
|
+
serialized_name: 'name',
|
|
37
|
+
type: {
|
|
38
|
+
name: 'String'
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
type: {
|
|
42
|
+
required: false,
|
|
43
|
+
serialized_name: 'type',
|
|
44
|
+
type: {
|
|
45
|
+
name: 'String'
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
end
|
|
@@ -0,0 +1,52 @@
|
|
|
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::ARM::Automation
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# The response model for the list fields operation.
|
|
10
|
+
#
|
|
11
|
+
class TypeFieldListResult
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [Array<TypeField>] Gets or sets a list of fields.
|
|
16
|
+
attr_accessor :value
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
#
|
|
20
|
+
# Mapper for TypeFieldListResult class as Ruby Hash.
|
|
21
|
+
# This will be used for serialization/deserialization.
|
|
22
|
+
#
|
|
23
|
+
def self.mapper()
|
|
24
|
+
{
|
|
25
|
+
required: false,
|
|
26
|
+
serialized_name: 'TypeFieldListResult',
|
|
27
|
+
type: {
|
|
28
|
+
name: 'Composite',
|
|
29
|
+
class_name: 'TypeFieldListResult',
|
|
30
|
+
model_properties: {
|
|
31
|
+
value: {
|
|
32
|
+
required: false,
|
|
33
|
+
serialized_name: 'value',
|
|
34
|
+
type: {
|
|
35
|
+
name: 'Sequence',
|
|
36
|
+
element: {
|
|
37
|
+
required: false,
|
|
38
|
+
serialized_name: 'TypeFieldElementType',
|
|
39
|
+
type: {
|
|
40
|
+
name: 'Composite',
|
|
41
|
+
class_name: 'TypeField'
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
end
|
|
@@ -0,0 +1,95 @@
|
|
|
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::ARM::Automation
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Definition of Usage.
|
|
10
|
+
#
|
|
11
|
+
class Usage
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [String] Gets or sets the id of the resource.
|
|
16
|
+
attr_accessor :id
|
|
17
|
+
|
|
18
|
+
# @return [UsageCounterName] Gets or sets the usage counter name.
|
|
19
|
+
attr_accessor :name
|
|
20
|
+
|
|
21
|
+
# @return [String] Gets or sets the usage unit name.
|
|
22
|
+
attr_accessor :unit
|
|
23
|
+
|
|
24
|
+
# @return [Float] Gets or sets the current usage value.
|
|
25
|
+
attr_accessor :current_value
|
|
26
|
+
|
|
27
|
+
# @return [Integer] Gets or sets max limit. -1 for unlimited
|
|
28
|
+
attr_accessor :limit
|
|
29
|
+
|
|
30
|
+
# @return [String] Gets or sets the throttle status.
|
|
31
|
+
attr_accessor :throttle_status
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
#
|
|
35
|
+
# Mapper for Usage class as Ruby Hash.
|
|
36
|
+
# This will be used for serialization/deserialization.
|
|
37
|
+
#
|
|
38
|
+
def self.mapper()
|
|
39
|
+
{
|
|
40
|
+
required: false,
|
|
41
|
+
serialized_name: 'Usage',
|
|
42
|
+
type: {
|
|
43
|
+
name: 'Composite',
|
|
44
|
+
class_name: 'Usage',
|
|
45
|
+
model_properties: {
|
|
46
|
+
id: {
|
|
47
|
+
required: false,
|
|
48
|
+
serialized_name: 'id',
|
|
49
|
+
type: {
|
|
50
|
+
name: 'String'
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
name: {
|
|
54
|
+
required: false,
|
|
55
|
+
serialized_name: 'name',
|
|
56
|
+
type: {
|
|
57
|
+
name: 'Composite',
|
|
58
|
+
class_name: 'UsageCounterName'
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
unit: {
|
|
62
|
+
required: false,
|
|
63
|
+
serialized_name: 'unit',
|
|
64
|
+
type: {
|
|
65
|
+
name: 'String'
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
current_value: {
|
|
69
|
+
required: false,
|
|
70
|
+
serialized_name: 'currentValue',
|
|
71
|
+
type: {
|
|
72
|
+
name: 'Double'
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
limit: {
|
|
76
|
+
required: false,
|
|
77
|
+
serialized_name: 'limit',
|
|
78
|
+
type: {
|
|
79
|
+
name: 'Number'
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
throttle_status: {
|
|
83
|
+
required: false,
|
|
84
|
+
serialized_name: 'throttleStatus',
|
|
85
|
+
type: {
|
|
86
|
+
name: 'String'
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
end
|
|
93
|
+
end
|
|
94
|
+
end
|
|
95
|
+
end
|