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,94 @@
|
|
|
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 Resource definition.
|
|
10
|
+
#
|
|
11
|
+
class Resource
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [String] Resource Id
|
|
16
|
+
attr_accessor :id
|
|
17
|
+
|
|
18
|
+
# @return [String] Resource name
|
|
19
|
+
attr_accessor :name
|
|
20
|
+
|
|
21
|
+
# @return [String] Resource type
|
|
22
|
+
attr_accessor :type
|
|
23
|
+
|
|
24
|
+
# @return [String] Resource location
|
|
25
|
+
attr_accessor :location
|
|
26
|
+
|
|
27
|
+
# @return [Hash{String => String}] Resource tags
|
|
28
|
+
attr_accessor :tags
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
#
|
|
32
|
+
# Mapper for Resource class as Ruby Hash.
|
|
33
|
+
# This will be used for serialization/deserialization.
|
|
34
|
+
#
|
|
35
|
+
def self.mapper()
|
|
36
|
+
{
|
|
37
|
+
required: false,
|
|
38
|
+
serialized_name: 'Resource',
|
|
39
|
+
type: {
|
|
40
|
+
name: 'Composite',
|
|
41
|
+
class_name: 'Resource',
|
|
42
|
+
model_properties: {
|
|
43
|
+
id: {
|
|
44
|
+
required: false,
|
|
45
|
+
read_only: true,
|
|
46
|
+
serialized_name: 'id',
|
|
47
|
+
type: {
|
|
48
|
+
name: 'String'
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
name: {
|
|
52
|
+
required: false,
|
|
53
|
+
read_only: true,
|
|
54
|
+
serialized_name: 'name',
|
|
55
|
+
type: {
|
|
56
|
+
name: 'String'
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
type: {
|
|
60
|
+
required: false,
|
|
61
|
+
read_only: true,
|
|
62
|
+
serialized_name: 'type',
|
|
63
|
+
type: {
|
|
64
|
+
name: 'String'
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
location: {
|
|
68
|
+
required: true,
|
|
69
|
+
serialized_name: 'location',
|
|
70
|
+
type: {
|
|
71
|
+
name: 'String'
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
tags: {
|
|
75
|
+
required: false,
|
|
76
|
+
serialized_name: 'tags',
|
|
77
|
+
type: {
|
|
78
|
+
name: 'Dictionary',
|
|
79
|
+
value: {
|
|
80
|
+
required: false,
|
|
81
|
+
serialized_name: 'StringElementType',
|
|
82
|
+
type: {
|
|
83
|
+
name: 'String'
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
end
|
|
92
|
+
end
|
|
93
|
+
end
|
|
94
|
+
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
|
+
# Definition of runas credential to use for hybrid worker.
|
|
10
|
+
#
|
|
11
|
+
class RunAsCredentialAssociationProperty
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [String] Gets or sets the name of the credential.
|
|
16
|
+
attr_accessor :name
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
#
|
|
20
|
+
# Mapper for RunAsCredentialAssociationProperty class as Ruby Hash.
|
|
21
|
+
# This will be used for serialization/deserialization.
|
|
22
|
+
#
|
|
23
|
+
def self.mapper()
|
|
24
|
+
{
|
|
25
|
+
required: false,
|
|
26
|
+
serialized_name: 'RunAsCredentialAssociationProperty',
|
|
27
|
+
type: {
|
|
28
|
+
name: 'Composite',
|
|
29
|
+
class_name: 'RunAsCredentialAssociationProperty',
|
|
30
|
+
model_properties: {
|
|
31
|
+
name: {
|
|
32
|
+
required: false,
|
|
33
|
+
serialized_name: 'name',
|
|
34
|
+
type: {
|
|
35
|
+
name: 'String'
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
end
|
|
42
|
+
end
|
|
43
|
+
end
|
|
44
|
+
end
|
|
@@ -0,0 +1,263 @@
|
|
|
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 runbook type.
|
|
10
|
+
#
|
|
11
|
+
class Runbook < Resource
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [RunbookTypeEnum] Gets or sets the type of the runbook.
|
|
16
|
+
# Possible values include: 'Script', 'Graph', 'PowerShellWorkflow',
|
|
17
|
+
# 'PowerShell', 'GraphPowerShellWorkflow', 'GraphPowerShell'
|
|
18
|
+
attr_accessor :runbook_type
|
|
19
|
+
|
|
20
|
+
# @return [ContentLink] Gets or sets the published runbook content link.
|
|
21
|
+
attr_accessor :publish_content_link
|
|
22
|
+
|
|
23
|
+
# @return [RunbookState] Gets or sets the state of the runbook. Possible
|
|
24
|
+
# values include: 'New', 'Edit', 'Published'
|
|
25
|
+
attr_accessor :state
|
|
26
|
+
|
|
27
|
+
# @return [Boolean] Gets or sets verbose log option.
|
|
28
|
+
attr_accessor :log_verbose
|
|
29
|
+
|
|
30
|
+
# @return [Boolean] Gets or sets progress log option.
|
|
31
|
+
attr_accessor :log_progress
|
|
32
|
+
|
|
33
|
+
# @return [Integer] Gets or sets the option to log activity trace of the
|
|
34
|
+
# runbook.
|
|
35
|
+
attr_accessor :log_activity_trace
|
|
36
|
+
|
|
37
|
+
# @return [Integer] Gets or sets the job count of the runbook.
|
|
38
|
+
attr_accessor :job_count
|
|
39
|
+
|
|
40
|
+
# @return [Hash{String => RunbookParameter}] Gets or sets the runbook
|
|
41
|
+
# parameters.
|
|
42
|
+
attr_accessor :parameters
|
|
43
|
+
|
|
44
|
+
# @return [Array<String>] Gets or sets the runbook output types.
|
|
45
|
+
attr_accessor :output_types
|
|
46
|
+
|
|
47
|
+
# @return [RunbookDraft] Gets or sets the draft runbook properties.
|
|
48
|
+
attr_accessor :draft
|
|
49
|
+
|
|
50
|
+
# @return [RunbookProvisioningState] Gets or sets the provisioning state
|
|
51
|
+
# of the runbook. Possible values include: 'Succeeded'
|
|
52
|
+
attr_accessor :provisioning_state
|
|
53
|
+
|
|
54
|
+
# @return [String] Gets or sets the last modified by.
|
|
55
|
+
attr_accessor :last_modified_by
|
|
56
|
+
|
|
57
|
+
# @return [DateTime] Gets or sets the creation time.
|
|
58
|
+
attr_accessor :creation_time
|
|
59
|
+
|
|
60
|
+
# @return [DateTime] Gets or sets the last modified time.
|
|
61
|
+
attr_accessor :last_modified_time
|
|
62
|
+
|
|
63
|
+
# @return [String] Gets or sets the description.
|
|
64
|
+
attr_accessor :description
|
|
65
|
+
|
|
66
|
+
# @return [String] Gets or sets the etag of the resource.
|
|
67
|
+
attr_accessor :etag
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
#
|
|
71
|
+
# Mapper for Runbook class as Ruby Hash.
|
|
72
|
+
# This will be used for serialization/deserialization.
|
|
73
|
+
#
|
|
74
|
+
def self.mapper()
|
|
75
|
+
{
|
|
76
|
+
required: false,
|
|
77
|
+
serialized_name: 'Runbook',
|
|
78
|
+
type: {
|
|
79
|
+
name: 'Composite',
|
|
80
|
+
class_name: 'Runbook',
|
|
81
|
+
model_properties: {
|
|
82
|
+
id: {
|
|
83
|
+
required: false,
|
|
84
|
+
read_only: true,
|
|
85
|
+
serialized_name: 'id',
|
|
86
|
+
type: {
|
|
87
|
+
name: 'String'
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
name: {
|
|
91
|
+
required: false,
|
|
92
|
+
read_only: true,
|
|
93
|
+
serialized_name: 'name',
|
|
94
|
+
type: {
|
|
95
|
+
name: 'String'
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
type: {
|
|
99
|
+
required: false,
|
|
100
|
+
read_only: true,
|
|
101
|
+
serialized_name: 'type',
|
|
102
|
+
type: {
|
|
103
|
+
name: 'String'
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
location: {
|
|
107
|
+
required: true,
|
|
108
|
+
serialized_name: 'location',
|
|
109
|
+
type: {
|
|
110
|
+
name: 'String'
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
tags: {
|
|
114
|
+
required: false,
|
|
115
|
+
serialized_name: 'tags',
|
|
116
|
+
type: {
|
|
117
|
+
name: 'Dictionary',
|
|
118
|
+
value: {
|
|
119
|
+
required: false,
|
|
120
|
+
serialized_name: 'StringElementType',
|
|
121
|
+
type: {
|
|
122
|
+
name: 'String'
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
runbook_type: {
|
|
128
|
+
required: false,
|
|
129
|
+
serialized_name: 'properties.runbookType',
|
|
130
|
+
type: {
|
|
131
|
+
name: 'String'
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
publish_content_link: {
|
|
135
|
+
required: false,
|
|
136
|
+
serialized_name: 'properties.publishContentLink',
|
|
137
|
+
type: {
|
|
138
|
+
name: 'Composite',
|
|
139
|
+
class_name: 'ContentLink'
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
state: {
|
|
143
|
+
required: false,
|
|
144
|
+
serialized_name: 'properties.state',
|
|
145
|
+
type: {
|
|
146
|
+
name: 'String'
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
log_verbose: {
|
|
150
|
+
required: false,
|
|
151
|
+
serialized_name: 'properties.logVerbose',
|
|
152
|
+
type: {
|
|
153
|
+
name: 'Boolean'
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
log_progress: {
|
|
157
|
+
required: false,
|
|
158
|
+
serialized_name: 'properties.logProgress',
|
|
159
|
+
type: {
|
|
160
|
+
name: 'Boolean'
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
log_activity_trace: {
|
|
164
|
+
required: false,
|
|
165
|
+
serialized_name: 'properties.logActivityTrace',
|
|
166
|
+
type: {
|
|
167
|
+
name: 'Number'
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
job_count: {
|
|
171
|
+
required: false,
|
|
172
|
+
serialized_name: 'properties.jobCount',
|
|
173
|
+
type: {
|
|
174
|
+
name: 'Number'
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
parameters: {
|
|
178
|
+
required: false,
|
|
179
|
+
serialized_name: 'properties.parameters',
|
|
180
|
+
type: {
|
|
181
|
+
name: 'Dictionary',
|
|
182
|
+
value: {
|
|
183
|
+
required: false,
|
|
184
|
+
serialized_name: 'RunbookParameterElementType',
|
|
185
|
+
type: {
|
|
186
|
+
name: 'Composite',
|
|
187
|
+
class_name: 'RunbookParameter'
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
output_types: {
|
|
193
|
+
required: false,
|
|
194
|
+
serialized_name: 'properties.outputTypes',
|
|
195
|
+
type: {
|
|
196
|
+
name: 'Sequence',
|
|
197
|
+
element: {
|
|
198
|
+
required: false,
|
|
199
|
+
serialized_name: 'StringElementType',
|
|
200
|
+
type: {
|
|
201
|
+
name: 'String'
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
draft: {
|
|
207
|
+
required: false,
|
|
208
|
+
serialized_name: 'properties.draft',
|
|
209
|
+
type: {
|
|
210
|
+
name: 'Composite',
|
|
211
|
+
class_name: 'RunbookDraft'
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
provisioning_state: {
|
|
215
|
+
required: false,
|
|
216
|
+
serialized_name: 'properties.provisioningState',
|
|
217
|
+
type: {
|
|
218
|
+
name: 'Enum',
|
|
219
|
+
module: 'RunbookProvisioningState'
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
last_modified_by: {
|
|
223
|
+
required: false,
|
|
224
|
+
serialized_name: 'properties.lastModifiedBy',
|
|
225
|
+
type: {
|
|
226
|
+
name: 'String'
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
creation_time: {
|
|
230
|
+
required: false,
|
|
231
|
+
serialized_name: 'properties.creationTime',
|
|
232
|
+
type: {
|
|
233
|
+
name: 'DateTime'
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
last_modified_time: {
|
|
237
|
+
required: false,
|
|
238
|
+
serialized_name: 'properties.lastModifiedTime',
|
|
239
|
+
type: {
|
|
240
|
+
name: 'DateTime'
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
description: {
|
|
244
|
+
required: false,
|
|
245
|
+
serialized_name: 'properties.description',
|
|
246
|
+
type: {
|
|
247
|
+
name: 'String'
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
etag: {
|
|
251
|
+
required: false,
|
|
252
|
+
serialized_name: 'etag',
|
|
253
|
+
type: {
|
|
254
|
+
name: 'String'
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
end
|
|
261
|
+
end
|
|
262
|
+
end
|
|
263
|
+
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 runbook property associated with the entity.
|
|
10
|
+
#
|
|
11
|
+
class RunbookAssociationProperty
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [String] Gets or sets the name of the runbook.
|
|
16
|
+
attr_accessor :name
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
#
|
|
20
|
+
# Mapper for RunbookAssociationProperty class as Ruby Hash.
|
|
21
|
+
# This will be used for serialization/deserialization.
|
|
22
|
+
#
|
|
23
|
+
def self.mapper()
|
|
24
|
+
{
|
|
25
|
+
required: false,
|
|
26
|
+
serialized_name: 'RunbookAssociationProperty',
|
|
27
|
+
type: {
|
|
28
|
+
name: 'Composite',
|
|
29
|
+
class_name: 'RunbookAssociationProperty',
|
|
30
|
+
model_properties: {
|
|
31
|
+
name: {
|
|
32
|
+
required: false,
|
|
33
|
+
serialized_name: 'name',
|
|
34
|
+
type: {
|
|
35
|
+
name: 'String'
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
end
|
|
42
|
+
end
|
|
43
|
+
end
|
|
44
|
+
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 parameters supplied to the create or update runbook operation.
|
|
10
|
+
#
|
|
11
|
+
class RunbookCreateOrUpdateDraftParameters
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [String] Content of the Runbook.
|
|
16
|
+
attr_accessor :runbook_content
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
#
|
|
20
|
+
# Mapper for RunbookCreateOrUpdateDraftParameters class as Ruby Hash.
|
|
21
|
+
# This will be used for serialization/deserialization.
|
|
22
|
+
#
|
|
23
|
+
def self.mapper()
|
|
24
|
+
{
|
|
25
|
+
required: false,
|
|
26
|
+
serialized_name: 'RunbookCreateOrUpdateDraftParameters',
|
|
27
|
+
type: {
|
|
28
|
+
name: 'Composite',
|
|
29
|
+
class_name: 'RunbookCreateOrUpdateDraftParameters',
|
|
30
|
+
model_properties: {
|
|
31
|
+
runbook_content: {
|
|
32
|
+
required: true,
|
|
33
|
+
serialized_name: 'runbookContent',
|
|
34
|
+
type: {
|
|
35
|
+
name: 'String'
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
end
|
|
42
|
+
end
|
|
43
|
+
end
|
|
44
|
+
end
|