azure_sdk 0.14.0 → 0.15.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 +4 -4
- data/lib/azure_sdk.rb +2 -27
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/{azure_sdk → common}/configurable.rb +0 -0
- data/lib/{azure_sdk → common}/default.rb +0 -0
- data/lib/latest/latest_profile_client.rb +154 -0
- data/lib/latest/module_definition.rb +122 -0
- data/lib/latest/modules/analysisservices_profile_module.rb +104 -0
- data/lib/latest/modules/authorization_profile_module.rb +120 -0
- data/lib/latest/modules/automation_profile_module.rb +600 -0
- data/lib/latest/modules/batch_profile_module.rb +152 -0
- data/lib/latest/modules/billing_profile_module.rb +84 -0
- data/lib/latest/modules/cdn_profile_module.rb +236 -0
- data/lib/latest/modules/cognitiveservices_profile_module.rb +128 -0
- data/lib/latest/modules/commerce_profile_module.rb +86 -0
- data/lib/latest/modules/compute_profile_module.rb +734 -0
- data/lib/latest/modules/consumption_profile_module.rb +74 -0
- data/lib/latest/modules/containerinstance_profile_module.rb +126 -0
- data/lib/latest/modules/containerregistry_profile_module.rb +210 -0
- data/lib/latest/modules/containerservice_profile_module.rb +100 -0
- data/lib/latest/modules/customerinsights_profile_module.rb +484 -0
- data/lib/latest/modules/datalakeanalytics_profile_module.rb +172 -0
- data/lib/latest/modules/datalakestore_profile_module.rb +148 -0
- data/lib/latest/modules/devtestlabs_profile_module.rb +676 -0
- data/lib/latest/modules/dns_profile_module.rb +114 -0
- data/lib/latest/modules/eventgrid_profile_module.rb +146 -0
- data/lib/latest/modules/eventhub_profile_module.rb +172 -0
- data/lib/latest/modules/features_profile_module.rb +48 -0
- data/lib/latest/modules/graph_profile_module.rb +202 -0
- data/lib/latest/modules/iothub_profile_module.rb +272 -0
- data/lib/latest/modules/keyvault_profile_module.rb +108 -0
- data/lib/latest/modules/links_profile_module.rb +56 -0
- data/lib/latest/modules/locks_profile_module.rb +52 -0
- data/lib/latest/modules/logic_profile_module.rb +600 -0
- data/lib/latest/modules/machinelearning_profile_module.rb +184 -0
- data/lib/latest/modules/managedapplications_profile_module.rb +110 -0
- data/lib/latest/modules/marketplaceordering_profile_module.rb +66 -0
- data/lib/latest/modules/mediaservices_profile_module.rb +110 -0
- data/lib/latest/modules/mobileengagement_profile_module.rb +404 -0
- data/lib/latest/modules/monitor_profile_module.rb +347 -0
- data/lib/latest/modules/network_profile_module.rb +1168 -0
- data/lib/latest/modules/notificationhubs_profile_module.rb +162 -0
- data/lib/latest/modules/operationalinsights_profile_module.rb +209 -0
- data/lib/latest/modules/policy_profile_module.rb +89 -0
- data/lib/latest/modules/powerbiembedded_profile_module.rb +114 -0
- data/lib/latest/modules/recoveryservices_profile_module.rb +209 -0
- data/lib/latest/modules/recoveryservicesbackup_profile_module.rb +750 -0
- data/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb +1374 -0
- data/lib/latest/modules/redis_profile_module.rb +172 -0
- data/lib/latest/modules/relay_profile_module.rb +150 -0
- data/lib/latest/modules/resources_profile_module.rb +234 -0
- data/lib/latest/modules/resourcesmanagement_profile_module.rb +94 -0
- data/lib/latest/modules/scheduler_profile_module.rb +218 -0
- data/lib/latest/modules/search_profile_module.rb +96 -0
- data/lib/latest/modules/servermanagement_profile_module.rb +162 -0
- data/lib/latest/modules/servicebus_profile_module.rb +254 -0
- data/lib/latest/modules/servicefabric_profile_module.rb +140 -0
- data/lib/latest/modules/sql_profile_module.rb +940 -0
- data/lib/latest/modules/storage_profile_module.rb +270 -0
- data/lib/latest/modules/storsimple8000series_profile_module.rb +702 -0
- data/lib/latest/modules/streamanalytics_profile_module.rb +336 -0
- data/lib/latest/modules/subscriptions_profile_module.rb +74 -0
- data/lib/latest/modules/trafficmanager_profile_module.rb +145 -0
- data/lib/latest/modules/web_profile_module.rb +1162 -0
- data/lib/v2017_03_09/module_definition.rb +26 -0
- data/lib/v2017_03_09/modules/compute_profile_module.rb +444 -0
- data/lib/v2017_03_09/modules/features_profile_module.rb +48 -0
- data/lib/v2017_03_09/modules/links_profile_module.rb +56 -0
- data/lib/v2017_03_09/modules/locks_profile_module.rb +48 -0
- data/lib/v2017_03_09/modules/network_profile_module.rb +542 -0
- data/lib/v2017_03_09/modules/policy_profile_module.rb +58 -0
- data/lib/v2017_03_09/modules/resources_profile_module.rb +230 -0
- data/lib/v2017_03_09/modules/storage_profile_module.rb +114 -0
- data/lib/v2017_03_09/modules/subscriptions_profile_module.rb +74 -0
- data/lib/v2017_03_09/v2017_03_09_profile_client.rb +58 -0
- metadata +210 -127
- data/lib/azure_sdk/client.rb +0 -207
@@ -0,0 +1,108 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
|
+
|
5
|
+
require 'azure_mgmt_key_vault'
|
6
|
+
|
7
|
+
module Azure::Profiles::Latest
|
8
|
+
module KeyVault::Mgmt
|
9
|
+
Vaults = Azure::KeyVault::Mgmt::V2016_10_01::Vaults
|
10
|
+
|
11
|
+
module Models
|
12
|
+
VaultCreateOrUpdateParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCreateOrUpdateParameters
|
13
|
+
Permissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions
|
14
|
+
DeletedVault = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVault
|
15
|
+
VaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties
|
16
|
+
VaultListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultListResult
|
17
|
+
Sku = Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku
|
18
|
+
DeletedVaultListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultListResult
|
19
|
+
DeletedVaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties
|
20
|
+
Resource = Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource
|
21
|
+
AccessPolicyEntry = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry
|
22
|
+
ResourceListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult
|
23
|
+
Vault = Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault
|
24
|
+
SkuName = Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName
|
25
|
+
KeyPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions
|
26
|
+
SecretPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions
|
27
|
+
CertificatePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions
|
28
|
+
StoragePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions
|
29
|
+
CreateMode = Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode
|
30
|
+
end
|
31
|
+
|
32
|
+
#
|
33
|
+
# KeyVault
|
34
|
+
#
|
35
|
+
class KeyVaultClass
|
36
|
+
attr_reader :vaults, :configurable, :base_url, :options, :model_classes
|
37
|
+
|
38
|
+
def initialize(configurable, base_url=nil, options=nil)
|
39
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
40
|
+
|
41
|
+
client_0 = Azure::KeyVault::Mgmt::V2016_10_01::KeyVaultManagementClient.new(configurable.credentials, base_url, options)
|
42
|
+
if(client_0.respond_to?(:subscription_id))
|
43
|
+
client_0.subscription_id = configurable.subscription_id
|
44
|
+
end
|
45
|
+
@vaults = client_0.vaults
|
46
|
+
|
47
|
+
@model_classes = ModelClasses.new
|
48
|
+
end
|
49
|
+
|
50
|
+
class ModelClasses
|
51
|
+
def vault_create_or_update_parameters
|
52
|
+
Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCreateOrUpdateParameters
|
53
|
+
end
|
54
|
+
def permissions
|
55
|
+
Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions
|
56
|
+
end
|
57
|
+
def deleted_vault
|
58
|
+
Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVault
|
59
|
+
end
|
60
|
+
def vault_properties
|
61
|
+
Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties
|
62
|
+
end
|
63
|
+
def vault_list_result
|
64
|
+
Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultListResult
|
65
|
+
end
|
66
|
+
def sku
|
67
|
+
Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku
|
68
|
+
end
|
69
|
+
def deleted_vault_list_result
|
70
|
+
Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultListResult
|
71
|
+
end
|
72
|
+
def deleted_vault_properties
|
73
|
+
Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties
|
74
|
+
end
|
75
|
+
def resource
|
76
|
+
Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource
|
77
|
+
end
|
78
|
+
def access_policy_entry
|
79
|
+
Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry
|
80
|
+
end
|
81
|
+
def resource_list_result
|
82
|
+
Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult
|
83
|
+
end
|
84
|
+
def vault
|
85
|
+
Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault
|
86
|
+
end
|
87
|
+
def sku_name
|
88
|
+
Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName
|
89
|
+
end
|
90
|
+
def key_permissions
|
91
|
+
Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions
|
92
|
+
end
|
93
|
+
def secret_permissions
|
94
|
+
Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions
|
95
|
+
end
|
96
|
+
def certificate_permissions
|
97
|
+
Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions
|
98
|
+
end
|
99
|
+
def storage_permissions
|
100
|
+
Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions
|
101
|
+
end
|
102
|
+
def create_mode
|
103
|
+
Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode
|
104
|
+
end
|
105
|
+
end
|
106
|
+
end
|
107
|
+
end
|
108
|
+
end
|
@@ -0,0 +1,56 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
|
+
|
5
|
+
require 'azure_mgmt_links'
|
6
|
+
|
7
|
+
module Azure::Profiles::Latest
|
8
|
+
module Links::Mgmt
|
9
|
+
ResourceLinks = Azure::Links::Mgmt::V2016_09_01::ResourceLinks
|
10
|
+
|
11
|
+
module Models
|
12
|
+
ResourceLink = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink
|
13
|
+
ResourceLinkFilter = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkFilter
|
14
|
+
ResourceLinkResult = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkResult
|
15
|
+
ResourceLinkProperties = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkProperties
|
16
|
+
Filter = Azure::Links::Mgmt::V2016_09_01::Models::Filter
|
17
|
+
end
|
18
|
+
|
19
|
+
#
|
20
|
+
# Links
|
21
|
+
#
|
22
|
+
class LinksClass
|
23
|
+
attr_reader :resource_links, :configurable, :base_url, :options, :model_classes
|
24
|
+
|
25
|
+
def initialize(configurable, base_url=nil, options=nil)
|
26
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
27
|
+
|
28
|
+
client_0 = Azure::Links::Mgmt::V2016_09_01::ManagementLinkClient.new(configurable.credentials, base_url, options)
|
29
|
+
if(client_0.respond_to?(:subscription_id))
|
30
|
+
client_0.subscription_id = configurable.subscription_id
|
31
|
+
end
|
32
|
+
@resource_links = client_0.resource_links
|
33
|
+
|
34
|
+
@model_classes = ModelClasses.new
|
35
|
+
end
|
36
|
+
|
37
|
+
class ModelClasses
|
38
|
+
def resource_link
|
39
|
+
Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink
|
40
|
+
end
|
41
|
+
def resource_link_filter
|
42
|
+
Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkFilter
|
43
|
+
end
|
44
|
+
def resource_link_result
|
45
|
+
Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkResult
|
46
|
+
end
|
47
|
+
def resource_link_properties
|
48
|
+
Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkProperties
|
49
|
+
end
|
50
|
+
def filter
|
51
|
+
Azure::Links::Mgmt::V2016_09_01::Models::Filter
|
52
|
+
end
|
53
|
+
end
|
54
|
+
end
|
55
|
+
end
|
56
|
+
end
|
@@ -0,0 +1,52 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
|
+
|
5
|
+
require 'azure_mgmt_locks'
|
6
|
+
|
7
|
+
module Azure::Profiles::Latest
|
8
|
+
module Locks::Mgmt
|
9
|
+
ManagementLocks = Azure::Locks::Mgmt::V2016_09_01::ManagementLocks
|
10
|
+
|
11
|
+
module Models
|
12
|
+
ManagementLockObject = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockObject
|
13
|
+
ManagementLockListResult = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockListResult
|
14
|
+
ManagementLockOwner = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockOwner
|
15
|
+
LockLevel = Azure::Locks::Mgmt::V2016_09_01::Models::LockLevel
|
16
|
+
end
|
17
|
+
|
18
|
+
#
|
19
|
+
# Locks
|
20
|
+
#
|
21
|
+
class LocksClass
|
22
|
+
attr_reader :management_locks, :configurable, :base_url, :options, :model_classes
|
23
|
+
|
24
|
+
def initialize(configurable, base_url=nil, options=nil)
|
25
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
26
|
+
|
27
|
+
client_0 = Azure::Locks::Mgmt::V2016_09_01::ManagementLockClient.new(configurable.credentials, base_url, options)
|
28
|
+
if(client_0.respond_to?(:subscription_id))
|
29
|
+
client_0.subscription_id = configurable.subscription_id
|
30
|
+
end
|
31
|
+
@management_locks = client_0.management_locks
|
32
|
+
|
33
|
+
@model_classes = ModelClasses.new
|
34
|
+
end
|
35
|
+
|
36
|
+
class ModelClasses
|
37
|
+
def management_lock_object
|
38
|
+
Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockObject
|
39
|
+
end
|
40
|
+
def management_lock_list_result
|
41
|
+
Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockListResult
|
42
|
+
end
|
43
|
+
def management_lock_owner
|
44
|
+
Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockOwner
|
45
|
+
end
|
46
|
+
def lock_level
|
47
|
+
Azure::Locks::Mgmt::V2016_09_01::Models::LockLevel
|
48
|
+
end
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|
52
|
+
end
|
@@ -0,0 +1,600 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
|
+
|
5
|
+
require 'azure_mgmt_logic'
|
6
|
+
|
7
|
+
module Azure::Profiles::Latest
|
8
|
+
module Logic::Mgmt
|
9
|
+
Workflows = Azure::Logic::Mgmt::V2016_06_01::Workflows
|
10
|
+
WorkflowVersions = Azure::Logic::Mgmt::V2016_06_01::WorkflowVersions
|
11
|
+
WorkflowTriggers = Azure::Logic::Mgmt::V2016_06_01::WorkflowTriggers
|
12
|
+
WorkflowTriggerHistories = Azure::Logic::Mgmt::V2016_06_01::WorkflowTriggerHistories
|
13
|
+
WorkflowRuns = Azure::Logic::Mgmt::V2016_06_01::WorkflowRuns
|
14
|
+
WorkflowRunActions = Azure::Logic::Mgmt::V2016_06_01::WorkflowRunActions
|
15
|
+
IntegrationAccounts = Azure::Logic::Mgmt::V2016_06_01::IntegrationAccounts
|
16
|
+
Schemas = Azure::Logic::Mgmt::V2016_06_01::Schemas
|
17
|
+
Maps = Azure::Logic::Mgmt::V2016_06_01::Maps
|
18
|
+
Partners = Azure::Logic::Mgmt::V2016_06_01::Partners
|
19
|
+
Agreements = Azure::Logic::Mgmt::V2016_06_01::Agreements
|
20
|
+
Certificates = Azure::Logic::Mgmt::V2016_06_01::Certificates
|
21
|
+
Sessions = Azure::Logic::Mgmt::V2016_06_01::Sessions
|
22
|
+
|
23
|
+
module Models
|
24
|
+
IntegrationAccountPartnerFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter
|
25
|
+
Resource = Azure::Logic::Mgmt::V2016_06_01::Models::Resource
|
26
|
+
AS2MessageConnectionSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2MessageConnectionSettings
|
27
|
+
ResourceReference = Azure::Logic::Mgmt::V2016_06_01::Models::ResourceReference
|
28
|
+
AS2AcknowledgementConnectionSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2AcknowledgementConnectionSettings
|
29
|
+
WorkflowParameter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowParameter
|
30
|
+
AS2MdnSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2MdnSettings
|
31
|
+
WorkflowFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowFilter
|
32
|
+
AS2SecuritySettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2SecuritySettings
|
33
|
+
KeyVaultKeyReferenceKeyVault = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReferenceKeyVault
|
34
|
+
WorkflowVersionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersionListResult
|
35
|
+
IntegrationAccountPartnerListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerListResult
|
36
|
+
RecurrenceSchedule = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceSchedule
|
37
|
+
SubResource = Azure::Logic::Mgmt::V2016_06_01::Models::SubResource
|
38
|
+
Sku = Azure::Logic::Mgmt::V2016_06_01::Models::Sku
|
39
|
+
WorkflowTriggerListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListResult
|
40
|
+
WorkflowTriggerListCallbackUrlQueries = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListCallbackUrlQueries
|
41
|
+
IntegrationAccountAgreementListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementListResult
|
42
|
+
Correlation = Azure::Logic::Mgmt::V2016_06_01::Models::Correlation
|
43
|
+
WorkflowListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowListResult
|
44
|
+
ContentLink = Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink
|
45
|
+
IntegrationAccountAgreementFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementFilter
|
46
|
+
WorkflowTriggerHistoryListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryListResult
|
47
|
+
AS2ValidationSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ValidationSettings
|
48
|
+
WorkflowRunTrigger = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunTrigger
|
49
|
+
AS2EnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2EnvelopeSettings
|
50
|
+
OperationDisplay = Azure::Logic::Mgmt::V2016_06_01::Models::OperationDisplay
|
51
|
+
AS2ErrorSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ErrorSettings
|
52
|
+
WorkflowRunListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunListResult
|
53
|
+
AS2ProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ProtocolSettings
|
54
|
+
ErrorResponse = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorResponse
|
55
|
+
AS2OneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::AS2OneWayAgreement
|
56
|
+
IntegrationAccountSessionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionListResult
|
57
|
+
AS2AgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::AS2AgreementContent
|
58
|
+
WorkflowRunActionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionListResult
|
59
|
+
X12ValidationSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationSettings
|
60
|
+
GenerateUpgradedDefinitionParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters
|
61
|
+
X12FramingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12FramingSettings
|
62
|
+
IntegrationAccountSessionFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter
|
63
|
+
X12EnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeSettings
|
64
|
+
GetCallbackUrlParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters
|
65
|
+
X12AcknowledgementSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12AcknowledgementSettings
|
66
|
+
IntegrationAccountCertificateListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificateListResult
|
67
|
+
X12MessageFilter = Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageFilter
|
68
|
+
IntegrationAccountSchemaFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter
|
69
|
+
X12SecuritySettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12SecuritySettings
|
70
|
+
KeyVaultKeyReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference
|
71
|
+
X12ProcessingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ProcessingSettings
|
72
|
+
IntegrationAccountMapFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter
|
73
|
+
X12EnvelopeOverride = Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeOverride
|
74
|
+
B2BPartnerContent = Azure::Logic::Mgmt::V2016_06_01::Models::B2BPartnerContent
|
75
|
+
X12ValidationOverride = Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationOverride
|
76
|
+
RecurrenceScheduleOccurrence = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceScheduleOccurrence
|
77
|
+
X12MessageIdentifier = Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageIdentifier
|
78
|
+
WorkflowTriggerFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerFilter
|
79
|
+
X12SchemaReference = Azure::Logic::Mgmt::V2016_06_01::Models::X12SchemaReference
|
80
|
+
ContentHash = Azure::Logic::Mgmt::V2016_06_01::Models::ContentHash
|
81
|
+
X12DelimiterOverrides = Azure::Logic::Mgmt::V2016_06_01::Models::X12DelimiterOverrides
|
82
|
+
WorkflowTriggerHistoryFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryFilter
|
83
|
+
X12ProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ProtocolSettings
|
84
|
+
WorkflowRunFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunFilter
|
85
|
+
X12OneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::X12OneWayAgreement
|
86
|
+
RetryHistory = Azure::Logic::Mgmt::V2016_06_01::Models::RetryHistory
|
87
|
+
X12AgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::X12AgreementContent
|
88
|
+
RegenerateActionParameter = Azure::Logic::Mgmt::V2016_06_01::Models::RegenerateActionParameter
|
89
|
+
EdifactValidationSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationSettings
|
90
|
+
IntegrationAccountListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountListResult
|
91
|
+
EdifactFramingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactFramingSettings
|
92
|
+
IntegrationAccountSchemaListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaListResult
|
93
|
+
EdifactEnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactEnvelopeSettings
|
94
|
+
IntegrationAccountMapListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapListResult
|
95
|
+
EdifactAcknowledgementSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAcknowledgementSettings
|
96
|
+
PartnerContent = Azure::Logic::Mgmt::V2016_06_01::Models::PartnerContent
|
97
|
+
EdifactMessageFilter = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageFilter
|
98
|
+
WorkflowTriggerCallbackUrl = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerCallbackUrl
|
99
|
+
EdifactProcessingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProcessingSettings
|
100
|
+
Operation = Azure::Logic::Mgmt::V2016_06_01::Models::Operation
|
101
|
+
EdifactEnvelopeOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactEnvelopeOverride
|
102
|
+
WorkflowRunActionFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionFilter
|
103
|
+
EdifactMessageIdentifier = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageIdentifier
|
104
|
+
CallbackUrl = Azure::Logic::Mgmt::V2016_06_01::Models::CallbackUrl
|
105
|
+
EdifactSchemaReference = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactSchemaReference
|
106
|
+
BusinessIdentity = Azure::Logic::Mgmt::V2016_06_01::Models::BusinessIdentity
|
107
|
+
EdifactValidationOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationOverride
|
108
|
+
OperationListResult = Azure::Logic::Mgmt::V2016_06_01::Models::OperationListResult
|
109
|
+
EdifactDelimiterOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDelimiterOverride
|
110
|
+
IntegrationAccountSku = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSku
|
111
|
+
EdifactProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProtocolSettings
|
112
|
+
WorkflowTriggerRecurrence = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerRecurrence
|
113
|
+
EdifactOneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactOneWayAgreement
|
114
|
+
IntegrationAccountMapPropertiesParametersSchema = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapPropertiesParametersSchema
|
115
|
+
EdifactAgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAgreementContent
|
116
|
+
ErrorProperties = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorProperties
|
117
|
+
AgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementContent
|
118
|
+
Workflow = Azure::Logic::Mgmt::V2016_06_01::Models::Workflow
|
119
|
+
WorkflowVersion = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersion
|
120
|
+
WorkflowTrigger = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTrigger
|
121
|
+
WorkflowTriggerHistory = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistory
|
122
|
+
WorkflowOutputParameter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowOutputParameter
|
123
|
+
WorkflowRun = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRun
|
124
|
+
WorkflowRunAction = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunAction
|
125
|
+
IntegrationAccount = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccount
|
126
|
+
IntegrationAccountSchema = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchema
|
127
|
+
IntegrationAccountMap = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMap
|
128
|
+
IntegrationAccountPartner = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartner
|
129
|
+
IntegrationAccountAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreement
|
130
|
+
IntegrationAccountCertificate = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificate
|
131
|
+
IntegrationAccountSession = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSession
|
132
|
+
WorkflowProvisioningState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowProvisioningState
|
133
|
+
WorkflowState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowState
|
134
|
+
SkuName = Azure::Logic::Mgmt::V2016_06_01::Models::SkuName
|
135
|
+
ParameterType = Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType
|
136
|
+
WorkflowTriggerProvisioningState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerProvisioningState
|
137
|
+
WorkflowStatus = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowStatus
|
138
|
+
RecurrenceFrequency = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceFrequency
|
139
|
+
DaysOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek
|
140
|
+
DayOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DayOfWeek
|
141
|
+
KeyType = Azure::Logic::Mgmt::V2016_06_01::Models::KeyType
|
142
|
+
IntegrationAccountSkuName = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName
|
143
|
+
SchemaType = Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType
|
144
|
+
MapType = Azure::Logic::Mgmt::V2016_06_01::Models::MapType
|
145
|
+
PartnerType = Azure::Logic::Mgmt::V2016_06_01::Models::PartnerType
|
146
|
+
AgreementType = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType
|
147
|
+
HashingAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::HashingAlgorithm
|
148
|
+
EncryptionAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::EncryptionAlgorithm
|
149
|
+
SigningAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::SigningAlgorithm
|
150
|
+
TrailingSeparatorPolicy = Azure::Logic::Mgmt::V2016_06_01::Models::TrailingSeparatorPolicy
|
151
|
+
X12CharacterSet = Azure::Logic::Mgmt::V2016_06_01::Models::X12CharacterSet
|
152
|
+
SegmentTerminatorSuffix = Azure::Logic::Mgmt::V2016_06_01::Models::SegmentTerminatorSuffix
|
153
|
+
X12DateFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12DateFormat
|
154
|
+
X12TimeFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12TimeFormat
|
155
|
+
UsageIndicator = Azure::Logic::Mgmt::V2016_06_01::Models::UsageIndicator
|
156
|
+
MessageFilterType = Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType
|
157
|
+
EdifactCharacterSet = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactCharacterSet
|
158
|
+
EdifactDecimalIndicator = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDecimalIndicator
|
159
|
+
end
|
160
|
+
|
161
|
+
#
|
162
|
+
# Logic
|
163
|
+
#
|
164
|
+
class LogicClass
|
165
|
+
attr_reader :workflows, :workflow_versions, :workflow_triggers, :workflow_trigger_histories, :workflow_runs, :workflow_run_actions, :integration_accounts, :schemas, :maps, :partners, :agreements, :certificates, :sessions, :configurable, :base_url, :options, :model_classes
|
166
|
+
|
167
|
+
def initialize(configurable, base_url=nil, options=nil)
|
168
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
169
|
+
|
170
|
+
client_0 = Azure::Logic::Mgmt::V2016_06_01::LogicManagementClient.new(configurable.credentials, base_url, options)
|
171
|
+
if(client_0.respond_to?(:subscription_id))
|
172
|
+
client_0.subscription_id = configurable.subscription_id
|
173
|
+
end
|
174
|
+
@workflows = client_0.workflows
|
175
|
+
@workflow_versions = client_0.workflow_versions
|
176
|
+
@workflow_triggers = client_0.workflow_triggers
|
177
|
+
@workflow_trigger_histories = client_0.workflow_trigger_histories
|
178
|
+
@workflow_runs = client_0.workflow_runs
|
179
|
+
@workflow_run_actions = client_0.workflow_run_actions
|
180
|
+
@integration_accounts = client_0.integration_accounts
|
181
|
+
@schemas = client_0.schemas
|
182
|
+
@maps = client_0.maps
|
183
|
+
@partners = client_0.partners
|
184
|
+
@agreements = client_0.agreements
|
185
|
+
@certificates = client_0.certificates
|
186
|
+
@sessions = client_0.sessions
|
187
|
+
|
188
|
+
@model_classes = ModelClasses.new
|
189
|
+
end
|
190
|
+
|
191
|
+
class ModelClasses
|
192
|
+
def integration_account_partner_filter
|
193
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter
|
194
|
+
end
|
195
|
+
def resource
|
196
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::Resource
|
197
|
+
end
|
198
|
+
def as2_message_connection_settings
|
199
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::AS2MessageConnectionSettings
|
200
|
+
end
|
201
|
+
def resource_reference
|
202
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::ResourceReference
|
203
|
+
end
|
204
|
+
def as2_acknowledgement_connection_settings
|
205
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::AS2AcknowledgementConnectionSettings
|
206
|
+
end
|
207
|
+
def workflow_parameter
|
208
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowParameter
|
209
|
+
end
|
210
|
+
def as2_mdn_settings
|
211
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::AS2MdnSettings
|
212
|
+
end
|
213
|
+
def workflow_filter
|
214
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowFilter
|
215
|
+
end
|
216
|
+
def as2_security_settings
|
217
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::AS2SecuritySettings
|
218
|
+
end
|
219
|
+
def key_vault_key_reference_key_vault
|
220
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReferenceKeyVault
|
221
|
+
end
|
222
|
+
def workflow_version_list_result
|
223
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersionListResult
|
224
|
+
end
|
225
|
+
def integration_account_partner_list_result
|
226
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerListResult
|
227
|
+
end
|
228
|
+
def recurrence_schedule
|
229
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceSchedule
|
230
|
+
end
|
231
|
+
def sub_resource
|
232
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::SubResource
|
233
|
+
end
|
234
|
+
def sku
|
235
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::Sku
|
236
|
+
end
|
237
|
+
def workflow_trigger_list_result
|
238
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListResult
|
239
|
+
end
|
240
|
+
def workflow_trigger_list_callback_url_queries
|
241
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListCallbackUrlQueries
|
242
|
+
end
|
243
|
+
def integration_account_agreement_list_result
|
244
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementListResult
|
245
|
+
end
|
246
|
+
def correlation
|
247
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::Correlation
|
248
|
+
end
|
249
|
+
def workflow_list_result
|
250
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowListResult
|
251
|
+
end
|
252
|
+
def content_link
|
253
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink
|
254
|
+
end
|
255
|
+
def integration_account_agreement_filter
|
256
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementFilter
|
257
|
+
end
|
258
|
+
def workflow_trigger_history_list_result
|
259
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryListResult
|
260
|
+
end
|
261
|
+
def as2_validation_settings
|
262
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::AS2ValidationSettings
|
263
|
+
end
|
264
|
+
def workflow_run_trigger
|
265
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunTrigger
|
266
|
+
end
|
267
|
+
def as2_envelope_settings
|
268
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::AS2EnvelopeSettings
|
269
|
+
end
|
270
|
+
def operation_display
|
271
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::OperationDisplay
|
272
|
+
end
|
273
|
+
def as2_error_settings
|
274
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::AS2ErrorSettings
|
275
|
+
end
|
276
|
+
def workflow_run_list_result
|
277
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunListResult
|
278
|
+
end
|
279
|
+
def as2_protocol_settings
|
280
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::AS2ProtocolSettings
|
281
|
+
end
|
282
|
+
def error_response
|
283
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::ErrorResponse
|
284
|
+
end
|
285
|
+
def as2_one_way_agreement
|
286
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::AS2OneWayAgreement
|
287
|
+
end
|
288
|
+
def integration_account_session_list_result
|
289
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionListResult
|
290
|
+
end
|
291
|
+
def as2_agreement_content
|
292
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::AS2AgreementContent
|
293
|
+
end
|
294
|
+
def workflow_run_action_list_result
|
295
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionListResult
|
296
|
+
end
|
297
|
+
def x12_validation_settings
|
298
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationSettings
|
299
|
+
end
|
300
|
+
def generate_upgraded_definition_parameters
|
301
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters
|
302
|
+
end
|
303
|
+
def x12_framing_settings
|
304
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::X12FramingSettings
|
305
|
+
end
|
306
|
+
def integration_account_session_filter
|
307
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter
|
308
|
+
end
|
309
|
+
def x12_envelope_settings
|
310
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeSettings
|
311
|
+
end
|
312
|
+
def get_callback_url_parameters
|
313
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters
|
314
|
+
end
|
315
|
+
def x12_acknowledgement_settings
|
316
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::X12AcknowledgementSettings
|
317
|
+
end
|
318
|
+
def integration_account_certificate_list_result
|
319
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificateListResult
|
320
|
+
end
|
321
|
+
def x12_message_filter
|
322
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageFilter
|
323
|
+
end
|
324
|
+
def integration_account_schema_filter
|
325
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter
|
326
|
+
end
|
327
|
+
def x12_security_settings
|
328
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::X12SecuritySettings
|
329
|
+
end
|
330
|
+
def key_vault_key_reference
|
331
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference
|
332
|
+
end
|
333
|
+
def x12_processing_settings
|
334
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::X12ProcessingSettings
|
335
|
+
end
|
336
|
+
def integration_account_map_filter
|
337
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter
|
338
|
+
end
|
339
|
+
def x12_envelope_override
|
340
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeOverride
|
341
|
+
end
|
342
|
+
def b2_bpartner_content
|
343
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::B2BPartnerContent
|
344
|
+
end
|
345
|
+
def x12_validation_override
|
346
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationOverride
|
347
|
+
end
|
348
|
+
def recurrence_schedule_occurrence
|
349
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceScheduleOccurrence
|
350
|
+
end
|
351
|
+
def x12_message_identifier
|
352
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageIdentifier
|
353
|
+
end
|
354
|
+
def workflow_trigger_filter
|
355
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerFilter
|
356
|
+
end
|
357
|
+
def x12_schema_reference
|
358
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::X12SchemaReference
|
359
|
+
end
|
360
|
+
def content_hash
|
361
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::ContentHash
|
362
|
+
end
|
363
|
+
def x12_delimiter_overrides
|
364
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::X12DelimiterOverrides
|
365
|
+
end
|
366
|
+
def workflow_trigger_history_filter
|
367
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryFilter
|
368
|
+
end
|
369
|
+
def x12_protocol_settings
|
370
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::X12ProtocolSettings
|
371
|
+
end
|
372
|
+
def workflow_run_filter
|
373
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunFilter
|
374
|
+
end
|
375
|
+
def x12_one_way_agreement
|
376
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::X12OneWayAgreement
|
377
|
+
end
|
378
|
+
def retry_history
|
379
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::RetryHistory
|
380
|
+
end
|
381
|
+
def x12_agreement_content
|
382
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::X12AgreementContent
|
383
|
+
end
|
384
|
+
def regenerate_action_parameter
|
385
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::RegenerateActionParameter
|
386
|
+
end
|
387
|
+
def edifact_validation_settings
|
388
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationSettings
|
389
|
+
end
|
390
|
+
def integration_account_list_result
|
391
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountListResult
|
392
|
+
end
|
393
|
+
def edifact_framing_settings
|
394
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::EdifactFramingSettings
|
395
|
+
end
|
396
|
+
def integration_account_schema_list_result
|
397
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaListResult
|
398
|
+
end
|
399
|
+
def edifact_envelope_settings
|
400
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::EdifactEnvelopeSettings
|
401
|
+
end
|
402
|
+
def integration_account_map_list_result
|
403
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapListResult
|
404
|
+
end
|
405
|
+
def edifact_acknowledgement_settings
|
406
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAcknowledgementSettings
|
407
|
+
end
|
408
|
+
def partner_content
|
409
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::PartnerContent
|
410
|
+
end
|
411
|
+
def edifact_message_filter
|
412
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageFilter
|
413
|
+
end
|
414
|
+
def workflow_trigger_callback_url
|
415
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerCallbackUrl
|
416
|
+
end
|
417
|
+
def edifact_processing_settings
|
418
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProcessingSettings
|
419
|
+
end
|
420
|
+
def operation
|
421
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::Operation
|
422
|
+
end
|
423
|
+
def edifact_envelope_override
|
424
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::EdifactEnvelopeOverride
|
425
|
+
end
|
426
|
+
def workflow_run_action_filter
|
427
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionFilter
|
428
|
+
end
|
429
|
+
def edifact_message_identifier
|
430
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageIdentifier
|
431
|
+
end
|
432
|
+
def callback_url
|
433
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::CallbackUrl
|
434
|
+
end
|
435
|
+
def edifact_schema_reference
|
436
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::EdifactSchemaReference
|
437
|
+
end
|
438
|
+
def business_identity
|
439
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::BusinessIdentity
|
440
|
+
end
|
441
|
+
def edifact_validation_override
|
442
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationOverride
|
443
|
+
end
|
444
|
+
def operation_list_result
|
445
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::OperationListResult
|
446
|
+
end
|
447
|
+
def edifact_delimiter_override
|
448
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDelimiterOverride
|
449
|
+
end
|
450
|
+
def integration_account_sku
|
451
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSku
|
452
|
+
end
|
453
|
+
def edifact_protocol_settings
|
454
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProtocolSettings
|
455
|
+
end
|
456
|
+
def workflow_trigger_recurrence
|
457
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerRecurrence
|
458
|
+
end
|
459
|
+
def edifact_one_way_agreement
|
460
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::EdifactOneWayAgreement
|
461
|
+
end
|
462
|
+
def integration_account_map_properties_parameters_schema
|
463
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapPropertiesParametersSchema
|
464
|
+
end
|
465
|
+
def edifact_agreement_content
|
466
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAgreementContent
|
467
|
+
end
|
468
|
+
def error_properties
|
469
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::ErrorProperties
|
470
|
+
end
|
471
|
+
def agreement_content
|
472
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::AgreementContent
|
473
|
+
end
|
474
|
+
def workflow
|
475
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::Workflow
|
476
|
+
end
|
477
|
+
def workflow_version
|
478
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersion
|
479
|
+
end
|
480
|
+
def workflow_trigger
|
481
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTrigger
|
482
|
+
end
|
483
|
+
def workflow_trigger_history
|
484
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistory
|
485
|
+
end
|
486
|
+
def workflow_output_parameter
|
487
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowOutputParameter
|
488
|
+
end
|
489
|
+
def workflow_run
|
490
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRun
|
491
|
+
end
|
492
|
+
def workflow_run_action
|
493
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunAction
|
494
|
+
end
|
495
|
+
def integration_account
|
496
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccount
|
497
|
+
end
|
498
|
+
def integration_account_schema
|
499
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchema
|
500
|
+
end
|
501
|
+
def integration_account_map
|
502
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMap
|
503
|
+
end
|
504
|
+
def integration_account_partner
|
505
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartner
|
506
|
+
end
|
507
|
+
def integration_account_agreement
|
508
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreement
|
509
|
+
end
|
510
|
+
def integration_account_certificate
|
511
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificate
|
512
|
+
end
|
513
|
+
def integration_account_session
|
514
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSession
|
515
|
+
end
|
516
|
+
def workflow_provisioning_state
|
517
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowProvisioningState
|
518
|
+
end
|
519
|
+
def workflow_state
|
520
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowState
|
521
|
+
end
|
522
|
+
def sku_name
|
523
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::SkuName
|
524
|
+
end
|
525
|
+
def parameter_type
|
526
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType
|
527
|
+
end
|
528
|
+
def workflow_trigger_provisioning_state
|
529
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerProvisioningState
|
530
|
+
end
|
531
|
+
def workflow_status
|
532
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowStatus
|
533
|
+
end
|
534
|
+
def recurrence_frequency
|
535
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceFrequency
|
536
|
+
end
|
537
|
+
def days_of_week
|
538
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek
|
539
|
+
end
|
540
|
+
def day_of_week
|
541
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::DayOfWeek
|
542
|
+
end
|
543
|
+
def key_type
|
544
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::KeyType
|
545
|
+
end
|
546
|
+
def integration_account_sku_name
|
547
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName
|
548
|
+
end
|
549
|
+
def schema_type
|
550
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType
|
551
|
+
end
|
552
|
+
def map_type
|
553
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::MapType
|
554
|
+
end
|
555
|
+
def partner_type
|
556
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::PartnerType
|
557
|
+
end
|
558
|
+
def agreement_type
|
559
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType
|
560
|
+
end
|
561
|
+
def hashing_algorithm
|
562
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::HashingAlgorithm
|
563
|
+
end
|
564
|
+
def encryption_algorithm
|
565
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::EncryptionAlgorithm
|
566
|
+
end
|
567
|
+
def signing_algorithm
|
568
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::SigningAlgorithm
|
569
|
+
end
|
570
|
+
def trailing_separator_policy
|
571
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::TrailingSeparatorPolicy
|
572
|
+
end
|
573
|
+
def x12_character_set
|
574
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::X12CharacterSet
|
575
|
+
end
|
576
|
+
def segment_terminator_suffix
|
577
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::SegmentTerminatorSuffix
|
578
|
+
end
|
579
|
+
def x12_date_format
|
580
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::X12DateFormat
|
581
|
+
end
|
582
|
+
def x12_time_format
|
583
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::X12TimeFormat
|
584
|
+
end
|
585
|
+
def usage_indicator
|
586
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::UsageIndicator
|
587
|
+
end
|
588
|
+
def message_filter_type
|
589
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType
|
590
|
+
end
|
591
|
+
def edifact_character_set
|
592
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::EdifactCharacterSet
|
593
|
+
end
|
594
|
+
def edifact_decimal_indicator
|
595
|
+
Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDecimalIndicator
|
596
|
+
end
|
597
|
+
end
|
598
|
+
end
|
599
|
+
end
|
600
|
+
end
|