azure_mgmt_automanage 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage.rb +63 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/accounts.rb +646 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/automanage_client.rb +145 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/configuration_profile_assignments.rb +603 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/configuration_profile_preferences.rb +661 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/account.rb +98 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/account_identity.rb +74 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/account_list.rb +55 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/account_update.rb +63 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/azure_entity_resource.rb +75 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile.rb +16 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile_assignment.rb +76 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile_assignment_compliance.rb +48 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile_assignment_list.rb +56 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile_assignment_properties.rb +109 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile_preference.rb +99 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile_preference_anti_malware.rb +105 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile_preference_list.rb +56 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile_preference_properties.rb +61 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile_preference_update.rb +64 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile_preference_vm_backup.rb +81 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/enable_real_time_protection.rb +16 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/error_additional_info.rb +59 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/error_response.rb +47 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/error_response_error.rb +113 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/operation.rb +83 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/operation_display.rb +79 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/operation_list.rb +56 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/provisioning_state.rb +17 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/proxy_resource.rb +63 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/resource.rb +83 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/resource_identity_type.rb +16 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/run_scheduled_scan.rb +16 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/scan_type.rb +16 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/tracked_resource.rb +92 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/update_resource.rb +54 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/update_status.rb +17 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/module_definition.rb +9 -0
- data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/operations.rb +110 -0
- data/lib/azure_mgmt_automanage.rb +6 -0
- data/lib/module_definition.rb +7 -0
- data/lib/profiles/latest/automanage_latest_profile_client.rb +40 -0
- data/lib/profiles/latest/automanage_module_definition.rb +8 -0
- data/lib/profiles/latest/modules/automanage_profile_module.rb +195 -0
- data/lib/version.rb +7 -0
- metadata +163 -0
@@ -0,0 +1,54 @@
|
|
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::Automanage::Mgmt::V2020_06_30_preview
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Represents an update resource
|
10
|
+
#
|
11
|
+
class UpdateResource
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [Hash{String => String}] The tags of the resource.
|
16
|
+
attr_accessor :tags
|
17
|
+
|
18
|
+
|
19
|
+
#
|
20
|
+
# Mapper for UpdateResource 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: 'UpdateResource',
|
28
|
+
type: {
|
29
|
+
name: 'Composite',
|
30
|
+
class_name: 'UpdateResource',
|
31
|
+
model_properties: {
|
32
|
+
tags: {
|
33
|
+
client_side_validation: true,
|
34
|
+
required: false,
|
35
|
+
serialized_name: 'tags',
|
36
|
+
type: {
|
37
|
+
name: 'Dictionary',
|
38
|
+
value: {
|
39
|
+
client_side_validation: true,
|
40
|
+
required: false,
|
41
|
+
serialized_name: 'StringElementType',
|
42
|
+
type: {
|
43
|
+
name: 'String'
|
44
|
+
}
|
45
|
+
}
|
46
|
+
}
|
47
|
+
}
|
48
|
+
}
|
49
|
+
}
|
50
|
+
}
|
51
|
+
end
|
52
|
+
end
|
53
|
+
end
|
54
|
+
end
|
@@ -0,0 +1,17 @@
|
|
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::Automanage::Mgmt::V2020_06_30_preview
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Defines values for UpdateStatus
|
10
|
+
#
|
11
|
+
module UpdateStatus
|
12
|
+
Succeeded = "Succeeded"
|
13
|
+
Failed = "Failed"
|
14
|
+
Created = "Created"
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
@@ -0,0 +1,9 @@
|
|
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 end
|
7
|
+
module Azure::Automanage end
|
8
|
+
module Azure::Automanage::Mgmt end
|
9
|
+
module Azure::Automanage::Mgmt::V2020_06_30_preview end
|
@@ -0,0 +1,110 @@
|
|
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::Automanage::Mgmt::V2020_06_30_preview
|
7
|
+
#
|
8
|
+
# Automanage Client
|
9
|
+
#
|
10
|
+
class Operations
|
11
|
+
include MsRestAzure
|
12
|
+
|
13
|
+
#
|
14
|
+
# Creates and initializes a new instance of the Operations class.
|
15
|
+
# @param client service class for accessing basic functionality.
|
16
|
+
#
|
17
|
+
def initialize(client)
|
18
|
+
@client = client
|
19
|
+
end
|
20
|
+
|
21
|
+
# @return [AutomanageClient] reference to the AutomanageClient
|
22
|
+
attr_reader :client
|
23
|
+
|
24
|
+
#
|
25
|
+
# Lists all of the available Automanage REST API operations.
|
26
|
+
#
|
27
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
28
|
+
# will be added to the HTTP request.
|
29
|
+
#
|
30
|
+
# @return [OperationList] operation results.
|
31
|
+
#
|
32
|
+
def list(custom_headers:nil)
|
33
|
+
response = list_async(custom_headers:custom_headers).value!
|
34
|
+
response.body unless response.nil?
|
35
|
+
end
|
36
|
+
|
37
|
+
#
|
38
|
+
# Lists all of the available Automanage REST API operations.
|
39
|
+
#
|
40
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
41
|
+
# will be added to the HTTP request.
|
42
|
+
#
|
43
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
44
|
+
#
|
45
|
+
def list_with_http_info(custom_headers:nil)
|
46
|
+
list_async(custom_headers:custom_headers).value!
|
47
|
+
end
|
48
|
+
|
49
|
+
#
|
50
|
+
# Lists all of the available Automanage REST API operations.
|
51
|
+
#
|
52
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
53
|
+
# to the HTTP request.
|
54
|
+
#
|
55
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
56
|
+
#
|
57
|
+
def list_async(custom_headers:nil)
|
58
|
+
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
59
|
+
fail ArgumentError, "'@client.api_version' should satisfy the constraint - 'MinLength': '1'" if !@client.api_version.nil? && @client.api_version.length < 1
|
60
|
+
|
61
|
+
|
62
|
+
request_headers = {}
|
63
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
64
|
+
|
65
|
+
# Set Headers
|
66
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
67
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
68
|
+
path_template = 'providers/Microsoft.Automanage/operations'
|
69
|
+
|
70
|
+
request_url = @base_url || @client.base_url
|
71
|
+
|
72
|
+
options = {
|
73
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
74
|
+
query_params: {'api-version' => @client.api_version},
|
75
|
+
headers: request_headers.merge(custom_headers || {}),
|
76
|
+
base_url: request_url
|
77
|
+
}
|
78
|
+
promise = @client.make_request_async(:get, path_template, options)
|
79
|
+
|
80
|
+
promise = promise.then do |result|
|
81
|
+
http_response = result.response
|
82
|
+
status_code = http_response.status
|
83
|
+
response_content = http_response.body
|
84
|
+
unless status_code == 200
|
85
|
+
error_model = JSON.load(response_content)
|
86
|
+
fail MsRest::HttpOperationError.new(result.request, http_response, error_model)
|
87
|
+
end
|
88
|
+
|
89
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
90
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
91
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
92
|
+
# Deserialize Response
|
93
|
+
if status_code == 200
|
94
|
+
begin
|
95
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
96
|
+
result_mapper = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::OperationList.mapper()
|
97
|
+
result.body = @client.deserialize(result_mapper, parsed_response)
|
98
|
+
rescue Exception => e
|
99
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
100
|
+
end
|
101
|
+
end
|
102
|
+
|
103
|
+
result
|
104
|
+
end
|
105
|
+
|
106
|
+
promise.execute
|
107
|
+
end
|
108
|
+
|
109
|
+
end
|
110
|
+
end
|
@@ -0,0 +1,6 @@
|
|
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 '2020-06-30-preview/generated/azure_mgmt_automanage'
|
6
|
+
require 'profiles/latest/automanage_latest_profile_client'
|
@@ -0,0 +1,40 @@
|
|
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 'profiles/latest/automanage_module_definition'
|
6
|
+
require 'profiles/latest/modules/automanage_profile_module'
|
7
|
+
|
8
|
+
module Azure::Automanage::Profiles::Latest
|
9
|
+
module Mgmt
|
10
|
+
#
|
11
|
+
# Client class for the Latest profile SDK.
|
12
|
+
#
|
13
|
+
class Client < AutomanageManagementClass
|
14
|
+
include MsRestAzure::Common::Configurable
|
15
|
+
|
16
|
+
#
|
17
|
+
# Initializes a new instance of the Client class.
|
18
|
+
# @param options [Hash] hash of client options.
|
19
|
+
# options = {
|
20
|
+
# tenant_id: 'YOUR TENANT ID',
|
21
|
+
# client_id: 'YOUR CLIENT ID',
|
22
|
+
# client_secret: 'YOUR CLIENT SECRET',
|
23
|
+
# subscription_id: 'YOUR SUBSCRIPTION ID',
|
24
|
+
# credentials: credentials,
|
25
|
+
# active_directory_settings: active_directory_settings,
|
26
|
+
# base_url: 'YOUR BASE URL',
|
27
|
+
# options: options
|
28
|
+
# }
|
29
|
+
# 'credentials' are optional and if not passed in the hash, will be obtained
|
30
|
+
# from MsRest::TokenCredentials using MsRestAzure::ApplicationTokenProvider.
|
31
|
+
#
|
32
|
+
# Also, base_url, active_directory_settings & options are optional.
|
33
|
+
#
|
34
|
+
def initialize(options = {})
|
35
|
+
super(options)
|
36
|
+
end
|
37
|
+
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
@@ -0,0 +1,8 @@
|
|
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
|
+
module Azure end
|
6
|
+
module Azure::Automanage end
|
7
|
+
module Azure::Automanage::Profiles end
|
8
|
+
module Azure::Automanage::Profiles::Latest end
|
@@ -0,0 +1,195 @@
|
|
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_automanage'
|
6
|
+
|
7
|
+
module Azure::Automanage::Profiles::Latest
|
8
|
+
module Mgmt
|
9
|
+
Accounts = Azure::Automanage::Mgmt::V2020_06_30_preview::Accounts
|
10
|
+
ConfigurationProfileAssignments = Azure::Automanage::Mgmt::V2020_06_30_preview::ConfigurationProfileAssignments
|
11
|
+
ConfigurationProfilePreferences = Azure::Automanage::Mgmt::V2020_06_30_preview::ConfigurationProfilePreferences
|
12
|
+
Operations = Azure::Automanage::Mgmt::V2020_06_30_preview::Operations
|
13
|
+
|
14
|
+
module Models
|
15
|
+
ConfigurationProfilePreferenceProperties = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreferenceProperties
|
16
|
+
AccountIdentity = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::AccountIdentity
|
17
|
+
ErrorAdditionalInfo = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ErrorAdditionalInfo
|
18
|
+
ErrorResponse = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ErrorResponse
|
19
|
+
AccountList = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::AccountList
|
20
|
+
ErrorResponseError = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ErrorResponseError
|
21
|
+
ConfigurationProfileAssignmentProperties = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfileAssignmentProperties
|
22
|
+
ConfigurationProfileAssignmentList = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfileAssignmentList
|
23
|
+
ConfigurationProfilePreferenceList = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreferenceList
|
24
|
+
ConfigurationProfilePreferenceAntiMalware = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreferenceAntiMalware
|
25
|
+
OperationDisplay = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::OperationDisplay
|
26
|
+
Resource = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::Resource
|
27
|
+
Operation = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::Operation
|
28
|
+
ConfigurationProfileAssignmentCompliance = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfileAssignmentCompliance
|
29
|
+
OperationList = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::OperationList
|
30
|
+
ConfigurationProfilePreferenceVmBackup = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreferenceVmBackup
|
31
|
+
UpdateResource = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::UpdateResource
|
32
|
+
Account = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::Account
|
33
|
+
AccountUpdate = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::AccountUpdate
|
34
|
+
ConfigurationProfileAssignment = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfileAssignment
|
35
|
+
ConfigurationProfilePreference = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreference
|
36
|
+
ConfigurationProfilePreferenceUpdate = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreferenceUpdate
|
37
|
+
ProxyResource = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ProxyResource
|
38
|
+
AzureEntityResource = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::AzureEntityResource
|
39
|
+
TrackedResource = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::TrackedResource
|
40
|
+
ResourceIdentityType = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ResourceIdentityType
|
41
|
+
ConfigurationProfile = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfile
|
42
|
+
ProvisioningState = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ProvisioningState
|
43
|
+
UpdateStatus = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::UpdateStatus
|
44
|
+
EnableRealTimeProtection = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::EnableRealTimeProtection
|
45
|
+
RunScheduledScan = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::RunScheduledScan
|
46
|
+
ScanType = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ScanType
|
47
|
+
end
|
48
|
+
|
49
|
+
#
|
50
|
+
# AutomanageManagementClass
|
51
|
+
#
|
52
|
+
class AutomanageManagementClass
|
53
|
+
attr_reader :accounts, :configuration_profile_assignments, :configuration_profile_preferences, :operations, :configurable, :base_url, :options, :model_classes
|
54
|
+
|
55
|
+
def initialize(options = {})
|
56
|
+
if options.is_a?(Hash) && options.length == 0
|
57
|
+
@options = setup_default_options
|
58
|
+
else
|
59
|
+
@options = options
|
60
|
+
end
|
61
|
+
|
62
|
+
reset!(options)
|
63
|
+
|
64
|
+
@configurable = self
|
65
|
+
@base_url = options[:base_url].nil? ? nil:options[:base_url]
|
66
|
+
@options = options[:options].nil? ? nil:options[:options]
|
67
|
+
|
68
|
+
@client_0 = Azure::Automanage::Mgmt::V2020_06_30_preview::AutomanageClient.new(configurable.credentials, base_url, options)
|
69
|
+
if(@client_0.respond_to?(:subscription_id))
|
70
|
+
@client_0.subscription_id = configurable.subscription_id
|
71
|
+
end
|
72
|
+
add_telemetry(@client_0)
|
73
|
+
@accounts = @client_0.accounts
|
74
|
+
@configuration_profile_assignments = @client_0.configuration_profile_assignments
|
75
|
+
@configuration_profile_preferences = @client_0.configuration_profile_preferences
|
76
|
+
@operations = @client_0.operations
|
77
|
+
|
78
|
+
@model_classes = ModelClasses.new
|
79
|
+
end
|
80
|
+
|
81
|
+
def add_telemetry(client)
|
82
|
+
profile_information = 'Profiles/Latest/Automanage/Mgmt'
|
83
|
+
client.add_user_agent_information(profile_information)
|
84
|
+
end
|
85
|
+
|
86
|
+
def method_missing(method, *args)
|
87
|
+
if @client_0.respond_to?method
|
88
|
+
@client_0.send(method, *args)
|
89
|
+
else
|
90
|
+
super
|
91
|
+
end
|
92
|
+
end
|
93
|
+
|
94
|
+
end
|
95
|
+
|
96
|
+
class ModelClasses
|
97
|
+
def configuration_profile_preference_properties
|
98
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreferenceProperties
|
99
|
+
end
|
100
|
+
def account_identity
|
101
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::AccountIdentity
|
102
|
+
end
|
103
|
+
def error_additional_info
|
104
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ErrorAdditionalInfo
|
105
|
+
end
|
106
|
+
def error_response
|
107
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ErrorResponse
|
108
|
+
end
|
109
|
+
def account_list
|
110
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::AccountList
|
111
|
+
end
|
112
|
+
def error_response_error
|
113
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ErrorResponseError
|
114
|
+
end
|
115
|
+
def configuration_profile_assignment_properties
|
116
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfileAssignmentProperties
|
117
|
+
end
|
118
|
+
def configuration_profile_assignment_list
|
119
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfileAssignmentList
|
120
|
+
end
|
121
|
+
def configuration_profile_preference_list
|
122
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreferenceList
|
123
|
+
end
|
124
|
+
def configuration_profile_preference_anti_malware
|
125
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreferenceAntiMalware
|
126
|
+
end
|
127
|
+
def operation_display
|
128
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::OperationDisplay
|
129
|
+
end
|
130
|
+
def resource
|
131
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::Resource
|
132
|
+
end
|
133
|
+
def operation
|
134
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::Operation
|
135
|
+
end
|
136
|
+
def configuration_profile_assignment_compliance
|
137
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfileAssignmentCompliance
|
138
|
+
end
|
139
|
+
def operation_list
|
140
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::OperationList
|
141
|
+
end
|
142
|
+
def configuration_profile_preference_vm_backup
|
143
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreferenceVmBackup
|
144
|
+
end
|
145
|
+
def update_resource
|
146
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::UpdateResource
|
147
|
+
end
|
148
|
+
def account
|
149
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::Account
|
150
|
+
end
|
151
|
+
def account_update
|
152
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::AccountUpdate
|
153
|
+
end
|
154
|
+
def configuration_profile_assignment
|
155
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfileAssignment
|
156
|
+
end
|
157
|
+
def configuration_profile_preference
|
158
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreference
|
159
|
+
end
|
160
|
+
def configuration_profile_preference_update
|
161
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreferenceUpdate
|
162
|
+
end
|
163
|
+
def proxy_resource
|
164
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ProxyResource
|
165
|
+
end
|
166
|
+
def azure_entity_resource
|
167
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::AzureEntityResource
|
168
|
+
end
|
169
|
+
def tracked_resource
|
170
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::TrackedResource
|
171
|
+
end
|
172
|
+
def resource_identity_type
|
173
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ResourceIdentityType
|
174
|
+
end
|
175
|
+
def configuration_profile
|
176
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfile
|
177
|
+
end
|
178
|
+
def provisioning_state
|
179
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ProvisioningState
|
180
|
+
end
|
181
|
+
def update_status
|
182
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::UpdateStatus
|
183
|
+
end
|
184
|
+
def enable_real_time_protection
|
185
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::EnableRealTimeProtection
|
186
|
+
end
|
187
|
+
def run_scheduled_scan
|
188
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::RunScheduledScan
|
189
|
+
end
|
190
|
+
def scan_type
|
191
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ScanType
|
192
|
+
end
|
193
|
+
end
|
194
|
+
end
|
195
|
+
end
|