azure_mgmt_healthcare_apis 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis.rb +69 -0
  4. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/healthcare_apis_management_client.rb +147 -0
  5. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/azure_entity_resource.rb +77 -0
  6. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/check_name_availability_parameters.rb +58 -0
  7. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/error_details.rb +47 -0
  8. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/error_details_internal.rb +71 -0
  9. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/kind.rb +17 -0
  10. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/managed_service_identity_type.rb +16 -0
  11. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/operation.rb +73 -0
  12. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/operation_display.rb +83 -0
  13. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/operation_list_result.rb +102 -0
  14. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/operation_result_status.rb +19 -0
  15. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/operation_results_description.rb +97 -0
  16. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_endpoint.rb +47 -0
  17. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_endpoint_connection.rb +101 -0
  18. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_endpoint_connection_list_result.rb +57 -0
  19. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_endpoint_connection_provisioning_state.rb +18 -0
  20. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_endpoint_service_connection_status.rb +17 -0
  21. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_link_resource.rb +115 -0
  22. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_link_resource_list_result.rb +55 -0
  23. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_link_service_connection_state.rb +72 -0
  24. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/provisioning_state.rb +23 -0
  25. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/proxy_resource.rb +65 -0
  26. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/public_network_access.rb +16 -0
  27. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/resource.rb +86 -0
  28. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/service_access_policy_entry.rb +50 -0
  29. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/service_authentication_configuration_info.rb +68 -0
  30. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/service_cors_configuration_info.rb +118 -0
  31. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/service_cosmos_db_configuration_info.rb +62 -0
  32. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/service_export_configuration_info.rb +46 -0
  33. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/service_name_unavailability_reason.rb +16 -0
  34. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_description.rb +127 -0
  35. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_description_list_result.rb +100 -0
  36. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_name_availability_info.rb +73 -0
  37. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_patch_description.rb +67 -0
  38. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_properties.rb +156 -0
  39. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_resource.rb +142 -0
  40. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_resource_identity.rb +73 -0
  41. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/tracked_resource.rb +95 -0
  42. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/module_definition.rb +9 -0
  43. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/operation_results.rb +129 -0
  44. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/operations.rb +219 -0
  45. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/private_endpoint_connections.rb +557 -0
  46. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/private_link_resources.rb +233 -0
  47. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/services.rb +1103 -0
  48. data/lib/azure_mgmt_healthcare_apis.rb +6 -0
  49. data/lib/module_definition.rb +7 -0
  50. data/lib/profiles/latest/healthcareapis_latest_profile_client.rb +40 -0
  51. data/lib/profiles/latest/healthcareapis_module_definition.rb +8 -0
  52. data/lib/profiles/latest/modules/healthcareapis_profile_module.rb +217 -0
  53. data/lib/version.rb +7 -0
  54. metadata +169 -0
