azure_sdk 0.25.3 → 0.25.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/latest/latest_profile_client.rb +31 -1
- data/lib/latest/modules/compute_profile_module.rb +722 -668
- data/lib/latest/modules/eventhub_profile_module.rb +55 -19
- data/lib/latest/modules/hdinsight_profile_module.rb +94 -82
- data/lib/latest/modules/postgresql_profile_module.rb +229 -0
- data/lib/latest/modules/reservations_profile_module.rb +189 -0
- data/lib/latest/modules/serialconsole_profile_module.rb +73 -0
- data/lib/latest/modules/servicebus_profile_module.rb +102 -70
- metadata +15 -12
@@ -13,26 +13,35 @@ module Azure::Profiles::Latest
|
|
13
13
|
Namespaces = Azure::EventHub::Mgmt::V2018_01_01_preview::Namespaces
|
14
14
|
|
15
15
|
module Models
|
16
|
-
|
16
|
+
EHNamespaceIdListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespaceIdListResult
|
17
17
|
OperationDisplay = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationDisplay
|
18
|
-
|
18
|
+
Sku = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Sku
|
19
19
|
OperationListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationListResult
|
20
|
+
Operation = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Operation
|
21
|
+
Subnet = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Subnet
|
22
|
+
AvailableClustersList = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::AvailableClustersList
|
23
|
+
ClusterSku = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterSku
|
24
|
+
ClusterQuotaConfigurationProperties = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties
|
20
25
|
VirtualNetworkRuleListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRuleListResult
|
21
26
|
Resource = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Resource
|
22
|
-
|
23
|
-
Sku = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Sku
|
27
|
+
EHNamespaceListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespaceListResult
|
24
28
|
ClusterListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterListResult
|
29
|
+
NWRuleSetVirtualNetworkRules = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::NWRuleSetVirtualNetworkRules
|
30
|
+
EHNamespaceIdContainer = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespaceIdContainer
|
25
31
|
IpFilterRuleListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRuleListResult
|
26
|
-
|
27
|
-
|
32
|
+
ErrorResponse = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ErrorResponse
|
33
|
+
NWRuleSetIpRules = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::NWRuleSetIpRules
|
28
34
|
TrackedResource = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::TrackedResource
|
29
35
|
Cluster = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Cluster
|
30
36
|
EHNamespace = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespace
|
31
37
|
IpFilterRule = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRule
|
32
38
|
VirtualNetworkRule = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRule
|
39
|
+
NetworkRuleSet = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::NetworkRuleSet
|
33
40
|
SkuName = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuName
|
34
41
|
SkuTier = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuTier
|
35
42
|
IPAction = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IPAction
|
43
|
+
NetworkRuleIPAction = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::NetworkRuleIPAction
|
44
|
+
DefaultAction = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::DefaultAction
|
36
45
|
end
|
37
46
|
|
38
47
|
class EventHubManagementClass
|
@@ -68,41 +77,59 @@ module Azure::Profiles::Latest
|
|
68
77
|
end
|
69
78
|
|
70
79
|
class ModelClasses
|
71
|
-
def
|
72
|
-
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::
|
80
|
+
def ehnamespace_id_list_result
|
81
|
+
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespaceIdListResult
|
73
82
|
end
|
74
83
|
def operation_display
|
75
84
|
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationDisplay
|
76
85
|
end
|
77
|
-
def
|
78
|
-
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::
|
86
|
+
def sku
|
87
|
+
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Sku
|
79
88
|
end
|
80
89
|
def operation_list_result
|
81
90
|
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationListResult
|
82
91
|
end
|
92
|
+
def operation
|
93
|
+
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Operation
|
94
|
+
end
|
95
|
+
def subnet
|
96
|
+
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Subnet
|
97
|
+
end
|
98
|
+
def available_clusters_list
|
99
|
+
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::AvailableClustersList
|
100
|
+
end
|
101
|
+
def cluster_sku
|
102
|
+
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterSku
|
103
|
+
end
|
104
|
+
def cluster_quota_configuration_properties
|
105
|
+
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties
|
106
|
+
end
|
83
107
|
def virtual_network_rule_list_result
|
84
108
|
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRuleListResult
|
85
109
|
end
|
86
110
|
def resource
|
87
111
|
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Resource
|
88
112
|
end
|
89
|
-
def
|
90
|
-
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::
|
91
|
-
end
|
92
|
-
def sku
|
93
|
-
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Sku
|
113
|
+
def ehnamespace_list_result
|
114
|
+
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespaceListResult
|
94
115
|
end
|
95
116
|
def cluster_list_result
|
96
117
|
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterListResult
|
97
118
|
end
|
119
|
+
def nwrule_set_virtual_network_rules
|
120
|
+
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::NWRuleSetVirtualNetworkRules
|
121
|
+
end
|
122
|
+
def ehnamespace_id_container
|
123
|
+
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespaceIdContainer
|
124
|
+
end
|
98
125
|
def ip_filter_rule_list_result
|
99
126
|
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRuleListResult
|
100
127
|
end
|
101
|
-
def
|
102
|
-
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::
|
128
|
+
def error_response
|
129
|
+
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ErrorResponse
|
103
130
|
end
|
104
|
-
def
|
105
|
-
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::
|
131
|
+
def nwrule_set_ip_rules
|
132
|
+
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::NWRuleSetIpRules
|
106
133
|
end
|
107
134
|
def tracked_resource
|
108
135
|
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::TrackedResource
|
@@ -119,6 +146,9 @@ module Azure::Profiles::Latest
|
|
119
146
|
def virtual_network_rule
|
120
147
|
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRule
|
121
148
|
end
|
149
|
+
def network_rule_set
|
150
|
+
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::NetworkRuleSet
|
151
|
+
end
|
122
152
|
def sku_name
|
123
153
|
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuName
|
124
154
|
end
|
@@ -128,6 +158,12 @@ module Azure::Profiles::Latest
|
|
128
158
|
def ipaction
|
129
159
|
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IPAction
|
130
160
|
end
|
161
|
+
def network_rule_ipaction
|
162
|
+
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::NetworkRuleIPAction
|
163
|
+
end
|
164
|
+
def default_action
|
165
|
+
Azure::EventHub::Mgmt::V2018_01_01_preview::Models::DefaultAction
|
166
|
+
end
|
131
167
|
end
|
132
168
|
end
|
133
169
|
end
|
@@ -17,56 +17,59 @@ module Azure::Profiles::Latest
|
|
17
17
|
Operations = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Operations
|
18
18
|
|
19
19
|
module Models
|
20
|
-
ScriptActionExecutionSummary = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionSummary
|
21
|
-
ClusterDefinition = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
22
20
|
ClusterListPersistedScriptActionsResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListPersistedScriptActionsResult
|
23
|
-
|
21
|
+
ScriptActionExecutionSummary = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionSummary
|
24
22
|
SecurityProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
|
25
|
-
|
26
|
-
SshProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
|
23
|
+
VirtualNetworkProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VirtualNetworkProfile
|
27
24
|
ClusterListRuntimeScriptActionDetailResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListRuntimeScriptActionDetailResult
|
28
|
-
|
25
|
+
SshPublicKey = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshPublicKey
|
29
26
|
ClusterListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
|
30
|
-
|
27
|
+
LinuxOperatingSystemProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LinuxOperatingSystemProfile
|
31
28
|
ClusterResizeParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
32
|
-
|
29
|
+
ScriptAction = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptAction
|
33
30
|
ClusterDiskEncryptionParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDiskEncryptionParameters
|
34
|
-
|
31
|
+
ComputeProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeProfile
|
32
|
+
UpdateGatewaySettingsParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UpdateGatewaySettingsParameters
|
33
|
+
StorageProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageProfile
|
34
|
+
GatewaySettings = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::GatewaySettings
|
35
|
+
ClusterCreateProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateProperties
|
35
36
|
OperationResource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationResource
|
36
|
-
|
37
|
+
ClusterIdentity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentity
|
37
38
|
Resource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Resource
|
38
|
-
|
39
|
+
ClusterPatchParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterPatchParameters
|
39
40
|
OperationListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationListResult
|
40
|
-
|
41
|
+
Errors = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Errors
|
41
42
|
Operation = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Operation
|
42
|
-
|
43
|
+
ClusterGetProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterGetProperties
|
43
44
|
ErrorResponse = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ErrorResponse
|
44
|
-
ScriptActionsList = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionsList
|
45
45
|
RuntimeScriptAction = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptAction
|
46
46
|
ApplicationGetHttpsEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetHttpsEndpoint
|
47
|
-
|
47
|
+
ClusterDefinition = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
48
48
|
ApplicationGetEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetEndpoint
|
49
|
-
|
49
|
+
DataDisksGroups = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DataDisksGroups
|
50
50
|
ApplicationProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationProperties
|
51
|
-
|
51
|
+
OsProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
|
52
52
|
OperationDisplay = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationDisplay
|
53
|
-
|
53
|
+
StorageAccount = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageAccount
|
54
54
|
ApplicationListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationListResult
|
55
|
-
|
55
|
+
ClusterIdentityUserAssignedIdentitiesValue = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentityUserAssignedIdentitiesValue
|
56
56
|
LocalizedName = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LocalizedName
|
57
|
-
|
57
|
+
QuotaInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaInfo
|
58
58
|
Usage = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Usage
|
59
|
-
|
59
|
+
ScriptActionsList = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionsList
|
60
|
+
ExecuteScriptActionParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ExecuteScriptActionParameters
|
60
61
|
UsagesListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UsagesListResult
|
61
|
-
|
62
|
+
SshProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
|
63
|
+
ClusterConfigurations = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterConfigurations
|
64
|
+
DiskEncryptionProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskEncryptionProperties
|
62
65
|
Extension = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Extension
|
63
|
-
|
66
|
+
ConnectivityEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ConnectivityEndpoint
|
64
67
|
ClusterMonitoringResponse = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringResponse
|
65
|
-
|
68
|
+
Role = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
|
66
69
|
ClusterMonitoringRequest = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringRequest
|
67
|
-
|
70
|
+
HardwareProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HardwareProfile
|
68
71
|
ScriptActionExecutionHistoryList = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionHistoryList
|
69
|
-
|
72
|
+
ClusterCreateParametersExtended = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateParametersExtended
|
70
73
|
ScriptActionPersistedGetResponseSpec = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionPersistedGetResponseSpec
|
71
74
|
Cluster = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Cluster
|
72
75
|
RuntimeScriptActionDetail = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptActionDetail
|
@@ -119,155 +122,164 @@ module Azure::Profiles::Latest
|
|
119
122
|
end
|
120
123
|
|
121
124
|
class ModelClasses
|
122
|
-
def script_action_execution_summary
|
123
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionSummary
|
124
|
-
end
|
125
|
-
def cluster_definition
|
126
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
127
|
-
end
|
128
125
|
def cluster_list_persisted_script_actions_result
|
129
126
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListPersistedScriptActionsResult
|
130
127
|
end
|
131
|
-
def
|
132
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
128
|
+
def script_action_execution_summary
|
129
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionSummary
|
133
130
|
end
|
134
131
|
def security_profile
|
135
132
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
|
136
133
|
end
|
137
|
-
def
|
138
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
139
|
-
end
|
140
|
-
def ssh_profile
|
141
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
|
134
|
+
def virtual_network_profile
|
135
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VirtualNetworkProfile
|
142
136
|
end
|
143
137
|
def cluster_list_runtime_script_action_detail_result
|
144
138
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListRuntimeScriptActionDetailResult
|
145
139
|
end
|
146
|
-
def
|
147
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
140
|
+
def ssh_public_key
|
141
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshPublicKey
|
148
142
|
end
|
149
143
|
def cluster_list_result
|
150
144
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
|
151
145
|
end
|
152
|
-
def
|
153
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
146
|
+
def linux_operating_system_profile
|
147
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LinuxOperatingSystemProfile
|
154
148
|
end
|
155
149
|
def cluster_resize_parameters
|
156
150
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
157
151
|
end
|
158
|
-
def
|
159
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
152
|
+
def script_action
|
153
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptAction
|
160
154
|
end
|
161
155
|
def cluster_disk_encryption_parameters
|
162
156
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDiskEncryptionParameters
|
163
157
|
end
|
164
|
-
def
|
165
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
158
|
+
def compute_profile
|
159
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeProfile
|
160
|
+
end
|
161
|
+
def update_gateway_settings_parameters
|
162
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UpdateGatewaySettingsParameters
|
163
|
+
end
|
164
|
+
def storage_profile
|
165
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageProfile
|
166
|
+
end
|
167
|
+
def gateway_settings
|
168
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::GatewaySettings
|
169
|
+
end
|
170
|
+
def cluster_create_properties
|
171
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateProperties
|
166
172
|
end
|
167
173
|
def operation_resource
|
168
174
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationResource
|
169
175
|
end
|
170
|
-
def
|
171
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
176
|
+
def cluster_identity
|
177
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentity
|
172
178
|
end
|
173
179
|
def resource
|
174
180
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Resource
|
175
181
|
end
|
176
|
-
def
|
177
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
182
|
+
def cluster_patch_parameters
|
183
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterPatchParameters
|
178
184
|
end
|
179
185
|
def operation_list_result
|
180
186
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationListResult
|
181
187
|
end
|
182
|
-
def
|
183
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
188
|
+
def errors
|
189
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Errors
|
184
190
|
end
|
185
191
|
def operation
|
186
192
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Operation
|
187
193
|
end
|
188
|
-
def
|
189
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
194
|
+
def cluster_get_properties
|
195
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterGetProperties
|
190
196
|
end
|
191
197
|
def error_response
|
192
198
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ErrorResponse
|
193
199
|
end
|
194
|
-
def script_actions_list
|
195
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionsList
|
196
|
-
end
|
197
200
|
def runtime_script_action
|
198
201
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptAction
|
199
202
|
end
|
200
203
|
def application_get_https_endpoint
|
201
204
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetHttpsEndpoint
|
202
205
|
end
|
203
|
-
def
|
204
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
206
|
+
def cluster_definition
|
207
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
205
208
|
end
|
206
209
|
def application_get_endpoint
|
207
210
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetEndpoint
|
208
211
|
end
|
209
|
-
def
|
210
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
212
|
+
def data_disks_groups
|
213
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DataDisksGroups
|
211
214
|
end
|
212
215
|
def application_properties
|
213
216
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationProperties
|
214
217
|
end
|
215
|
-
def
|
216
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
218
|
+
def os_profile
|
219
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
|
217
220
|
end
|
218
221
|
def operation_display
|
219
222
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationDisplay
|
220
223
|
end
|
221
|
-
def
|
222
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
224
|
+
def storage_account
|
225
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageAccount
|
223
226
|
end
|
224
227
|
def application_list_result
|
225
228
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationListResult
|
226
229
|
end
|
227
|
-
def
|
228
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
230
|
+
def cluster_identity_user_assigned_identities_value
|
231
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentityUserAssignedIdentitiesValue
|
229
232
|
end
|
230
233
|
def localized_name
|
231
234
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LocalizedName
|
232
235
|
end
|
233
|
-
def
|
234
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
236
|
+
def quota_info
|
237
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaInfo
|
235
238
|
end
|
236
239
|
def usage
|
237
240
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Usage
|
238
241
|
end
|
239
|
-
def
|
240
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
242
|
+
def script_actions_list
|
243
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionsList
|
244
|
+
end
|
245
|
+
def execute_script_action_parameters
|
246
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ExecuteScriptActionParameters
|
241
247
|
end
|
242
248
|
def usages_list_result
|
243
249
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UsagesListResult
|
244
250
|
end
|
245
|
-
def
|
246
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
251
|
+
def ssh_profile
|
252
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
|
253
|
+
end
|
254
|
+
def cluster_configurations
|
255
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterConfigurations
|
256
|
+
end
|
257
|
+
def disk_encryption_properties
|
258
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskEncryptionProperties
|
247
259
|
end
|
248
260
|
def extension
|
249
261
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Extension
|
250
262
|
end
|
251
|
-
def
|
252
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
263
|
+
def connectivity_endpoint
|
264
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ConnectivityEndpoint
|
253
265
|
end
|
254
266
|
def cluster_monitoring_response
|
255
267
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringResponse
|
256
268
|
end
|
257
|
-
def
|
258
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
269
|
+
def role
|
270
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
|
259
271
|
end
|
260
272
|
def cluster_monitoring_request
|
261
273
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringRequest
|
262
274
|
end
|
263
|
-
def
|
264
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
275
|
+
def hardware_profile
|
276
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HardwareProfile
|
265
277
|
end
|
266
278
|
def script_action_execution_history_list
|
267
279
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionHistoryList
|
268
280
|
end
|
269
|
-
def
|
270
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
281
|
+
def cluster_create_parameters_extended
|
282
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateParametersExtended
|
271
283
|
end
|
272
284
|
def script_action_persisted_get_response_spec
|
273
285
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionPersistedGetResponseSpec
|
@@ -0,0 +1,229 @@
|
|
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_postgresql'
|
6
|
+
|
7
|
+
module Azure::Profiles::Latest
|
8
|
+
module Postgresql
|
9
|
+
module Mgmt
|
10
|
+
Servers = Azure::Postgresql::Mgmt::V2017_12_01::Servers
|
11
|
+
Replicas = Azure::Postgresql::Mgmt::V2017_12_01::Replicas
|
12
|
+
FirewallRules = Azure::Postgresql::Mgmt::V2017_12_01::FirewallRules
|
13
|
+
VirtualNetworkRules = Azure::Postgresql::Mgmt::V2017_12_01::VirtualNetworkRules
|
14
|
+
Databases = Azure::Postgresql::Mgmt::V2017_12_01::Databases
|
15
|
+
Configurations = Azure::Postgresql::Mgmt::V2017_12_01::Configurations
|
16
|
+
LogFiles = Azure::Postgresql::Mgmt::V2017_12_01::LogFiles
|
17
|
+
LocationBasedPerformanceTier = Azure::Postgresql::Mgmt::V2017_12_01::LocationBasedPerformanceTier
|
18
|
+
CheckNameAvailability = Azure::Postgresql::Mgmt::V2017_12_01::CheckNameAvailability
|
19
|
+
ServerSecurityAlertPolicies = Azure::Postgresql::Mgmt::V2017_12_01::ServerSecurityAlertPolicies
|
20
|
+
Operations = Azure::Postgresql::Mgmt::V2017_12_01::Operations
|
21
|
+
|
22
|
+
module Models
|
23
|
+
VirtualNetworkRuleListResult = Azure::Postgresql::Mgmt::V2017_12_01::Models::VirtualNetworkRuleListResult
|
24
|
+
FirewallRuleListResult = Azure::Postgresql::Mgmt::V2017_12_01::Models::FirewallRuleListResult
|
25
|
+
NameAvailabilityRequest = Azure::Postgresql::Mgmt::V2017_12_01::Models::NameAvailabilityRequest
|
26
|
+
StorageProfile = Azure::Postgresql::Mgmt::V2017_12_01::Models::StorageProfile
|
27
|
+
ProxyResource = Azure::Postgresql::Mgmt::V2017_12_01::Models::ProxyResource
|
28
|
+
NameAvailability = Azure::Postgresql::Mgmt::V2017_12_01::Models::NameAvailability
|
29
|
+
PerformanceTierListResult = Azure::Postgresql::Mgmt::V2017_12_01::Models::PerformanceTierListResult
|
30
|
+
Operation = Azure::Postgresql::Mgmt::V2017_12_01::Models::Operation
|
31
|
+
PerformanceTierServiceLevelObjectives = Azure::Postgresql::Mgmt::V2017_12_01::Models::PerformanceTierServiceLevelObjectives
|
32
|
+
ServerPropertiesForCreate = Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerPropertiesForCreate
|
33
|
+
LogFileListResult = Azure::Postgresql::Mgmt::V2017_12_01::Models::LogFileListResult
|
34
|
+
OperationListResult = Azure::Postgresql::Mgmt::V2017_12_01::Models::OperationListResult
|
35
|
+
ServerUpdateParameters = Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerUpdateParameters
|
36
|
+
PerformanceTierProperties = Azure::Postgresql::Mgmt::V2017_12_01::Models::PerformanceTierProperties
|
37
|
+
DatabaseListResult = Azure::Postgresql::Mgmt::V2017_12_01::Models::DatabaseListResult
|
38
|
+
ServerForCreate = Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerForCreate
|
39
|
+
Sku = Azure::Postgresql::Mgmt::V2017_12_01::Models::Sku
|
40
|
+
ConfigurationListResult = Azure::Postgresql::Mgmt::V2017_12_01::Models::ConfigurationListResult
|
41
|
+
ServerListResult = Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerListResult
|
42
|
+
OperationDisplay = Azure::Postgresql::Mgmt::V2017_12_01::Models::OperationDisplay
|
43
|
+
TrackedResource = Azure::Postgresql::Mgmt::V2017_12_01::Models::TrackedResource
|
44
|
+
ServerPropertiesForDefaultCreate = Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerPropertiesForDefaultCreate
|
45
|
+
ServerPropertiesForRestore = Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerPropertiesForRestore
|
46
|
+
ServerPropertiesForGeoRestore = Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerPropertiesForGeoRestore
|
47
|
+
ServerPropertiesForReplica = Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerPropertiesForReplica
|
48
|
+
Server = Azure::Postgresql::Mgmt::V2017_12_01::Models::Server
|
49
|
+
FirewallRule = Azure::Postgresql::Mgmt::V2017_12_01::Models::FirewallRule
|
50
|
+
VirtualNetworkRule = Azure::Postgresql::Mgmt::V2017_12_01::Models::VirtualNetworkRule
|
51
|
+
Database = Azure::Postgresql::Mgmt::V2017_12_01::Models::Database
|
52
|
+
Configuration = Azure::Postgresql::Mgmt::V2017_12_01::Models::Configuration
|
53
|
+
LogFile = Azure::Postgresql::Mgmt::V2017_12_01::Models::LogFile
|
54
|
+
ServerSecurityAlertPolicy = Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerSecurityAlertPolicy
|
55
|
+
ServerVersion = Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerVersion
|
56
|
+
SslEnforcementEnum = Azure::Postgresql::Mgmt::V2017_12_01::Models::SslEnforcementEnum
|
57
|
+
ServerState = Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerState
|
58
|
+
GeoRedundantBackup = Azure::Postgresql::Mgmt::V2017_12_01::Models::GeoRedundantBackup
|
59
|
+
SkuTier = Azure::Postgresql::Mgmt::V2017_12_01::Models::SkuTier
|
60
|
+
VirtualNetworkRuleState = Azure::Postgresql::Mgmt::V2017_12_01::Models::VirtualNetworkRuleState
|
61
|
+
OperationOrigin = Azure::Postgresql::Mgmt::V2017_12_01::Models::OperationOrigin
|
62
|
+
ServerSecurityAlertPolicyState = Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerSecurityAlertPolicyState
|
63
|
+
end
|
64
|
+
|
65
|
+
class PostgresqlManagementClass
|
66
|
+
attr_reader :servers, :replicas, :firewall_rules, :virtual_network_rules, :databases, :configurations, :log_files, :location_based_performance_tier, :check_name_availability, :server_security_alert_policies, :operations, :configurable, :base_url, :options, :model_classes
|
67
|
+
|
68
|
+
def initialize(configurable, base_url=nil, options=nil)
|
69
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
70
|
+
|
71
|
+
@client_0 = Azure::Postgresql::Mgmt::V2017_12_01::PostgreSQLManagementClient.new(configurable.credentials, base_url, options)
|
72
|
+
if(@client_0.respond_to?(:subscription_id))
|
73
|
+
@client_0.subscription_id = configurable.subscription_id
|
74
|
+
end
|
75
|
+
add_telemetry(@client_0)
|
76
|
+
@servers = @client_0.servers
|
77
|
+
@replicas = @client_0.replicas
|
78
|
+
@firewall_rules = @client_0.firewall_rules
|
79
|
+
@virtual_network_rules = @client_0.virtual_network_rules
|
80
|
+
@databases = @client_0.databases
|
81
|
+
@configurations = @client_0.configurations
|
82
|
+
@log_files = @client_0.log_files
|
83
|
+
@location_based_performance_tier = @client_0.location_based_performance_tier
|
84
|
+
@check_name_availability = @client_0.check_name_availability
|
85
|
+
@server_security_alert_policies = @client_0.server_security_alert_policies
|
86
|
+
@operations = @client_0.operations
|
87
|
+
|
88
|
+
@model_classes = ModelClasses.new
|
89
|
+
end
|
90
|
+
|
91
|
+
def add_telemetry(client)
|
92
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/Postgresql/Mgmt"
|
93
|
+
client.add_user_agent_information(profile_information)
|
94
|
+
end
|
95
|
+
|
96
|
+
def method_missing(method, *args)
|
97
|
+
if @client_0.respond_to?method
|
98
|
+
@client_0.send(method, *args)
|
99
|
+
else
|
100
|
+
super
|
101
|
+
end
|
102
|
+
end
|
103
|
+
|
104
|
+
class ModelClasses
|
105
|
+
def virtual_network_rule_list_result
|
106
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::VirtualNetworkRuleListResult
|
107
|
+
end
|
108
|
+
def firewall_rule_list_result
|
109
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::FirewallRuleListResult
|
110
|
+
end
|
111
|
+
def name_availability_request
|
112
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::NameAvailabilityRequest
|
113
|
+
end
|
114
|
+
def storage_profile
|
115
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::StorageProfile
|
116
|
+
end
|
117
|
+
def proxy_resource
|
118
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::ProxyResource
|
119
|
+
end
|
120
|
+
def name_availability
|
121
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::NameAvailability
|
122
|
+
end
|
123
|
+
def performance_tier_list_result
|
124
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::PerformanceTierListResult
|
125
|
+
end
|
126
|
+
def operation
|
127
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::Operation
|
128
|
+
end
|
129
|
+
def performance_tier_service_level_objectives
|
130
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::PerformanceTierServiceLevelObjectives
|
131
|
+
end
|
132
|
+
def server_properties_for_create
|
133
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerPropertiesForCreate
|
134
|
+
end
|
135
|
+
def log_file_list_result
|
136
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::LogFileListResult
|
137
|
+
end
|
138
|
+
def operation_list_result
|
139
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::OperationListResult
|
140
|
+
end
|
141
|
+
def server_update_parameters
|
142
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerUpdateParameters
|
143
|
+
end
|
144
|
+
def performance_tier_properties
|
145
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::PerformanceTierProperties
|
146
|
+
end
|
147
|
+
def database_list_result
|
148
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::DatabaseListResult
|
149
|
+
end
|
150
|
+
def server_for_create
|
151
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerForCreate
|
152
|
+
end
|
153
|
+
def sku
|
154
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::Sku
|
155
|
+
end
|
156
|
+
def configuration_list_result
|
157
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::ConfigurationListResult
|
158
|
+
end
|
159
|
+
def server_list_result
|
160
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerListResult
|
161
|
+
end
|
162
|
+
def operation_display
|
163
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::OperationDisplay
|
164
|
+
end
|
165
|
+
def tracked_resource
|
166
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::TrackedResource
|
167
|
+
end
|
168
|
+
def server_properties_for_default_create
|
169
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerPropertiesForDefaultCreate
|
170
|
+
end
|
171
|
+
def server_properties_for_restore
|
172
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerPropertiesForRestore
|
173
|
+
end
|
174
|
+
def server_properties_for_geo_restore
|
175
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerPropertiesForGeoRestore
|
176
|
+
end
|
177
|
+
def server_properties_for_replica
|
178
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerPropertiesForReplica
|
179
|
+
end
|
180
|
+
def server
|
181
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::Server
|
182
|
+
end
|
183
|
+
def firewall_rule
|
184
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::FirewallRule
|
185
|
+
end
|
186
|
+
def virtual_network_rule
|
187
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::VirtualNetworkRule
|
188
|
+
end
|
189
|
+
def database
|
190
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::Database
|
191
|
+
end
|
192
|
+
def configuration
|
193
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::Configuration
|
194
|
+
end
|
195
|
+
def log_file
|
196
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::LogFile
|
197
|
+
end
|
198
|
+
def server_security_alert_policy
|
199
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerSecurityAlertPolicy
|
200
|
+
end
|
201
|
+
def server_version
|
202
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerVersion
|
203
|
+
end
|
204
|
+
def ssl_enforcement_enum
|
205
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::SslEnforcementEnum
|
206
|
+
end
|
207
|
+
def server_state
|
208
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerState
|
209
|
+
end
|
210
|
+
def geo_redundant_backup
|
211
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::GeoRedundantBackup
|
212
|
+
end
|
213
|
+
def sku_tier
|
214
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::SkuTier
|
215
|
+
end
|
216
|
+
def virtual_network_rule_state
|
217
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::VirtualNetworkRuleState
|
218
|
+
end
|
219
|
+
def operation_origin
|
220
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::OperationOrigin
|
221
|
+
end
|
222
|
+
def server_security_alert_policy_state
|
223
|
+
Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerSecurityAlertPolicyState
|
224
|
+
end
|
225
|
+
end
|
226
|
+
end
|
227
|
+
end
|
228
|
+
end
|
229
|
+
end
|