azure_mgmt_logic 0.4.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/.rspec +3 -0
- data/LICENSE.txt +21 -0
- data/Rakefile +5 -0
- data/azure_mgmt_logic.gemspec +34 -0
- data/lib/azure_mgmt_logic.rb +5 -0
- data/lib/generated/azure_mgmt_logic/integration_account_agreements.rb +549 -0
- data/lib/generated/azure_mgmt_logic/integration_account_certificates.rb +545 -0
- data/lib/generated/azure_mgmt_logic/integration_account_maps.rb +546 -0
- data/lib/generated/azure_mgmt_logic/integration_account_partners.rb +546 -0
- data/lib/generated/azure_mgmt_logic/integration_account_schemas.rb +546 -0
- data/lib/generated/azure_mgmt_logic/integration_accounts.rb +939 -0
- data/lib/generated/azure_mgmt_logic/logic_management_client.rb +86 -0
- data/lib/generated/azure_mgmt_logic/models/agreement_content.rb +67 -0
- data/lib/generated/azure_mgmt_logic/models/agreement_type.rb +18 -0
- data/lib/generated/azure_mgmt_logic/models/as2acknowledgement_connection_settings.rb +78 -0
- data/lib/generated/azure_mgmt_logic/models/as2agreement_content.rb +56 -0
- data/lib/generated/azure_mgmt_logic/models/as2envelope_settings.rb +87 -0
- data/lib/generated/azure_mgmt_logic/models/as2error_settings.rb +56 -0
- data/lib/generated/azure_mgmt_logic/models/as2mdn_settings.rb +132 -0
- data/lib/generated/azure_mgmt_logic/models/as2message_connection_settings.rb +78 -0
- data/lib/generated/azure_mgmt_logic/models/as2one_way_agreement.rb +67 -0
- data/lib/generated/azure_mgmt_logic/models/as2protocol_settings.rb +112 -0
- data/lib/generated/azure_mgmt_logic/models/as2security_settings.rb +131 -0
- data/lib/generated/azure_mgmt_logic/models/as2validation_settings.rb +135 -0
- data/lib/generated/azure_mgmt_logic/models/b2bpartner_content.rb +53 -0
- data/lib/generated/azure_mgmt_logic/models/business_identity.rb +54 -0
- data/lib/generated/azure_mgmt_logic/models/callback_url.rb +44 -0
- data/lib/generated/azure_mgmt_logic/models/edifact_acknowledgement_settings.rb +151 -0
- data/lib/generated/azure_mgmt_logic/models/edifact_agreement_content.rb +56 -0
- data/lib/generated/azure_mgmt_logic/models/edifact_character_set.rb +29 -0
- data/lib/generated/azure_mgmt_logic/models/edifact_decimal_indicator.rb +17 -0
- data/lib/generated/azure_mgmt_logic/models/edifact_delimiter_override.rb +159 -0
- data/lib/generated/azure_mgmt_logic/models/edifact_envelope_override.rb +188 -0
- data/lib/generated/azure_mgmt_logic/models/edifact_envelope_settings.rb +452 -0
- data/lib/generated/azure_mgmt_logic/models/edifact_framing_settings.rb +153 -0
- data/lib/generated/azure_mgmt_logic/models/edifact_message_filter.rb +46 -0
- data/lib/generated/azure_mgmt_logic/models/edifact_message_identifier.rb +45 -0
- data/lib/generated/azure_mgmt_logic/models/edifact_one_way_agreement.rb +67 -0
- data/lib/generated/azure_mgmt_logic/models/edifact_processing_settings.rb +88 -0
- data/lib/generated/azure_mgmt_logic/models/edifact_protocol_settings.rb +195 -0
- data/lib/generated/azure_mgmt_logic/models/edifact_schema_reference.rb +104 -0
- data/lib/generated/azure_mgmt_logic/models/edifact_validation_override.rb +111 -0
- data/lib/generated/azure_mgmt_logic/models/edifact_validation_settings.rb +145 -0
- data/lib/generated/azure_mgmt_logic/models/encryption_algorithm.rb +21 -0
- data/lib/generated/azure_mgmt_logic/models/hashing_algorithm.rb +19 -0
- data/lib/generated/azure_mgmt_logic/models/integration_account.rb +97 -0
- data/lib/generated/azure_mgmt_logic/models/integration_account_agreement.rb +173 -0
- data/lib/generated/azure_mgmt_logic/models/integration_account_agreement_filter.rb +47 -0
- data/lib/generated/azure_mgmt_logic/models/integration_account_agreement_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_logic/models/integration_account_certificate.rb +129 -0
- data/lib/generated/azure_mgmt_logic/models/integration_account_certificate_list_result.rb +95 -0
- data/lib/generated/azure_mgmt_logic/models/integration_account_content_hash.rb +54 -0
- data/lib/generated/azure_mgmt_logic/models/integration_account_content_link.rb +85 -0
- data/lib/generated/azure_mgmt_logic/models/integration_account_list_result.rb +93 -0
- data/lib/generated/azure_mgmt_logic/models/integration_account_map.rb +152 -0
- data/lib/generated/azure_mgmt_logic/models/integration_account_map_filter.rb +46 -0
- data/lib/generated/azure_mgmt_logic/models/integration_account_map_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_logic/models/integration_account_partner.rb +131 -0
- data/lib/generated/azure_mgmt_logic/models/integration_account_partner_filter.rb +46 -0
- data/lib/generated/azure_mgmt_logic/models/integration_account_partner_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_logic/models/integration_account_resource.rb +91 -0
- data/lib/generated/azure_mgmt_logic/models/integration_account_schema.rb +162 -0
- data/lib/generated/azure_mgmt_logic/models/integration_account_schema_filter.rb +46 -0
- data/lib/generated/azure_mgmt_logic/models/integration_account_schema_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_logic/models/integration_account_sku.rb +46 -0
- data/lib/generated/azure_mgmt_logic/models/key_vault_key_reference.rb +65 -0
- data/lib/generated/azure_mgmt_logic/models/key_vault_key_reference_key_vault.rb +66 -0
- data/lib/generated/azure_mgmt_logic/models/list_callback_url_parameters.rb +44 -0
- data/lib/generated/azure_mgmt_logic/models/map_type.rb +16 -0
- data/lib/generated/azure_mgmt_logic/models/message_filter_type.rb +17 -0
- data/lib/generated/azure_mgmt_logic/models/partner_content.rb +45 -0
- data/lib/generated/azure_mgmt_logic/models/partner_type.rb +16 -0
- data/lib/generated/azure_mgmt_logic/models/schema_type.rb +16 -0
- data/lib/generated/azure_mgmt_logic/models/segment_terminator_suffix.rb +19 -0
- data/lib/generated/azure_mgmt_logic/models/sku_name.rb +20 -0
- data/lib/generated/azure_mgmt_logic/models/trailing_separator_policy.rb +18 -0
- data/lib/generated/azure_mgmt_logic/models/usage_indicator.rb +18 -0
- data/lib/generated/azure_mgmt_logic/models/x12acknowledgement_settings.rb +193 -0
- data/lib/generated/azure_mgmt_logic/models/x12agreement_content.rb +56 -0
- data/lib/generated/azure_mgmt_logic/models/x12character_set.rb +18 -0
- data/lib/generated/azure_mgmt_logic/models/x12date_format.rb +17 -0
- data/lib/generated/azure_mgmt_logic/models/x12delimiter_overrides.rb +128 -0
- data/lib/generated/azure_mgmt_logic/models/x12envelope_override.rb +141 -0
- data/lib/generated/azure_mgmt_logic/models/x12envelope_settings.rb +286 -0
- data/lib/generated/azure_mgmt_logic/models/x12framing_settings.rb +109 -0
- data/lib/generated/azure_mgmt_logic/models/x12message_filter.rb +46 -0
- data/lib/generated/azure_mgmt_logic/models/x12message_identifier.rb +44 -0
- data/lib/generated/azure_mgmt_logic/models/x12one_way_agreement.rb +67 -0
- data/lib/generated/azure_mgmt_logic/models/x12processing_settings.rb +99 -0
- data/lib/generated/azure_mgmt_logic/models/x12protocol_settings.rb +204 -0
- data/lib/generated/azure_mgmt_logic/models/x12schema_reference.rb +74 -0
- data/lib/generated/azure_mgmt_logic/models/x12security_settings.rb +74 -0
- data/lib/generated/azure_mgmt_logic/models/x12time_format.rb +19 -0
- data/lib/generated/azure_mgmt_logic/models/x12validation_override.rb +111 -0
- data/lib/generated/azure_mgmt_logic/models/x12validation_settings.rb +145 -0
- data/lib/generated/azure_mgmt_logic/module_definition.rb +8 -0
- data/lib/generated/azure_mgmt_logic/version.rb +8 -0
- data/lib/generated/azure_mgmt_logic.rb +116 -0
- metadata +212 -0
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::ARM::Logic
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Model object.
|
|
10
|
+
#
|
|
11
|
+
class IntegrationAccountCertificate < MsRestAzure::IntegrationAccountResource
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [DateTime] The created time.
|
|
16
|
+
attr_accessor :created_time
|
|
17
|
+
|
|
18
|
+
# @return [DateTime] The changed time.
|
|
19
|
+
attr_accessor :changed_time
|
|
20
|
+
|
|
21
|
+
# @return The metadata.
|
|
22
|
+
attr_accessor :metadata
|
|
23
|
+
|
|
24
|
+
# @return [KeyVaultKeyReference] The key details in the key vault.
|
|
25
|
+
attr_accessor :key
|
|
26
|
+
|
|
27
|
+
# @return [String] The public certificate.
|
|
28
|
+
attr_accessor :public_certificate
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
#
|
|
32
|
+
# Mapper for IntegrationAccountCertificate class as Ruby Hash.
|
|
33
|
+
# This will be used for serialization/deserialization.
|
|
34
|
+
#
|
|
35
|
+
def self.mapper()
|
|
36
|
+
{
|
|
37
|
+
required: false,
|
|
38
|
+
serialized_name: 'IntegrationAccountCertificate',
|
|
39
|
+
type: {
|
|
40
|
+
name: 'Composite',
|
|
41
|
+
class_name: 'IntegrationAccountCertificate',
|
|
42
|
+
model_properties: {
|
|
43
|
+
id: {
|
|
44
|
+
required: false,
|
|
45
|
+
serialized_name: 'id',
|
|
46
|
+
type: {
|
|
47
|
+
name: 'String'
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
name: {
|
|
51
|
+
required: false,
|
|
52
|
+
serialized_name: 'name',
|
|
53
|
+
type: {
|
|
54
|
+
name: 'String'
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
type: {
|
|
58
|
+
required: false,
|
|
59
|
+
serialized_name: 'type',
|
|
60
|
+
type: {
|
|
61
|
+
name: 'String'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
location: {
|
|
65
|
+
required: false,
|
|
66
|
+
serialized_name: 'location',
|
|
67
|
+
type: {
|
|
68
|
+
name: 'String'
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
tags: {
|
|
72
|
+
required: false,
|
|
73
|
+
serialized_name: 'tags',
|
|
74
|
+
type: {
|
|
75
|
+
name: 'Dictionary',
|
|
76
|
+
value: {
|
|
77
|
+
required: false,
|
|
78
|
+
serialized_name: 'StringElementType',
|
|
79
|
+
type: {
|
|
80
|
+
name: 'String'
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
created_time: {
|
|
86
|
+
required: false,
|
|
87
|
+
read_only: true,
|
|
88
|
+
serialized_name: 'properties.createdTime',
|
|
89
|
+
type: {
|
|
90
|
+
name: 'DateTime'
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
changed_time: {
|
|
94
|
+
required: false,
|
|
95
|
+
read_only: true,
|
|
96
|
+
serialized_name: 'properties.changedTime',
|
|
97
|
+
type: {
|
|
98
|
+
name: 'DateTime'
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
metadata: {
|
|
102
|
+
required: false,
|
|
103
|
+
serialized_name: 'properties.metadata',
|
|
104
|
+
type: {
|
|
105
|
+
name: 'Object'
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
key: {
|
|
109
|
+
required: false,
|
|
110
|
+
serialized_name: 'properties.key',
|
|
111
|
+
type: {
|
|
112
|
+
name: 'Composite',
|
|
113
|
+
class_name: 'KeyVaultKeyReference'
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
public_certificate: {
|
|
117
|
+
required: false,
|
|
118
|
+
serialized_name: 'properties.publicCertificate',
|
|
119
|
+
type: {
|
|
120
|
+
name: 'String'
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
end
|
|
127
|
+
end
|
|
128
|
+
end
|
|
129
|
+
end
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::ARM::Logic
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Model object.
|
|
10
|
+
#
|
|
11
|
+
class IntegrationAccountCertificateListResult
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [Array<IntegrationAccountCertificate>] The list of integration
|
|
16
|
+
# account certificates.
|
|
17
|
+
attr_accessor :value
|
|
18
|
+
|
|
19
|
+
# @return [String] The URL to get 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<IntegrationAccountCertificate>] operation results.
|
|
29
|
+
#
|
|
30
|
+
def get_all_items
|
|
31
|
+
items = @value
|
|
32
|
+
page = self
|
|
33
|
+
while page.next_link != nil 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 [IntegrationAccountCertificateListResult] with next page
|
|
44
|
+
# content.
|
|
45
|
+
#
|
|
46
|
+
def get_next_page
|
|
47
|
+
response = @next_method.call(@next_link).value! unless @next_method.nil?
|
|
48
|
+
unless response.nil?
|
|
49
|
+
@next_link = response.body.next_link
|
|
50
|
+
@value = response.body.value
|
|
51
|
+
self
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
#
|
|
56
|
+
# Mapper for IntegrationAccountCertificateListResult class as Ruby Hash.
|
|
57
|
+
# This will be used for serialization/deserialization.
|
|
58
|
+
#
|
|
59
|
+
def self.mapper()
|
|
60
|
+
{
|
|
61
|
+
required: false,
|
|
62
|
+
serialized_name: 'IntegrationAccountCertificateListResult',
|
|
63
|
+
type: {
|
|
64
|
+
name: 'Composite',
|
|
65
|
+
class_name: 'IntegrationAccountCertificateListResult',
|
|
66
|
+
model_properties: {
|
|
67
|
+
value: {
|
|
68
|
+
required: false,
|
|
69
|
+
serialized_name: 'value',
|
|
70
|
+
type: {
|
|
71
|
+
name: 'Sequence',
|
|
72
|
+
element: {
|
|
73
|
+
required: false,
|
|
74
|
+
serialized_name: 'IntegrationAccountCertificateElementType',
|
|
75
|
+
type: {
|
|
76
|
+
name: 'Composite',
|
|
77
|
+
class_name: 'IntegrationAccountCertificate'
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
next_link: {
|
|
83
|
+
required: false,
|
|
84
|
+
serialized_name: 'nextLink',
|
|
85
|
+
type: {
|
|
86
|
+
name: 'String'
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
end
|
|
93
|
+
end
|
|
94
|
+
end
|
|
95
|
+
end
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::ARM::Logic
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Model object.
|
|
10
|
+
#
|
|
11
|
+
class IntegrationAccountContentHash
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [String] The conetnt hash algorithm.
|
|
16
|
+
attr_accessor :algorithm
|
|
17
|
+
|
|
18
|
+
# @return [String] The content hash value.
|
|
19
|
+
attr_accessor :value
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
#
|
|
23
|
+
# Mapper for IntegrationAccountContentHash class as Ruby Hash.
|
|
24
|
+
# This will be used for serialization/deserialization.
|
|
25
|
+
#
|
|
26
|
+
def self.mapper()
|
|
27
|
+
{
|
|
28
|
+
required: false,
|
|
29
|
+
serialized_name: 'IntegrationAccountContentHash',
|
|
30
|
+
type: {
|
|
31
|
+
name: 'Composite',
|
|
32
|
+
class_name: 'IntegrationAccountContentHash',
|
|
33
|
+
model_properties: {
|
|
34
|
+
algorithm: {
|
|
35
|
+
required: false,
|
|
36
|
+
serialized_name: 'algorithm',
|
|
37
|
+
type: {
|
|
38
|
+
name: 'String'
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
value: {
|
|
42
|
+
required: false,
|
|
43
|
+
serialized_name: 'value',
|
|
44
|
+
type: {
|
|
45
|
+
name: 'String'
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
end
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::ARM::Logic
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Model object.
|
|
10
|
+
#
|
|
11
|
+
class IntegrationAccountContentLink
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [String] The content link URI.
|
|
16
|
+
attr_accessor :uri
|
|
17
|
+
|
|
18
|
+
# @return [String] The content version.
|
|
19
|
+
attr_accessor :content_version
|
|
20
|
+
|
|
21
|
+
# @return [Integer] The content size.
|
|
22
|
+
attr_accessor :content_size
|
|
23
|
+
|
|
24
|
+
# @return [IntegrationAccountContentHash] The content hash.
|
|
25
|
+
attr_accessor :content_hash
|
|
26
|
+
|
|
27
|
+
# @return The metadata.
|
|
28
|
+
attr_accessor :metadata
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
#
|
|
32
|
+
# Mapper for IntegrationAccountContentLink class as Ruby Hash.
|
|
33
|
+
# This will be used for serialization/deserialization.
|
|
34
|
+
#
|
|
35
|
+
def self.mapper()
|
|
36
|
+
{
|
|
37
|
+
required: false,
|
|
38
|
+
serialized_name: 'IntegrationAccountContentLink',
|
|
39
|
+
type: {
|
|
40
|
+
name: 'Composite',
|
|
41
|
+
class_name: 'IntegrationAccountContentLink',
|
|
42
|
+
model_properties: {
|
|
43
|
+
uri: {
|
|
44
|
+
required: false,
|
|
45
|
+
serialized_name: 'uri',
|
|
46
|
+
type: {
|
|
47
|
+
name: 'String'
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
content_version: {
|
|
51
|
+
required: false,
|
|
52
|
+
serialized_name: 'contentVersion',
|
|
53
|
+
type: {
|
|
54
|
+
name: 'String'
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
content_size: {
|
|
58
|
+
required: false,
|
|
59
|
+
serialized_name: 'contentSize',
|
|
60
|
+
type: {
|
|
61
|
+
name: 'Number'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
content_hash: {
|
|
65
|
+
required: false,
|
|
66
|
+
serialized_name: 'contentHash',
|
|
67
|
+
type: {
|
|
68
|
+
name: 'Composite',
|
|
69
|
+
class_name: 'IntegrationAccountContentHash'
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
metadata: {
|
|
73
|
+
required: false,
|
|
74
|
+
serialized_name: 'metadata',
|
|
75
|
+
type: {
|
|
76
|
+
name: 'Object'
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
end
|
|
83
|
+
end
|
|
84
|
+
end
|
|
85
|
+
end
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::ARM::Logic
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Model object.
|
|
10
|
+
#
|
|
11
|
+
class IntegrationAccountListResult
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [Array<IntegrationAccount>] The list of integration accounts.
|
|
16
|
+
attr_accessor :value
|
|
17
|
+
|
|
18
|
+
# @return [String] The URL to get the next set of results.
|
|
19
|
+
attr_accessor :next_link
|
|
20
|
+
|
|
21
|
+
# return [Proc] with next page method call.
|
|
22
|
+
attr_accessor :next_method
|
|
23
|
+
|
|
24
|
+
#
|
|
25
|
+
# Gets the rest of the items for the request, enabling auto-pagination.
|
|
26
|
+
#
|
|
27
|
+
# @return [Array<IntegrationAccount>] operation results.
|
|
28
|
+
#
|
|
29
|
+
def get_all_items
|
|
30
|
+
items = @value
|
|
31
|
+
page = self
|
|
32
|
+
while page.next_link != nil do
|
|
33
|
+
page = page.get_next_page
|
|
34
|
+
items.concat(page.value)
|
|
35
|
+
end
|
|
36
|
+
items
|
|
37
|
+
end
|
|
38
|
+
|
|
39
|
+
#
|
|
40
|
+
# Gets the next page of results.
|
|
41
|
+
#
|
|
42
|
+
# @return [IntegrationAccountListResult] with next page content.
|
|
43
|
+
#
|
|
44
|
+
def get_next_page
|
|
45
|
+
response = @next_method.call(@next_link).value! unless @next_method.nil?
|
|
46
|
+
unless response.nil?
|
|
47
|
+
@next_link = response.body.next_link
|
|
48
|
+
@value = response.body.value
|
|
49
|
+
self
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
#
|
|
54
|
+
# Mapper for IntegrationAccountListResult class as Ruby Hash.
|
|
55
|
+
# This will be used for serialization/deserialization.
|
|
56
|
+
#
|
|
57
|
+
def self.mapper()
|
|
58
|
+
{
|
|
59
|
+
required: false,
|
|
60
|
+
serialized_name: 'IntegrationAccountListResult',
|
|
61
|
+
type: {
|
|
62
|
+
name: 'Composite',
|
|
63
|
+
class_name: 'IntegrationAccountListResult',
|
|
64
|
+
model_properties: {
|
|
65
|
+
value: {
|
|
66
|
+
required: false,
|
|
67
|
+
serialized_name: 'value',
|
|
68
|
+
type: {
|
|
69
|
+
name: 'Sequence',
|
|
70
|
+
element: {
|
|
71
|
+
required: false,
|
|
72
|
+
serialized_name: 'IntegrationAccountElementType',
|
|
73
|
+
type: {
|
|
74
|
+
name: 'Composite',
|
|
75
|
+
class_name: 'IntegrationAccount'
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
next_link: {
|
|
81
|
+
required: false,
|
|
82
|
+
serialized_name: 'nextLink',
|
|
83
|
+
type: {
|
|
84
|
+
name: 'String'
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
end
|
|
91
|
+
end
|
|
92
|
+
end
|
|
93
|
+
end
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::ARM::Logic
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Model object.
|
|
10
|
+
#
|
|
11
|
+
class IntegrationAccountMap < MsRestAzure::IntegrationAccountResource
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [MapType] The map type. Possible values include:
|
|
16
|
+
# 'NotSpecified', 'Xslt'
|
|
17
|
+
attr_accessor :map_type
|
|
18
|
+
|
|
19
|
+
# @return [DateTime] The created time.
|
|
20
|
+
attr_accessor :created_time
|
|
21
|
+
|
|
22
|
+
# @return [DateTime] The changed time.
|
|
23
|
+
attr_accessor :changed_time
|
|
24
|
+
|
|
25
|
+
# @return The content.
|
|
26
|
+
attr_accessor :content
|
|
27
|
+
|
|
28
|
+
# @return [String] The content type.
|
|
29
|
+
attr_accessor :content_type
|
|
30
|
+
|
|
31
|
+
# @return [IntegrationAccountContentLink] The content link.
|
|
32
|
+
attr_accessor :content_link
|
|
33
|
+
|
|
34
|
+
# @return The metadata.
|
|
35
|
+
attr_accessor :metadata
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
#
|
|
39
|
+
# Mapper for IntegrationAccountMap class as Ruby Hash.
|
|
40
|
+
# This will be used for serialization/deserialization.
|
|
41
|
+
#
|
|
42
|
+
def self.mapper()
|
|
43
|
+
{
|
|
44
|
+
required: false,
|
|
45
|
+
serialized_name: 'IntegrationAccountMap',
|
|
46
|
+
type: {
|
|
47
|
+
name: 'Composite',
|
|
48
|
+
class_name: 'IntegrationAccountMap',
|
|
49
|
+
model_properties: {
|
|
50
|
+
id: {
|
|
51
|
+
required: false,
|
|
52
|
+
serialized_name: 'id',
|
|
53
|
+
type: {
|
|
54
|
+
name: 'String'
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
name: {
|
|
58
|
+
required: false,
|
|
59
|
+
serialized_name: 'name',
|
|
60
|
+
type: {
|
|
61
|
+
name: 'String'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
type: {
|
|
65
|
+
required: false,
|
|
66
|
+
serialized_name: 'type',
|
|
67
|
+
type: {
|
|
68
|
+
name: 'String'
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
location: {
|
|
72
|
+
required: false,
|
|
73
|
+
serialized_name: 'location',
|
|
74
|
+
type: {
|
|
75
|
+
name: 'String'
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
tags: {
|
|
79
|
+
required: false,
|
|
80
|
+
serialized_name: 'tags',
|
|
81
|
+
type: {
|
|
82
|
+
name: 'Dictionary',
|
|
83
|
+
value: {
|
|
84
|
+
required: false,
|
|
85
|
+
serialized_name: 'StringElementType',
|
|
86
|
+
type: {
|
|
87
|
+
name: 'String'
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
map_type: {
|
|
93
|
+
required: false,
|
|
94
|
+
serialized_name: 'properties.mapType',
|
|
95
|
+
type: {
|
|
96
|
+
name: 'Enum',
|
|
97
|
+
module: 'MapType'
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
created_time: {
|
|
101
|
+
required: false,
|
|
102
|
+
read_only: true,
|
|
103
|
+
serialized_name: 'properties.createdTime',
|
|
104
|
+
type: {
|
|
105
|
+
name: 'DateTime'
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
changed_time: {
|
|
109
|
+
required: false,
|
|
110
|
+
read_only: true,
|
|
111
|
+
serialized_name: 'properties.changedTime',
|
|
112
|
+
type: {
|
|
113
|
+
name: 'DateTime'
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
content: {
|
|
117
|
+
required: false,
|
|
118
|
+
serialized_name: 'properties.content',
|
|
119
|
+
type: {
|
|
120
|
+
name: 'Object'
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
content_type: {
|
|
124
|
+
required: false,
|
|
125
|
+
serialized_name: 'properties.contentType',
|
|
126
|
+
type: {
|
|
127
|
+
name: 'String'
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
content_link: {
|
|
131
|
+
required: false,
|
|
132
|
+
read_only: true,
|
|
133
|
+
serialized_name: 'properties.contentLink',
|
|
134
|
+
type: {
|
|
135
|
+
name: 'Composite',
|
|
136
|
+
class_name: 'IntegrationAccountContentLink'
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
metadata: {
|
|
140
|
+
required: false,
|
|
141
|
+
serialized_name: 'properties.metadata',
|
|
142
|
+
type: {
|
|
143
|
+
name: 'Object'
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
end
|
|
150
|
+
end
|
|
151
|
+
end
|
|
152
|
+
end
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::ARM::Logic
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Model object.
|
|
10
|
+
#
|
|
11
|
+
class IntegrationAccountMapFilter
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [MapType] The map type of integration account map. Possible
|
|
16
|
+
# values include: 'NotSpecified', 'Xslt'
|
|
17
|
+
attr_accessor :schema_type
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
#
|
|
21
|
+
# Mapper for IntegrationAccountMapFilter class as Ruby Hash.
|
|
22
|
+
# This will be used for serialization/deserialization.
|
|
23
|
+
#
|
|
24
|
+
def self.mapper()
|
|
25
|
+
{
|
|
26
|
+
required: false,
|
|
27
|
+
serialized_name: 'IntegrationAccountMapFilter',
|
|
28
|
+
type: {
|
|
29
|
+
name: 'Composite',
|
|
30
|
+
class_name: 'IntegrationAccountMapFilter',
|
|
31
|
+
model_properties: {
|
|
32
|
+
schema_type: {
|
|
33
|
+
required: false,
|
|
34
|
+
serialized_name: 'schemaType',
|
|
35
|
+
type: {
|
|
36
|
+
name: 'Enum',
|
|
37
|
+
module: 'MapType'
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
end
|