@@ -0,0 +1,46 @@
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::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # Export operation configuration information
10
+ #
11
+ class ServiceExportConfigurationInfo
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] The name of the default export storage account.
16
+ attr_accessor :storage_account_name
17
+
18
+
19
+ #
20
+ # Mapper for ServiceExportConfigurationInfo class as Ruby Hash.
21
+ # This will be used for serialization/deserialization.
22
+ #
23
+ def self.mapper()
24
+ {
25
+ client_side_validation: true,
26
+ required: false,
27
+ serialized_name: 'ServiceExportConfigurationInfo',
28
+ type: {
29
+ name: 'Composite',
30
+ class_name: 'ServiceExportConfigurationInfo',
31
+ model_properties: {
32
+ storage_account_name: {
33
+ client_side_validation: true,
34
+ required: false,
35
+ serialized_name: 'storageAccountName',
36
+ type: {
37
+ name: 'String'
38
+ }
39
+ }
40
+ }
41
+ }
42
+ }
43
+ end
44
+ end
45
+ end
46
+ end
@@ -0,0 +1,16 @@
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::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # Defines values for ServiceNameUnavailabilityReason
10
+ #
11
+ module ServiceNameUnavailabilityReason
12
+ Invalid = "Invalid"
13
+ AlreadyExists = "AlreadyExists"
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,127 @@
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::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # The description of the service.
10
+ #
11
+ class ServicesDescription < ServicesResource
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [ServicesProperties] The common properties of a service.
16
+ attr_accessor :properties
17
+
18
+
19
+ #
20
+ # Mapper for ServicesDescription class as Ruby Hash.
21
+ # This will be used for serialization/deserialization.
22
+ #
23
+ def self.mapper()
24
+ {
25
+ client_side_validation: true,
26
+ required: false,
27
+ serialized_name: 'ServicesDescription',
28
+ type: {
29
+ name: 'Composite',
30
+ class_name: 'ServicesDescription',
31
+ model_properties: {
32
+ id: {
33
+ client_side_validation: true,
34
+ required: false,
35
+ read_only: true,
36
+ serialized_name: 'id',
37
+ type: {
38
+ name: 'String'
39
+ }
40
+ },
41
+ name: {
42
+ client_side_validation: true,
43
+ required: false,
44
+ read_only: true,
45
+ serialized_name: 'name',
46
+ constraints: {
47
+ Pattern: '^[a-z0-9][a-z0-9-]{1,21}[a-z0-9]$'
48
+ },
49
+ type: {
50
+ name: 'String'
51
+ }
52
+ },
53
+ type: {
54
+ client_side_validation: true,
55
+ required: false,
56
+ read_only: true,
57
+ serialized_name: 'type',
58
+ type: {
59
+ name: 'String'
60
+ }
61
+ },
62
+ kind: {
63
+ client_side_validation: true,
64
+ required: true,
65
+ serialized_name: 'kind',
66
+ type: {
67
+ name: 'Enum',
68
+ module: 'Kind'
69
+ }
70
+ },
71
+ location: {
72
+ client_side_validation: true,
73
+ required: true,
74
+ serialized_name: 'location',
75
+ type: {
76
+ name: 'String'
77
+ }
78
+ },
79
+ tags: {
80
+ client_side_validation: true,
81
+ required: false,
82
+ serialized_name: 'tags',
83
+ type: {
84
+ name: 'Dictionary',
85
+ value: {
86
+ client_side_validation: true,
87
+ required: false,
88
+ serialized_name: 'StringElementType',
89
+ type: {
90
+ name: 'String'
91
+ }
92
+ }
93
+ }
94
+ },
95
+ etag: {
96
+ client_side_validation: true,
97
+ required: false,
98
+ serialized_name: 'etag',
99
+ type: {
100
+ name: 'String'
101
+ }
102
+ },
103
+ identity: {
104
+ client_side_validation: true,
105
+ required: false,
106
+ serialized_name: 'identity',
107
+ type: {
108
+ name: 'Composite',
109
+ class_name: 'ServicesResourceIdentity'
110
+ }
111
+ },
112
+ properties: {
113
+ client_side_validation: true,
114
+ required: false,
115
+ serialized_name: 'properties',
116
+ type: {
117
+ name: 'Composite',
118
+ class_name: 'ServicesProperties'
119
+ }
120
+ }
121
+ }
122
+ }
123
+ }
124
+ end
125
+ end
126
+ end
127
+ end
@@ -0,0 +1,100 @@
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::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # A list of service description objects with a next link.
10
+ #
11
+ class ServicesDescriptionListResult
12
+
13
+ include MsRestAzure
14
+
15
+ include MsRest::JSONable
16
+ # @return [String] The link used to get the next page of service
17
+ # description objects.
18
+ attr_accessor :next_link
19
+
20
+ # @return [Array<ServicesDescription>] A list of service description
21
+ # objects.
22
+ attr_accessor :value
23
+
24
+ # return [Proc] with next page method call.
25
+ attr_accessor :next_method
26
+
27
+ #
28
+ # Gets the rest of the items for the request, enabling auto-pagination.
29
+ #
30
+ # @return [Array<ServicesDescription>] operation results.
31
+ #
32
+ def get_all_items
33
+ items = @value
34
+ page = self
35
+ while page.next_link != nil && !page.next_link.strip.empty? do
36
+ page = page.get_next_page
37
+ items.concat(page.value)
38
+ end
39
+ items
40
+ end
41
+
42
+ #
43
+ # Gets the next page of results.
44
+ #
45
+ # @return [ServicesDescriptionListResult] with next page content.
46
+ #
47
+ def get_next_page
48
+ response = @next_method.call(@next_link).value! unless @next_method.nil?
49
+ unless response.nil?
50
+ @next_link = response.body.next_link
51
+ @value = response.body.value
52
+ self
53
+ end
54
+ end
55
+
56
+ #
57
+ # Mapper for ServicesDescriptionListResult class as Ruby Hash.
58
+ # This will be used for serialization/deserialization.
59
+ #
60
+ def self.mapper()
61
+ {
62
+ client_side_validation: true,
63
+ required: false,
64
+ serialized_name: 'ServicesDescriptionListResult',
65
+ type: {
66
+ name: 'Composite',
67
+ class_name: 'ServicesDescriptionListResult',
68
+ model_properties: {
69
+ next_link: {
70
+ client_side_validation: true,
71
+ required: false,
72
+ serialized_name: 'nextLink',
73
+ type: {
74
+ name: 'String'
75
+ }
76
+ },
77
+ value: {
78
+ client_side_validation: true,
79
+ required: false,
80
+ serialized_name: 'value',
81
+ type: {
82
+ name: 'Sequence',
83
+ element: {
84
+ client_side_validation: true,
85
+ required: false,
86
+ serialized_name: 'ServicesDescriptionElementType',
87
+ type: {
88
+ name: 'Composite',
89
+ class_name: 'ServicesDescription'
90
+ }
91
+ }
92
+ }
93
+ }
94
+ }
95
+ }
96
+ }
97
+ end
98
+ end
99
+ end
100
+ end
@@ -0,0 +1,73 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # The properties indicating whether a given service name is available.
10
+ #
11
+ class ServicesNameAvailabilityInfo
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [Boolean] The value which indicates whether the provided name
16
+ # is available.
17
+ attr_accessor :name_available
18
+
19
+ # @return [ServiceNameUnavailabilityReason] The reason for
20
+ # unavailability. Possible values include: 'Invalid', 'AlreadyExists'
21
+ attr_accessor :reason
22
+
23
+ # @return [String] The detailed reason message.
24
+ attr_accessor :message
25
+
26
+
27
+ #
28
+ # Mapper for ServicesNameAvailabilityInfo class as Ruby Hash.
29
+ # This will be used for serialization/deserialization.
30
+ #
31
+ def self.mapper()
32
+ {
33
+ client_side_validation: true,
34
+ required: false,
35
+ serialized_name: 'ServicesNameAvailabilityInfo',
36
+ type: {
37
+ name: 'Composite',
38
+ class_name: 'ServicesNameAvailabilityInfo',
39
+ model_properties: {
40
+ name_available: {
41
+ client_side_validation: true,
42
+ required: false,
43
+ read_only: true,
44
+ serialized_name: 'nameAvailable',
45
+ type: {
46
+ name: 'Boolean'
47
+ }
48
+ },
49
+ reason: {
50
+ client_side_validation: true,
51
+ required: false,
52
+ read_only: true,
53
+ serialized_name: 'reason',
54
+ type: {
55
+ name: 'Enum',
56
+ module: 'ServiceNameUnavailabilityReason'
57
+ }
58
+ },
59
+ message: {
60
+ client_side_validation: true,
61
+ required: false,
62
+ serialized_name: 'message',
63
+ type: {
64
+ name: 'String'
65
+ }
66
+ }
67
+ }
68
+ }
69
+ }
70
+ end
71
+ end
72
+ end
73
+ end
@@ -0,0 +1,67 @@
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::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # The description of the service.
10
+ #
11
+ class ServicesPatchDescription
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [Hash{String => String}] Instance tags
16
+ attr_accessor :tags
17
+
18
+ # @return [PublicNetworkAccess] Control permission for data plane traffic
19
+ # coming from public networks while private endpoint is enabled. Possible
20
+ # values include: 'Enabled', 'Disabled'
21
+ attr_accessor :public_network_access
22
+
23
+
24
+ #
25
+ # Mapper for ServicesPatchDescription class as Ruby Hash.
26
+ # This will be used for serialization/deserialization.
27
+ #
28
+ def self.mapper()
29
+ {
30
+ client_side_validation: true,
31
+ required: false,
32
+ serialized_name: 'ServicesPatchDescription',
33
+ type: {
34
+ name: 'Composite',
35
+ class_name: 'ServicesPatchDescription',
36
+ model_properties: {
37
+ tags: {
38
+ client_side_validation: true,
39
+ required: false,
40
+ serialized_name: 'tags',
41
+ type: {
42
+ name: 'Dictionary',
43
+ value: {
44
+ client_side_validation: true,
45
+ required: false,
46
+ serialized_name: 'StringElementType',
47
+ type: {
48
+ name: 'String'
49
+ }
50
+ }
51
+ }
52
+ },
53
+ public_network_access: {
54
+ client_side_validation: true,
55
+ required: false,
56
+ serialized_name: 'properties.publicNetworkAccess',
57
+ type: {
58
+ name: 'String'
59
+ }
60
+ }
61
+ }
62
+ }
63
+ }
64
+ end
65
+ end
66
+ end
67
+ end
@@ -0,0 +1,156 @@
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::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # The properties of a service instance.
10
+ #
11
+ class ServicesProperties
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [ProvisioningState] The provisioning state. Possible values
16
+ # include: 'Deleting', 'Succeeded', 'Creating', 'Accepted', 'Verifying',
17
+ # 'Updating', 'Failed', 'Canceled', 'Deprovisioned'
18
+ attr_accessor :provisioning_state
19
+
20
+ # @return [Array<ServiceAccessPolicyEntry>] The access policies of the
21
+ # service instance.
22
+ attr_accessor :access_policies
23
+
24
+ # @return [ServiceCosmosDbConfigurationInfo] The settings for the Cosmos
25
+ # DB database backing the service.
26
+ attr_accessor :cosmos_db_configuration
27
+
28
+ # @return [ServiceAuthenticationConfigurationInfo] The authentication
29
+ # configuration for the service instance.
30
+ attr_accessor :authentication_configuration
31
+
32
+ # @return [ServiceCorsConfigurationInfo] The settings for the CORS
33
+ # configuration of the service instance.
34
+ attr_accessor :cors_configuration
35
+
36
+ # @return [ServiceExportConfigurationInfo] The settings for the export
37
+ # operation of the service instance.
38
+ attr_accessor :export_configuration
39
+
40
+ # @return [Array<PrivateEndpointConnection>] The list of private endpoint
41
+ # connections that are set up for this resource.
42
+ attr_accessor :private_endpoint_connections
43
+
44
+ # @return [PublicNetworkAccess] Control permission for data plane traffic
45
+ # coming from public networks while private endpoint is enabled. Possible
46
+ # values include: 'Enabled', 'Disabled'
47
+ attr_accessor :public_network_access
48
+
49
+
50
+ #
51
+ # Mapper for ServicesProperties class as Ruby Hash.
52
+ # This will be used for serialization/deserialization.
53
+ #
54
+ def self.mapper()
55
+ {
56
+ client_side_validation: true,
57
+ required: false,
58
+ serialized_name: 'ServicesProperties',
59
+ type: {
60
+ name: 'Composite',
61
+ class_name: 'ServicesProperties',
62
+ model_properties: {
63
+ provisioning_state: {
64
+ client_side_validation: true,
65
+ required: false,
66
+ read_only: true,
67
+ serialized_name: 'provisioningState',
68
+ type: {
69
+ name: 'String'
70
+ }
71
+ },
72
+ access_policies: {
73
+ client_side_validation: true,
74
+ required: false,
75
+ serialized_name: 'accessPolicies',
76
+ type: {
77
+ name: 'Sequence',
78
+ element: {
79
+ client_side_validation: true,
80
+ required: false,
81
+ serialized_name: 'ServiceAccessPolicyEntryElementType',
82
+ type: {
83
+ name: 'Composite',
84
+ class_name: 'ServiceAccessPolicyEntry'
85
+ }
86
+ }
87
+ }
88
+ },
89
+ cosmos_db_configuration: {
90
+ client_side_validation: true,
91
+ required: false,
92
+ serialized_name: 'cosmosDbConfiguration',
93
+ type: {
94
+ name: 'Composite',
95
+ class_name: 'ServiceCosmosDbConfigurationInfo'
96
+ }
97
+ },
98
+ authentication_configuration: {
99
+ client_side_validation: true,
100
+ required: false,
101
+ serialized_name: 'authenticationConfiguration',
102
+ type: {
103
+ name: 'Composite',
104
+ class_name: 'ServiceAuthenticationConfigurationInfo'
105
+ }
106
+ },
107
+ cors_configuration: {
108
+ client_side_validation: true,
109
+ required: false,
110
+ serialized_name: 'corsConfiguration',
111
+ type: {
112
+ name: 'Composite',
113
+ class_name: 'ServiceCorsConfigurationInfo'
114
+ }
115
+ },
116
+ export_configuration: {
117
+ client_side_validation: true,
118
+ required: false,
119
+ serialized_name: 'exportConfiguration',
120
+ type: {
121
+ name: 'Composite',
122
+ class_name: 'ServiceExportConfigurationInfo'
123
+ }
124
+ },
125
+ private_endpoint_connections: {
126
+ client_side_validation: true,
127
+ required: false,
128
+ serialized_name: 'privateEndpointConnections',
129
+ type: {
130
+ name: 'Sequence',
131
+ element: {
132
+ client_side_validation: true,
133
+ required: false,
134
+ serialized_name: 'PrivateEndpointConnectionElementType',
135
+ type: {
136
+ name: 'Composite',
137
+ class_name: 'PrivateEndpointConnection'
138
+ }
139
+ }
140
+ }
141
+ },
142
+ public_network_access: {
143
+ client_side_validation: true,
144
+ required: false,
145
+ serialized_name: 'publicNetworkAccess',
146
+ type: {
147
+ name: 'String'
148
+ }
149
+ }
150
+ }
151
+ }
152
+ }
153
+ end
154
+ end
155
+ end
156
+ end