azure_mgmt_compute 0.15.2 → 0.16.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/2015-06-15/generated/azure_mgmt_compute/availability_sets.rb +30 -27
- data/lib/2015-06-15/generated/azure_mgmt_compute/compute_management_client.rb +4 -1
- data/lib/2015-06-15/generated/azure_mgmt_compute/models/list_usages_result.rb +13 -0
- data/lib/2015-06-15/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_result.rb +13 -0
- data/lib/2015-06-15/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_skus_result.rb +13 -0
- data/lib/2015-06-15/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmlist_result.rb +13 -0
- data/lib/2015-06-15/generated/azure_mgmt_compute/usage_operations.rb +15 -13
- data/lib/2015-06-15/generated/azure_mgmt_compute/virtual_machine_extension_images.rb +18 -15
- data/lib/2015-06-15/generated/azure_mgmt_compute/virtual_machine_extensions.rb +26 -25
- data/lib/2015-06-15/generated/azure_mgmt_compute/virtual_machine_images.rb +30 -25
- data/lib/2015-06-15/generated/azure_mgmt_compute/virtual_machine_scale_set_vms.rb +87 -77
- data/lib/2015-06-15/generated/azure_mgmt_compute/virtual_machine_scale_sets.rb +147 -144
- data/lib/2015-06-15/generated/azure_mgmt_compute/virtual_machine_sizes.rb +6 -5
- data/lib/2015-06-15/generated/azure_mgmt_compute/virtual_machines.rb +128 -117
- data/lib/2016-03-30/generated/azure_mgmt_compute/availability_sets.rb +30 -27
- data/lib/2016-03-30/generated/azure_mgmt_compute/compute_management_client.rb +4 -1
- data/lib/2016-03-30/generated/azure_mgmt_compute/usage_operations.rb +15 -13
- data/lib/2016-03-30/generated/azure_mgmt_compute/virtual_machine_extension_images.rb +18 -15
- data/lib/2016-03-30/generated/azure_mgmt_compute/virtual_machine_extensions.rb +26 -25
- data/lib/2016-03-30/generated/azure_mgmt_compute/virtual_machine_images.rb +30 -25
- data/lib/2016-03-30/generated/azure_mgmt_compute/virtual_machine_scale_set_vms.rb +87 -77
- data/lib/2016-03-30/generated/azure_mgmt_compute/virtual_machine_scale_sets.rb +147 -144
- data/lib/2016-03-30/generated/azure_mgmt_compute/virtual_machine_sizes.rb +6 -5
- data/lib/2016-03-30/generated/azure_mgmt_compute/virtual_machines.rb +128 -117
- data/lib/2016-04-30-preview/generated/azure_mgmt_compute/availability_sets.rb +30 -27
- data/lib/2016-04-30-preview/generated/azure_mgmt_compute/compute_management_client.rb +4 -1
- data/lib/2016-04-30-preview/generated/azure_mgmt_compute/disks.rb +170 -138
- data/lib/2016-04-30-preview/generated/azure_mgmt_compute/images.rb +56 -51
- data/lib/2016-04-30-preview/generated/azure_mgmt_compute/snapshots.rb +86 -82
- data/lib/2016-04-30-preview/generated/azure_mgmt_compute/usage_operations.rb +15 -13
- data/lib/2016-04-30-preview/generated/azure_mgmt_compute/virtual_machine_extension_images.rb +18 -15
- data/lib/2016-04-30-preview/generated/azure_mgmt_compute/virtual_machine_extensions.rb +26 -25
- data/lib/2016-04-30-preview/generated/azure_mgmt_compute/virtual_machine_images.rb +30 -25
- data/lib/2016-04-30-preview/generated/azure_mgmt_compute/virtual_machine_scale_set_vms.rb +97 -86
- data/lib/2016-04-30-preview/generated/azure_mgmt_compute/virtual_machine_scale_sets.rb +157 -153
- data/lib/2016-04-30-preview/generated/azure_mgmt_compute/virtual_machine_sizes.rb +6 -5
- data/lib/2016-04-30-preview/generated/azure_mgmt_compute/virtual_machines.rb +138 -126
- data/lib/2017-03-30/generated/azure_mgmt_compute/availability_sets.rb +30 -27
- data/lib/2017-03-30/generated/azure_mgmt_compute/compute_management_client.rb +4 -1
- data/lib/2017-03-30/generated/azure_mgmt_compute/disks.rb +170 -138
- data/lib/2017-03-30/generated/azure_mgmt_compute/images.rb +56 -51
- data/lib/2017-03-30/generated/azure_mgmt_compute/resource_skus.rb +15 -13
- data/lib/2017-03-30/generated/azure_mgmt_compute/snapshots.rb +170 -138
- data/lib/2017-03-30/generated/azure_mgmt_compute/usage_operations.rb +15 -13
- data/lib/2017-03-30/generated/azure_mgmt_compute/virtual_machine_extension_images.rb +18 -15
- data/lib/2017-03-30/generated/azure_mgmt_compute/virtual_machine_extensions.rb +26 -25
- data/lib/2017-03-30/generated/azure_mgmt_compute/virtual_machine_images.rb +30 -25
- data/lib/2017-03-30/generated/azure_mgmt_compute/virtual_machine_run_commands.rb +21 -18
- data/lib/2017-03-30/generated/azure_mgmt_compute/virtual_machine_scale_set_extensions.rb +41 -38
- data/lib/2017-03-30/generated/azure_mgmt_compute/virtual_machine_scale_set_rolling_upgrades.rb +26 -23
- data/lib/2017-03-30/generated/azure_mgmt_compute/virtual_machine_scale_set_vms.rb +97 -86
- data/lib/2017-03-30/generated/azure_mgmt_compute/virtual_machine_scale_sets.rb +167 -168
- data/lib/2017-03-30/generated/azure_mgmt_compute/virtual_machine_sizes.rb +6 -5
- data/lib/2017-03-30/generated/azure_mgmt_compute/virtual_machines.rb +164 -151
- data/lib/2017-09-01/generated/azure_mgmt_compute/compute_management_client.rb +4 -1
- data/lib/2017-09-01/generated/azure_mgmt_compute/resource_skus.rb +15 -13
- data/lib/2017-12-01/generated/azure_mgmt_compute.rb +77 -60
- data/lib/2017-12-01/generated/azure_mgmt_compute/availability_sets.rb +30 -27
- data/lib/2017-12-01/generated/azure_mgmt_compute/compute_management_client.rb +12 -1
- data/lib/2017-12-01/generated/azure_mgmt_compute/images.rb +56 -51
- data/lib/2017-12-01/generated/azure_mgmt_compute/log_analytics.rb +337 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/data_disk.rb +12 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/hardware_profile.rb +35 -13
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/interval_in_mins.rb +18 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/log_analytics_input_base.rb +102 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/log_analytics_operation_result.rb +94 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/log_analytics_output.rb +47 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/osdisk.rb +12 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/recovery_walk_response.rb +60 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/request_rate_by_interval_input.rb +97 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/run_command_document.rb +116 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/run_command_document_base.rb +92 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/run_command_input.rb +87 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/run_command_input_parameter.rb +57 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/run_command_list_result.rb +100 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/run_command_parameter_definition.rb +81 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/run_command_result.rb +92 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/throttled_requests_input.rb +83 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_instance_view.rb +34 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_priority_types.rb +16 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_data_disk.rb +12 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_osdisk.rb +12 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_osdisk.rb +12 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmprofile.rb +13 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_size_types.rb +69 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/usage_operations.rb +15 -13
- data/lib/2017-12-01/generated/azure_mgmt_compute/virtual_machine_extension_images.rb +18 -15
- data/lib/2017-12-01/generated/azure_mgmt_compute/virtual_machine_extensions.rb +26 -25
- data/lib/2017-12-01/generated/azure_mgmt_compute/virtual_machine_images.rb +30 -25
- data/lib/2017-12-01/generated/azure_mgmt_compute/virtual_machine_run_commands.rb +316 -0
- data/lib/2017-12-01/generated/azure_mgmt_compute/virtual_machine_scale_set_extensions.rb +41 -38
- data/lib/2017-12-01/generated/azure_mgmt_compute/virtual_machine_scale_set_rolling_upgrades.rb +26 -23
- data/lib/2017-12-01/generated/azure_mgmt_compute/virtual_machine_scale_set_vms.rb +270 -86
- data/lib/2017-12-01/generated/azure_mgmt_compute/virtual_machine_scale_sets.rb +269 -168
- data/lib/2017-12-01/generated/azure_mgmt_compute/virtual_machine_sizes.rb +6 -5
- data/lib/2017-12-01/generated/azure_mgmt_compute/virtual_machines.rb +306 -140
- data/lib/profiles/latest/compute_latest_profile_client.rb +28 -9
- data/lib/profiles/latest/compute_module_definition.rb +0 -1
- data/lib/profiles/latest/modules/compute_profile_module.rb +665 -606
- data/lib/profiles/v2017_03_09/compute_module_definition.rb +0 -1
- data/lib/profiles/v2017_03_09/compute_v2017_03_09_profile_client.rb +28 -9
- data/lib/profiles/v2017_03_09/modules/compute_profile_module.rb +330 -311
- data/lib/version.rb +1 -1
- metadata +19 -2
|
@@ -36,6 +36,10 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|
|
36
36
|
# 'ReadWrite'
|
|
37
37
|
attr_accessor :caching
|
|
38
38
|
|
|
39
|
+
# @return [Boolean] Specifies whether writeAccelerator should be enabled
|
|
40
|
+
# or disabled on the disk.
|
|
41
|
+
attr_accessor :write_accelerator_enabled
|
|
42
|
+
|
|
39
43
|
# @return [DiskCreateOptionTypes] Specifies how the virtual machine
|
|
40
44
|
# should be created.<br><br> Possible values are:<br><br> **Attach**
|
|
41
45
|
# \u2013 This value is used when you are using a specialized disk to
|
|
@@ -113,6 +117,14 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|
|
113
117
|
module: 'CachingTypes'
|
|
114
118
|
}
|
|
115
119
|
},
|
|
120
|
+
write_accelerator_enabled: {
|
|
121
|
+
client_side_validation: true,
|
|
122
|
+
required: false,
|
|
123
|
+
serialized_name: 'writeAcceleratorEnabled',
|
|
124
|
+
type: {
|
|
125
|
+
name: 'Boolean'
|
|
126
|
+
}
|
|
127
|
+
},
|
|
116
128
|
create_option: {
|
|
117
129
|
client_side_validation: true,
|
|
118
130
|
required: true,
|
|
@@ -29,25 +29,47 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|
|
29
29
|
# 'Standard_A4', 'Standard_A5', 'Standard_A6', 'Standard_A7',
|
|
30
30
|
# 'Standard_A8', 'Standard_A9', 'Standard_A10', 'Standard_A11',
|
|
31
31
|
# 'Standard_A1_v2', 'Standard_A2_v2', 'Standard_A4_v2', 'Standard_A8_v2',
|
|
32
|
-
# 'Standard_A2m_v2', 'Standard_A4m_v2', 'Standard_A8m_v2',
|
|
33
|
-
# '
|
|
34
|
-
# '
|
|
35
|
-
# '
|
|
36
|
-
# '
|
|
37
|
-
# '
|
|
38
|
-
# '
|
|
39
|
-
# '
|
|
32
|
+
# 'Standard_A2m_v2', 'Standard_A4m_v2', 'Standard_A8m_v2',
|
|
33
|
+
# 'Standard_B1s', 'Standard_B1ms', 'Standard_B2s', 'Standard_B2ms',
|
|
34
|
+
# 'Standard_B4ms', 'Standard_B8ms', 'Standard_D1', 'Standard_D2',
|
|
35
|
+
# 'Standard_D3', 'Standard_D4', 'Standard_D11', 'Standard_D12',
|
|
36
|
+
# 'Standard_D13', 'Standard_D14', 'Standard_D1_v2', 'Standard_D2_v2',
|
|
37
|
+
# 'Standard_D3_v2', 'Standard_D4_v2', 'Standard_D5_v2', 'Standard_D2_v3',
|
|
38
|
+
# 'Standard_D4_v3', 'Standard_D8_v3', 'Standard_D16_v3',
|
|
39
|
+
# 'Standard_D32_v3', 'Standard_D64_v3', 'Standard_D2s_v3',
|
|
40
|
+
# 'Standard_D4s_v3', 'Standard_D8s_v3', 'Standard_D16s_v3',
|
|
41
|
+
# 'Standard_D32s_v3', 'Standard_D64s_v3', 'Standard_D11_v2',
|
|
42
|
+
# 'Standard_D12_v2', 'Standard_D13_v2', 'Standard_D14_v2',
|
|
43
|
+
# 'Standard_D15_v2', 'Standard_DS1', 'Standard_DS2', 'Standard_DS3',
|
|
44
|
+
# 'Standard_DS4', 'Standard_DS11', 'Standard_DS12', 'Standard_DS13',
|
|
45
|
+
# 'Standard_DS14', 'Standard_DS1_v2', 'Standard_DS2_v2',
|
|
40
46
|
# 'Standard_DS3_v2', 'Standard_DS4_v2', 'Standard_DS5_v2',
|
|
41
47
|
# 'Standard_DS11_v2', 'Standard_DS12_v2', 'Standard_DS13_v2',
|
|
42
|
-
# 'Standard_DS14_v2', 'Standard_DS15_v2', '
|
|
43
|
-
# '
|
|
44
|
-
# '
|
|
48
|
+
# 'Standard_DS14_v2', 'Standard_DS15_v2', 'Standard_DS13-4_v2',
|
|
49
|
+
# 'Standard_DS13-2_v2', 'Standard_DS14-8_v2', 'Standard_DS14-4_v2',
|
|
50
|
+
# 'Standard_E2_v3', 'Standard_E4_v3', 'Standard_E8_v3',
|
|
51
|
+
# 'Standard_E16_v3', 'Standard_E32_v3', 'Standard_E64_v3',
|
|
52
|
+
# 'Standard_E2s_v3', 'Standard_E4s_v3', 'Standard_E8s_v3',
|
|
53
|
+
# 'Standard_E16s_v3', 'Standard_E32s_v3', 'Standard_E64s_v3',
|
|
54
|
+
# 'Standard_E32-16_v3', 'Standard_E32-8s_v3', 'Standard_E64-32s_v3',
|
|
55
|
+
# 'Standard_E64-16s_v3', 'Standard_F1', 'Standard_F2', 'Standard_F4',
|
|
56
|
+
# 'Standard_F8', 'Standard_F16', 'Standard_F1s', 'Standard_F2s',
|
|
57
|
+
# 'Standard_F4s', 'Standard_F8s', 'Standard_F16s', 'Standard_F2s_v2',
|
|
58
|
+
# 'Standard_F4s_v2', 'Standard_F8s_v2', 'Standard_F16s_v2',
|
|
59
|
+
# 'Standard_F32s_v2', 'Standard_F64s_v2', 'Standard_F72s_v2',
|
|
45
60
|
# 'Standard_G1', 'Standard_G2', 'Standard_G3', 'Standard_G4',
|
|
46
61
|
# 'Standard_G5', 'Standard_GS1', 'Standard_GS2', 'Standard_GS3',
|
|
47
|
-
# 'Standard_GS4', 'Standard_GS5', '
|
|
62
|
+
# 'Standard_GS4', 'Standard_GS5', 'Standard_GS4-8', 'Standard_GS4-4',
|
|
63
|
+
# 'Standard_GS5-16', 'Standard_GS5-8', 'Standard_H8', 'Standard_H16',
|
|
48
64
|
# 'Standard_H8m', 'Standard_H16m', 'Standard_H16r', 'Standard_H16mr',
|
|
49
65
|
# 'Standard_L4s', 'Standard_L8s', 'Standard_L16s', 'Standard_L32s',
|
|
50
|
-
# '
|
|
66
|
+
# 'Standard_M64s', 'Standard_M64ms', 'Standard_M128s', 'Standard_M128ms',
|
|
67
|
+
# 'Standard_M64-32ms', 'Standard_M64-16ms', 'Standard_M128-64ms',
|
|
68
|
+
# 'Standard_M128-32ms', 'Standard_NC6', 'Standard_NC12', 'Standard_NC24',
|
|
69
|
+
# 'Standard_NC24r', 'Standard_NC6s_v2', 'Standard_NC12s_v2',
|
|
70
|
+
# 'Standard_NC24s_v2', 'Standard_NC24rs_v2', 'Standard_NC6s_v3',
|
|
71
|
+
# 'Standard_NC12s_v3', 'Standard_NC24s_v3', 'Standard_NC24rs_v3',
|
|
72
|
+
# 'Standard_ND6s', 'Standard_ND12s', 'Standard_ND24s', 'Standard_ND24rs',
|
|
51
73
|
# 'Standard_NV6', 'Standard_NV12', 'Standard_NV24'
|
|
52
74
|
attr_accessor :vm_size
|
|
53
75
|
|
|
@@ -0,0 +1,18 @@
|
|
|
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::Compute::Mgmt::V2017_12_01
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Defines values for IntervalInMins
|
|
10
|
+
#
|
|
11
|
+
module IntervalInMins
|
|
12
|
+
ThreeMins = "ThreeMins"
|
|
13
|
+
FiveMins = "FiveMins"
|
|
14
|
+
ThirtyMins = "ThirtyMins"
|
|
15
|
+
SixtyMins = "SixtyMins"
|
|
16
|
+
end
|
|
17
|
+
end
|
|
18
|
+
end
|
|
@@ -0,0 +1,102 @@
|
|
|
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::Compute::Mgmt::V2017_12_01
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Api input base class for LogAnalytics Api.
|
|
10
|
+
#
|
|
11
|
+
class LogAnalyticsInputBase
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [String] SAS Uri of the logging blob container to which
|
|
16
|
+
# LogAnalytics Api writes output logs to.
|
|
17
|
+
attr_accessor :blob_container_sas_uri
|
|
18
|
+
|
|
19
|
+
# @return [DateTime] From time of the query
|
|
20
|
+
attr_accessor :from_time
|
|
21
|
+
|
|
22
|
+
# @return [DateTime] To time of the query
|
|
23
|
+
attr_accessor :to_time
|
|
24
|
+
|
|
25
|
+
# @return [Boolean] Group query result by Throttle Policy applied.
|
|
26
|
+
attr_accessor :group_by_throttle_policy
|
|
27
|
+
|
|
28
|
+
# @return [Boolean] Group query result by by Operation Name.
|
|
29
|
+
attr_accessor :group_by_operation_name
|
|
30
|
+
|
|
31
|
+
# @return [Boolean] Group query result by Resource Name.
|
|
32
|
+
attr_accessor :group_by_resource_name
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
#
|
|
36
|
+
# Mapper for LogAnalyticsInputBase class as Ruby Hash.
|
|
37
|
+
# This will be used for serialization/deserialization.
|
|
38
|
+
#
|
|
39
|
+
def self.mapper()
|
|
40
|
+
{
|
|
41
|
+
client_side_validation: true,
|
|
42
|
+
required: false,
|
|
43
|
+
serialized_name: 'LogAnalyticsInputBase',
|
|
44
|
+
type: {
|
|
45
|
+
name: 'Composite',
|
|
46
|
+
class_name: 'LogAnalyticsInputBase',
|
|
47
|
+
model_properties: {
|
|
48
|
+
blob_container_sas_uri: {
|
|
49
|
+
client_side_validation: true,
|
|
50
|
+
required: true,
|
|
51
|
+
serialized_name: 'blobContainerSasUri',
|
|
52
|
+
type: {
|
|
53
|
+
name: 'String'
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
from_time: {
|
|
57
|
+
client_side_validation: true,
|
|
58
|
+
required: true,
|
|
59
|
+
serialized_name: 'fromTime',
|
|
60
|
+
type: {
|
|
61
|
+
name: 'DateTime'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
to_time: {
|
|
65
|
+
client_side_validation: true,
|
|
66
|
+
required: true,
|
|
67
|
+
serialized_name: 'toTime',
|
|
68
|
+
type: {
|
|
69
|
+
name: 'DateTime'
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
group_by_throttle_policy: {
|
|
73
|
+
client_side_validation: true,
|
|
74
|
+
required: false,
|
|
75
|
+
serialized_name: 'groupByThrottlePolicy',
|
|
76
|
+
type: {
|
|
77
|
+
name: 'Boolean'
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
group_by_operation_name: {
|
|
81
|
+
client_side_validation: true,
|
|
82
|
+
required: false,
|
|
83
|
+
serialized_name: 'groupByOperationName',
|
|
84
|
+
type: {
|
|
85
|
+
name: 'Boolean'
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
group_by_resource_name: {
|
|
89
|
+
client_side_validation: true,
|
|
90
|
+
required: false,
|
|
91
|
+
serialized_name: 'groupByResourceName',
|
|
92
|
+
type: {
|
|
93
|
+
name: 'Boolean'
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
end
|
|
100
|
+
end
|
|
101
|
+
end
|
|
102
|
+
end
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Compute::Mgmt::V2017_12_01
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# LogAnalytics operation status response
|
|
10
|
+
#
|
|
11
|
+
class LogAnalyticsOperationResult < OperationStatusResponse
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [LogAnalyticsOutput] LogAnalyticsOutput
|
|
16
|
+
attr_accessor :properties
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
#
|
|
20
|
+
# Mapper for LogAnalyticsOperationResult 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: 'LogAnalyticsOperationResult',
|
|
28
|
+
type: {
|
|
29
|
+
name: 'Composite',
|
|
30
|
+
class_name: 'LogAnalyticsOperationResult',
|
|
31
|
+
model_properties: {
|
|
32
|
+
name: {
|
|
33
|
+
client_side_validation: true,
|
|
34
|
+
required: false,
|
|
35
|
+
read_only: true,
|
|
36
|
+
serialized_name: 'name',
|
|
37
|
+
type: {
|
|
38
|
+
name: 'String'
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
status: {
|
|
42
|
+
client_side_validation: true,
|
|
43
|
+
required: false,
|
|
44
|
+
read_only: true,
|
|
45
|
+
serialized_name: 'status',
|
|
46
|
+
type: {
|
|
47
|
+
name: 'String'
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
start_time: {
|
|
51
|
+
client_side_validation: true,
|
|
52
|
+
required: false,
|
|
53
|
+
read_only: true,
|
|
54
|
+
serialized_name: 'startTime',
|
|
55
|
+
type: {
|
|
56
|
+
name: 'DateTime'
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
end_time: {
|
|
60
|
+
client_side_validation: true,
|
|
61
|
+
required: false,
|
|
62
|
+
read_only: true,
|
|
63
|
+
serialized_name: 'endTime',
|
|
64
|
+
type: {
|
|
65
|
+
name: 'DateTime'
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
error: {
|
|
69
|
+
client_side_validation: true,
|
|
70
|
+
required: false,
|
|
71
|
+
read_only: true,
|
|
72
|
+
serialized_name: 'error',
|
|
73
|
+
type: {
|
|
74
|
+
name: 'Composite',
|
|
75
|
+
class_name: 'ApiError'
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
properties: {
|
|
79
|
+
client_side_validation: true,
|
|
80
|
+
required: false,
|
|
81
|
+
read_only: true,
|
|
82
|
+
serialized_name: 'properties',
|
|
83
|
+
type: {
|
|
84
|
+
name: 'Composite',
|
|
85
|
+
class_name: 'LogAnalyticsOutput'
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
end
|
|
92
|
+
end
|
|
93
|
+
end
|
|
94
|
+
end
|
|
@@ -0,0 +1,47 @@
|
|
|
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::Compute::Mgmt::V2017_12_01
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# LogAnalytics output properties
|
|
10
|
+
#
|
|
11
|
+
class LogAnalyticsOutput
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [String] Output file Uri path to blob container.
|
|
16
|
+
attr_accessor :output
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
#
|
|
20
|
+
# Mapper for LogAnalyticsOutput 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: 'LogAnalyticsOutput',
|
|
28
|
+
type: {
|
|
29
|
+
name: 'Composite',
|
|
30
|
+
class_name: 'LogAnalyticsOutput',
|
|
31
|
+
model_properties: {
|
|
32
|
+
output: {
|
|
33
|
+
client_side_validation: true,
|
|
34
|
+
required: false,
|
|
35
|
+
read_only: true,
|
|
36
|
+
serialized_name: 'output',
|
|
37
|
+
type: {
|
|
38
|
+
name: 'String'
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
end
|
|
@@ -45,6 +45,10 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|
|
45
45
|
# 'ReadWrite'
|
|
46
46
|
attr_accessor :caching
|
|
47
47
|
|
|
48
|
+
# @return [Boolean] Specifies whether writeAccelerator should be enabled
|
|
49
|
+
# or disabled on the disk.
|
|
50
|
+
attr_accessor :write_accelerator_enabled
|
|
51
|
+
|
|
48
52
|
# @return [DiskCreateOptionTypes] Specifies how the virtual machine
|
|
49
53
|
# should be created.<br><br> Possible values are:<br><br> **Attach**
|
|
50
54
|
# \u2013 This value is used when you are using a specialized disk to
|
|
@@ -132,6 +136,14 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|
|
132
136
|
module: 'CachingTypes'
|
|
133
137
|
}
|
|
134
138
|
},
|
|
139
|
+
write_accelerator_enabled: {
|
|
140
|
+
client_side_validation: true,
|
|
141
|
+
required: false,
|
|
142
|
+
serialized_name: 'writeAcceleratorEnabled',
|
|
143
|
+
type: {
|
|
144
|
+
name: 'Boolean'
|
|
145
|
+
}
|
|
146
|
+
},
|
|
135
147
|
create_option: {
|
|
136
148
|
client_side_validation: true,
|
|
137
149
|
required: true,
|
|
@@ -0,0 +1,60 @@
|
|
|
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::Compute::Mgmt::V2017_12_01
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Response after calling a manual recovery walk
|
|
10
|
+
#
|
|
11
|
+
class RecoveryWalkResponse
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [Boolean] Whether the recovery walk was performed
|
|
16
|
+
attr_accessor :walk_performed
|
|
17
|
+
|
|
18
|
+
# @return [Integer] The next update domain that needs to be walked. Null
|
|
19
|
+
# means walk spanning all update domains has been completed
|
|
20
|
+
attr_accessor :next_platform_update_domain
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
#
|
|
24
|
+
# Mapper for RecoveryWalkResponse class as Ruby Hash.
|
|
25
|
+
# This will be used for serialization/deserialization.
|
|
26
|
+
#
|
|
27
|
+
def self.mapper()
|
|
28
|
+
{
|
|
29
|
+
client_side_validation: true,
|
|
30
|
+
required: false,
|
|
31
|
+
serialized_name: 'RecoveryWalkResponse',
|
|
32
|
+
type: {
|
|
33
|
+
name: 'Composite',
|
|
34
|
+
class_name: 'RecoveryWalkResponse',
|
|
35
|
+
model_properties: {
|
|
36
|
+
walk_performed: {
|
|
37
|
+
client_side_validation: true,
|
|
38
|
+
required: false,
|
|
39
|
+
read_only: true,
|
|
40
|
+
serialized_name: 'walkPerformed',
|
|
41
|
+
type: {
|
|
42
|
+
name: 'Boolean'
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
next_platform_update_domain: {
|
|
46
|
+
client_side_validation: true,
|
|
47
|
+
required: false,
|
|
48
|
+
read_only: true,
|
|
49
|
+
serialized_name: 'nextPlatformUpdateDomain',
|
|
50
|
+
type: {
|
|
51
|
+
name: 'Number'
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
end
|
|
60
|
+
end
|
|
@@ -0,0 +1,97 @@
|
|
|
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::Compute::Mgmt::V2017_12_01
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Api request input for LogAnalytics getRequestRateByInterval Api.
|
|
10
|
+
#
|
|
11
|
+
class RequestRateByIntervalInput < LogAnalyticsInputBase
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [IntervalInMins] Interval value in minutes used to create
|
|
16
|
+
# LogAnalytics call rate logs. Possible values include: 'ThreeMins',
|
|
17
|
+
# 'FiveMins', 'ThirtyMins', 'SixtyMins'
|
|
18
|
+
attr_accessor :interval_length
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
#
|
|
22
|
+
# Mapper for RequestRateByIntervalInput class as Ruby Hash.
|
|
23
|
+
# This will be used for serialization/deserialization.
|
|
24
|
+
#
|
|
25
|
+
def self.mapper()
|
|
26
|
+
{
|
|
27
|
+
client_side_validation: true,
|
|
28
|
+
required: false,
|
|
29
|
+
serialized_name: 'RequestRateByIntervalInput',
|
|
30
|
+
type: {
|
|
31
|
+
name: 'Composite',
|
|
32
|
+
class_name: 'RequestRateByIntervalInput',
|
|
33
|
+
model_properties: {
|
|
34
|
+
blob_container_sas_uri: {
|
|
35
|
+
client_side_validation: true,
|
|
36
|
+
required: true,
|
|
37
|
+
serialized_name: 'blobContainerSasUri',
|
|
38
|
+
type: {
|
|
39
|
+
name: 'String'
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
from_time: {
|
|
43
|
+
client_side_validation: true,
|
|
44
|
+
required: true,
|
|
45
|
+
serialized_name: 'fromTime',
|
|
46
|
+
type: {
|
|
47
|
+
name: 'DateTime'
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
to_time: {
|
|
51
|
+
client_side_validation: true,
|
|
52
|
+
required: true,
|
|
53
|
+
serialized_name: 'toTime',
|
|
54
|
+
type: {
|
|
55
|
+
name: 'DateTime'
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
group_by_throttle_policy: {
|
|
59
|
+
client_side_validation: true,
|
|
60
|
+
required: false,
|
|
61
|
+
serialized_name: 'groupByThrottlePolicy',
|
|
62
|
+
type: {
|
|
63
|
+
name: 'Boolean'
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
group_by_operation_name: {
|
|
67
|
+
client_side_validation: true,
|
|
68
|
+
required: false,
|
|
69
|
+
serialized_name: 'groupByOperationName',
|
|
70
|
+
type: {
|
|
71
|
+
name: 'Boolean'
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
group_by_resource_name: {
|
|
75
|
+
client_side_validation: true,
|
|
76
|
+
required: false,
|
|
77
|
+
serialized_name: 'groupByResourceName',
|
|
78
|
+
type: {
|
|
79
|
+
name: 'Boolean'
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
interval_length: {
|
|
83
|
+
client_side_validation: true,
|
|
84
|
+
required: true,
|
|
85
|
+
serialized_name: 'intervalLength',
|
|
86
|
+
type: {
|
|
87
|
+
name: 'Enum',
|
|
88
|
+
module: 'IntervalInMins'
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
end
|
|
95
|
+
end
|
|
96
|
+
end
|
|
97
|
+
end
|