pulumi-azure-native 2.58.0a1724403460__py3-none-any.whl → 2.59.0a1724845184__py3-none-any.whl
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.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +65 -2
- pulumi_azure_native/azurefleet/_enums.py +1 -1
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +1 -1
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +1 -1
- pulumi_azure_native/consumption/__init__.py +3 -0
- pulumi_azure_native/consumption/budget.py +3 -3
- pulumi_azure_native/consumption/get_budget.py +2 -2
- pulumi_azure_native/consumption/v20230501/budget.py +1 -1
- pulumi_azure_native/consumption/v20231101/budget.py +1 -1
- pulumi_azure_native/consumption/v20240801/__init__.py +12 -0
- pulumi_azure_native/consumption/v20240801/_enums.py +99 -0
- pulumi_azure_native/consumption/v20240801/_inputs.py +466 -0
- pulumi_azure_native/consumption/v20240801/budget.py +388 -0
- pulumi_azure_native/consumption/v20240801/get_budget.py +227 -0
- pulumi_azure_native/consumption/v20240801/outputs.py +418 -0
- pulumi_azure_native/containerservice/v20240402preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240402preview/outputs.py +2 -2
- pulumi_azure_native/containerservice/v20240502preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240502preview/outputs.py +2 -2
- pulumi_azure_native/containerservice/v20240602preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240602preview/outputs.py +2 -2
- pulumi_azure_native/databricks/__init__.py +3 -0
- pulumi_azure_native/databricks/access_connector.py +3 -3
- pulumi_azure_native/databricks/get_access_connector.py +2 -2
- pulumi_azure_native/databricks/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/databricks/get_workspace.py +2 -2
- pulumi_azure_native/databricks/private_endpoint_connection.py +3 -3
- pulumi_azure_native/databricks/v20220401preview/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20230201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20230201/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20230201/workspace.py +1 -1
- pulumi_azure_native/databricks/v20230501/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/workspace.py +1 -1
- pulumi_azure_native/databricks/v20240501/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20240501/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20240501/workspace.py +1 -1
- pulumi_azure_native/databricks/v20240901preview/__init__.py +18 -0
- pulumi_azure_native/databricks/v20240901preview/_enums.py +122 -0
- pulumi_azure_native/databricks/v20240901preview/_inputs.py +1712 -0
- pulumi_azure_native/databricks/v20240901preview/access_connector.py +268 -0
- pulumi_azure_native/databricks/v20240901preview/get_access_connector.py +175 -0
- pulumi_azure_native/databricks/v20240901preview/get_private_endpoint_connection.py +128 -0
- pulumi_azure_native/databricks/v20240901preview/get_v_net_peering.py +245 -0
- pulumi_azure_native/databricks/v20240901preview/get_workspace.py +448 -0
- pulumi_azure_native/databricks/v20240901preview/outputs.py +1954 -0
- pulumi_azure_native/databricks/v20240901preview/private_endpoint_connection.py +212 -0
- pulumi_azure_native/databricks/v20240901preview/v_net_peering.py +434 -0
- pulumi_azure_native/databricks/v20240901preview/workspace.py +688 -0
- pulumi_azure_native/databricks/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/workspace.py +3 -3
- pulumi_azure_native/hybridconnectivity/__init__.py +3 -0
- pulumi_azure_native/hybridconnectivity/endpoint.py +3 -3
- pulumi_azure_native/hybridconnectivity/get_endpoint.py +2 -2
- pulumi_azure_native/hybridconnectivity/get_service_configuration.py +4 -0
- pulumi_azure_native/hybridconnectivity/list_endpoint_credentials.py +2 -2
- pulumi_azure_native/hybridconnectivity/list_endpoint_ingress_gateway_credentials.py +4 -0
- pulumi_azure_native/hybridconnectivity/list_endpoint_managed_proxy_details.py +2 -2
- pulumi_azure_native/hybridconnectivity/service_configuration.py +5 -1
- pulumi_azure_native/hybridconnectivity/v20220501preview/endpoint.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20230315/endpoint.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20230315/service_configuration.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20241201/__init__.py +17 -0
- pulumi_azure_native/hybridconnectivity/v20241201/_enums.py +37 -0
- pulumi_azure_native/hybridconnectivity/v20241201/_inputs.py +79 -0
- pulumi_azure_native/hybridconnectivity/v20241201/endpoint.py +374 -0
- pulumi_azure_native/hybridconnectivity/v20241201/get_endpoint.py +214 -0
- pulumi_azure_native/hybridconnectivity/v20241201/get_service_configuration.py +258 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_credentials.py +159 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_ingress_gateway_credentials.py +198 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_managed_proxy_details.py +112 -0
- pulumi_azure_native/hybridconnectivity/v20241201/outputs.py +196 -0
- pulumi_azure_native/hybridconnectivity/v20241201/service_configuration.py +463 -0
- pulumi_azure_native/iotoperations/v20240815preview/_enums.py +2 -2
- pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +19 -22
- pulumi_azure_native/iotoperations/v20240815preview/outputs.py +11 -14
- pulumi_azure_native/networkcloud/__init__.py +5 -0
- pulumi_azure_native/networkcloud/_inputs.py +52 -0
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +244 -0
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +338 -0
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/outputs.py +30 -0
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/__init__.py +46 -0
- pulumi_azure_native/networkcloud/v20240601preview/_enums.py +327 -0
- pulumi_azure_native/networkcloud/v20240601preview/_inputs.py +3436 -0
- pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +610 -0
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +795 -0
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +507 -0
- pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +448 -0
- pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +417 -0
- pulumi_azure_native/networkcloud/v20240601preview/cluster.py +830 -0
- pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +452 -0
- pulumi_azure_native/networkcloud/v20240601preview/console.py +417 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_agent_pool.py +346 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine.py +575 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine_key_set.py +307 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bmc_key_set.py +281 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cloud_services_network.py +308 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cluster.py +524 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cluster_manager.py +289 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_console.py +268 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster.py +380 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster_feature.py +242 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_l2_network.py +289 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_l3_network.py +356 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_metrics_configuration.py +242 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_rack.py +263 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_storage_appliance.py +393 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_trunked_network.py +302 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_virtual_machine.py +471 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_volume.py +237 -0
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +564 -0
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +336 -0
- pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +419 -0
- pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +581 -0
- pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +376 -0
- pulumi_azure_native/networkcloud/v20240601preview/outputs.py +4231 -0
- pulumi_azure_native/networkcloud/v20240601preview/rack.py +416 -0
- pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +536 -0
- pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +449 -0
- pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +823 -0
- pulumi_azure_native/networkcloud/v20240601preview/volume.py +336 -0
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/security/__init__.py +0 -2
- pulumi_azure_native/security/_inputs.py +0 -536
- pulumi_azure_native/security/outputs.py +0 -465
- pulumi_azure_native/security/v20200101/__init__.py +0 -2
- pulumi_azure_native/security/v20200101/_inputs.py +0 -536
- pulumi_azure_native/security/v20200101/outputs.py +0 -465
- pulumi_azure_native/workloads/__init__.py +3 -0
- pulumi_azure_native/workloads/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20211201preview/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20240901/__init__.py +22 -0
- pulumi_azure_native/workloads/v20240901/_enums.py +242 -0
- pulumi_azure_native/workloads/v20240901/_inputs.py +3277 -0
- pulumi_azure_native/workloads/v20240901/get_sap_application_server_instance.py +362 -0
- pulumi_azure_native/workloads/v20240901/get_sap_central_server_instance.py +336 -0
- pulumi_azure_native/workloads/v20240901/get_sap_database_instance.py +271 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance.py +292 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_availability_zone_details.py +95 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_disk_configurations.py +110 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sap_supported_sku.py +110 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sizing_recommendations.py +124 -0
- pulumi_azure_native/workloads/v20240901/outputs.py +3879 -0
- pulumi_azure_native/workloads/v20240901/sap_application_server_instance.py +408 -0
- pulumi_azure_native/workloads/v20240901/sap_central_server_instance.py +388 -0
- pulumi_azure_native/workloads/v20240901/sap_database_instance.py +338 -0
- pulumi_azure_native/workloads/v20240901/sap_virtual_instance.py +456 -0
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/RECORD +232 -149
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/WHEEL +1 -1
- pulumi_azure_native/security/adaptive_application_control.py +0 -311
- pulumi_azure_native/security/get_adaptive_application_control.py +0 -221
- pulumi_azure_native/security/v20200101/adaptive_application_control.py +0 -305
- pulumi_azure_native/security/v20200101/get_adaptive_application_control.py +0 -215
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/top_level.txt +0 -0
|
@@ -1,311 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
import copy
|
|
6
|
-
import warnings
|
|
7
|
-
import sys
|
|
8
|
-
import pulumi
|
|
9
|
-
import pulumi.runtime
|
|
10
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
-
from .. import _utilities
|
|
16
|
-
from . import outputs
|
|
17
|
-
from ._inputs import *
|
|
18
|
-
|
|
19
|
-
__all__ = ['AdaptiveApplicationControlArgs', 'AdaptiveApplicationControl']
|
|
20
|
-
|
|
21
|
-
@pulumi.input_type
|
|
22
|
-
class AdaptiveApplicationControlArgs:
|
|
23
|
-
def __init__(__self__, *,
|
|
24
|
-
asc_location: pulumi.Input[str],
|
|
25
|
-
enforcement_mode: Optional[pulumi.Input[str]] = None,
|
|
26
|
-
group_name: Optional[pulumi.Input[str]] = None,
|
|
27
|
-
path_recommendations: Optional[pulumi.Input[Sequence[pulumi.Input['PathRecommendationArgs']]]] = None,
|
|
28
|
-
protection_mode: Optional[pulumi.Input['ProtectionModeArgs']] = None,
|
|
29
|
-
vm_recommendations: Optional[pulumi.Input[Sequence[pulumi.Input['VmRecommendationArgs']]]] = None):
|
|
30
|
-
"""
|
|
31
|
-
The set of arguments for constructing a AdaptiveApplicationControl resource.
|
|
32
|
-
:param pulumi.Input[str] asc_location: The location where ASC stores the data of the subscription. can be retrieved from Get locations
|
|
33
|
-
:param pulumi.Input[str] enforcement_mode: The application control policy enforcement/protection mode of the machine group
|
|
34
|
-
:param pulumi.Input[str] group_name: Name of an application control machine group
|
|
35
|
-
:param pulumi.Input['ProtectionModeArgs'] protection_mode: The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.
|
|
36
|
-
"""
|
|
37
|
-
pulumi.set(__self__, "asc_location", asc_location)
|
|
38
|
-
if enforcement_mode is not None:
|
|
39
|
-
pulumi.set(__self__, "enforcement_mode", enforcement_mode)
|
|
40
|
-
if group_name is not None:
|
|
41
|
-
pulumi.set(__self__, "group_name", group_name)
|
|
42
|
-
if path_recommendations is not None:
|
|
43
|
-
pulumi.set(__self__, "path_recommendations", path_recommendations)
|
|
44
|
-
if protection_mode is not None:
|
|
45
|
-
pulumi.set(__self__, "protection_mode", protection_mode)
|
|
46
|
-
if vm_recommendations is not None:
|
|
47
|
-
pulumi.set(__self__, "vm_recommendations", vm_recommendations)
|
|
48
|
-
|
|
49
|
-
@property
|
|
50
|
-
@pulumi.getter(name="ascLocation")
|
|
51
|
-
def asc_location(self) -> pulumi.Input[str]:
|
|
52
|
-
"""
|
|
53
|
-
The location where ASC stores the data of the subscription. can be retrieved from Get locations
|
|
54
|
-
"""
|
|
55
|
-
return pulumi.get(self, "asc_location")
|
|
56
|
-
|
|
57
|
-
@asc_location.setter
|
|
58
|
-
def asc_location(self, value: pulumi.Input[str]):
|
|
59
|
-
pulumi.set(self, "asc_location", value)
|
|
60
|
-
|
|
61
|
-
@property
|
|
62
|
-
@pulumi.getter(name="enforcementMode")
|
|
63
|
-
def enforcement_mode(self) -> Optional[pulumi.Input[str]]:
|
|
64
|
-
"""
|
|
65
|
-
The application control policy enforcement/protection mode of the machine group
|
|
66
|
-
"""
|
|
67
|
-
return pulumi.get(self, "enforcement_mode")
|
|
68
|
-
|
|
69
|
-
@enforcement_mode.setter
|
|
70
|
-
def enforcement_mode(self, value: Optional[pulumi.Input[str]]):
|
|
71
|
-
pulumi.set(self, "enforcement_mode", value)
|
|
72
|
-
|
|
73
|
-
@property
|
|
74
|
-
@pulumi.getter(name="groupName")
|
|
75
|
-
def group_name(self) -> Optional[pulumi.Input[str]]:
|
|
76
|
-
"""
|
|
77
|
-
Name of an application control machine group
|
|
78
|
-
"""
|
|
79
|
-
return pulumi.get(self, "group_name")
|
|
80
|
-
|
|
81
|
-
@group_name.setter
|
|
82
|
-
def group_name(self, value: Optional[pulumi.Input[str]]):
|
|
83
|
-
pulumi.set(self, "group_name", value)
|
|
84
|
-
|
|
85
|
-
@property
|
|
86
|
-
@pulumi.getter(name="pathRecommendations")
|
|
87
|
-
def path_recommendations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PathRecommendationArgs']]]]:
|
|
88
|
-
return pulumi.get(self, "path_recommendations")
|
|
89
|
-
|
|
90
|
-
@path_recommendations.setter
|
|
91
|
-
def path_recommendations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PathRecommendationArgs']]]]):
|
|
92
|
-
pulumi.set(self, "path_recommendations", value)
|
|
93
|
-
|
|
94
|
-
@property
|
|
95
|
-
@pulumi.getter(name="protectionMode")
|
|
96
|
-
def protection_mode(self) -> Optional[pulumi.Input['ProtectionModeArgs']]:
|
|
97
|
-
"""
|
|
98
|
-
The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.
|
|
99
|
-
"""
|
|
100
|
-
return pulumi.get(self, "protection_mode")
|
|
101
|
-
|
|
102
|
-
@protection_mode.setter
|
|
103
|
-
def protection_mode(self, value: Optional[pulumi.Input['ProtectionModeArgs']]):
|
|
104
|
-
pulumi.set(self, "protection_mode", value)
|
|
105
|
-
|
|
106
|
-
@property
|
|
107
|
-
@pulumi.getter(name="vmRecommendations")
|
|
108
|
-
def vm_recommendations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VmRecommendationArgs']]]]:
|
|
109
|
-
return pulumi.get(self, "vm_recommendations")
|
|
110
|
-
|
|
111
|
-
@vm_recommendations.setter
|
|
112
|
-
def vm_recommendations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VmRecommendationArgs']]]]):
|
|
113
|
-
pulumi.set(self, "vm_recommendations", value)
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
class AdaptiveApplicationControl(pulumi.CustomResource):
|
|
117
|
-
@overload
|
|
118
|
-
def __init__(__self__,
|
|
119
|
-
resource_name: str,
|
|
120
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
121
|
-
asc_location: Optional[pulumi.Input[str]] = None,
|
|
122
|
-
enforcement_mode: Optional[pulumi.Input[str]] = None,
|
|
123
|
-
group_name: Optional[pulumi.Input[str]] = None,
|
|
124
|
-
path_recommendations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['PathRecommendationArgs', 'PathRecommendationArgsDict']]]]] = None,
|
|
125
|
-
protection_mode: Optional[pulumi.Input[Union['ProtectionModeArgs', 'ProtectionModeArgsDict']]] = None,
|
|
126
|
-
vm_recommendations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VmRecommendationArgs', 'VmRecommendationArgsDict']]]]] = None,
|
|
127
|
-
__props__=None):
|
|
128
|
-
"""
|
|
129
|
-
Azure REST API version: 2020-01-01. Prior API version in Azure Native 1.x: 2020-01-01.
|
|
130
|
-
|
|
131
|
-
Other available API versions: 2015-06-01-preview.
|
|
132
|
-
|
|
133
|
-
:param str resource_name: The name of the resource.
|
|
134
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
135
|
-
:param pulumi.Input[str] asc_location: The location where ASC stores the data of the subscription. can be retrieved from Get locations
|
|
136
|
-
:param pulumi.Input[str] enforcement_mode: The application control policy enforcement/protection mode of the machine group
|
|
137
|
-
:param pulumi.Input[str] group_name: Name of an application control machine group
|
|
138
|
-
:param pulumi.Input[Union['ProtectionModeArgs', 'ProtectionModeArgsDict']] protection_mode: The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.
|
|
139
|
-
"""
|
|
140
|
-
...
|
|
141
|
-
@overload
|
|
142
|
-
def __init__(__self__,
|
|
143
|
-
resource_name: str,
|
|
144
|
-
args: AdaptiveApplicationControlArgs,
|
|
145
|
-
opts: Optional[pulumi.ResourceOptions] = None):
|
|
146
|
-
"""
|
|
147
|
-
Azure REST API version: 2020-01-01. Prior API version in Azure Native 1.x: 2020-01-01.
|
|
148
|
-
|
|
149
|
-
Other available API versions: 2015-06-01-preview.
|
|
150
|
-
|
|
151
|
-
:param str resource_name: The name of the resource.
|
|
152
|
-
:param AdaptiveApplicationControlArgs args: The arguments to use to populate this resource's properties.
|
|
153
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
154
|
-
"""
|
|
155
|
-
...
|
|
156
|
-
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
157
|
-
resource_args, opts = _utilities.get_resource_args_opts(AdaptiveApplicationControlArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
158
|
-
if resource_args is not None:
|
|
159
|
-
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
160
|
-
else:
|
|
161
|
-
__self__._internal_init(resource_name, *args, **kwargs)
|
|
162
|
-
|
|
163
|
-
def _internal_init(__self__,
|
|
164
|
-
resource_name: str,
|
|
165
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
166
|
-
asc_location: Optional[pulumi.Input[str]] = None,
|
|
167
|
-
enforcement_mode: Optional[pulumi.Input[str]] = None,
|
|
168
|
-
group_name: Optional[pulumi.Input[str]] = None,
|
|
169
|
-
path_recommendations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['PathRecommendationArgs', 'PathRecommendationArgsDict']]]]] = None,
|
|
170
|
-
protection_mode: Optional[pulumi.Input[Union['ProtectionModeArgs', 'ProtectionModeArgsDict']]] = None,
|
|
171
|
-
vm_recommendations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VmRecommendationArgs', 'VmRecommendationArgsDict']]]]] = None,
|
|
172
|
-
__props__=None):
|
|
173
|
-
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
174
|
-
if not isinstance(opts, pulumi.ResourceOptions):
|
|
175
|
-
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
176
|
-
if opts.id is None:
|
|
177
|
-
if __props__ is not None:
|
|
178
|
-
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
179
|
-
__props__ = AdaptiveApplicationControlArgs.__new__(AdaptiveApplicationControlArgs)
|
|
180
|
-
|
|
181
|
-
if asc_location is None and not opts.urn:
|
|
182
|
-
raise TypeError("Missing required property 'asc_location'")
|
|
183
|
-
__props__.__dict__["asc_location"] = asc_location
|
|
184
|
-
__props__.__dict__["enforcement_mode"] = enforcement_mode
|
|
185
|
-
__props__.__dict__["group_name"] = group_name
|
|
186
|
-
__props__.__dict__["path_recommendations"] = path_recommendations
|
|
187
|
-
__props__.__dict__["protection_mode"] = protection_mode
|
|
188
|
-
__props__.__dict__["vm_recommendations"] = vm_recommendations
|
|
189
|
-
__props__.__dict__["configuration_status"] = None
|
|
190
|
-
__props__.__dict__["issues"] = None
|
|
191
|
-
__props__.__dict__["location"] = None
|
|
192
|
-
__props__.__dict__["name"] = None
|
|
193
|
-
__props__.__dict__["recommendation_status"] = None
|
|
194
|
-
__props__.__dict__["source_system"] = None
|
|
195
|
-
__props__.__dict__["type"] = None
|
|
196
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:security/v20150601preview:AdaptiveApplicationControl"), pulumi.Alias(type_="azure-native:security/v20200101:AdaptiveApplicationControl")])
|
|
197
|
-
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
198
|
-
super(AdaptiveApplicationControl, __self__).__init__(
|
|
199
|
-
'azure-native:security:AdaptiveApplicationControl',
|
|
200
|
-
resource_name,
|
|
201
|
-
__props__,
|
|
202
|
-
opts)
|
|
203
|
-
|
|
204
|
-
@staticmethod
|
|
205
|
-
def get(resource_name: str,
|
|
206
|
-
id: pulumi.Input[str],
|
|
207
|
-
opts: Optional[pulumi.ResourceOptions] = None) -> 'AdaptiveApplicationControl':
|
|
208
|
-
"""
|
|
209
|
-
Get an existing AdaptiveApplicationControl resource's state with the given name, id, and optional extra
|
|
210
|
-
properties used to qualify the lookup.
|
|
211
|
-
|
|
212
|
-
:param str resource_name: The unique name of the resulting resource.
|
|
213
|
-
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
214
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
215
|
-
"""
|
|
216
|
-
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
217
|
-
|
|
218
|
-
__props__ = AdaptiveApplicationControlArgs.__new__(AdaptiveApplicationControlArgs)
|
|
219
|
-
|
|
220
|
-
__props__.__dict__["configuration_status"] = None
|
|
221
|
-
__props__.__dict__["enforcement_mode"] = None
|
|
222
|
-
__props__.__dict__["issues"] = None
|
|
223
|
-
__props__.__dict__["location"] = None
|
|
224
|
-
__props__.__dict__["name"] = None
|
|
225
|
-
__props__.__dict__["path_recommendations"] = None
|
|
226
|
-
__props__.__dict__["protection_mode"] = None
|
|
227
|
-
__props__.__dict__["recommendation_status"] = None
|
|
228
|
-
__props__.__dict__["source_system"] = None
|
|
229
|
-
__props__.__dict__["type"] = None
|
|
230
|
-
__props__.__dict__["vm_recommendations"] = None
|
|
231
|
-
return AdaptiveApplicationControl(resource_name, opts=opts, __props__=__props__)
|
|
232
|
-
|
|
233
|
-
@property
|
|
234
|
-
@pulumi.getter(name="configurationStatus")
|
|
235
|
-
def configuration_status(self) -> pulumi.Output[str]:
|
|
236
|
-
"""
|
|
237
|
-
The configuration status of the machines group or machine or rule
|
|
238
|
-
"""
|
|
239
|
-
return pulumi.get(self, "configuration_status")
|
|
240
|
-
|
|
241
|
-
@property
|
|
242
|
-
@pulumi.getter(name="enforcementMode")
|
|
243
|
-
def enforcement_mode(self) -> pulumi.Output[Optional[str]]:
|
|
244
|
-
"""
|
|
245
|
-
The application control policy enforcement/protection mode of the machine group
|
|
246
|
-
"""
|
|
247
|
-
return pulumi.get(self, "enforcement_mode")
|
|
248
|
-
|
|
249
|
-
@property
|
|
250
|
-
@pulumi.getter
|
|
251
|
-
def issues(self) -> pulumi.Output[Sequence['outputs.AdaptiveApplicationControlIssueSummaryResponse']]:
|
|
252
|
-
return pulumi.get(self, "issues")
|
|
253
|
-
|
|
254
|
-
@property
|
|
255
|
-
@pulumi.getter
|
|
256
|
-
def location(self) -> pulumi.Output[str]:
|
|
257
|
-
"""
|
|
258
|
-
Location where the resource is stored
|
|
259
|
-
"""
|
|
260
|
-
return pulumi.get(self, "location")
|
|
261
|
-
|
|
262
|
-
@property
|
|
263
|
-
@pulumi.getter
|
|
264
|
-
def name(self) -> pulumi.Output[str]:
|
|
265
|
-
"""
|
|
266
|
-
Resource name
|
|
267
|
-
"""
|
|
268
|
-
return pulumi.get(self, "name")
|
|
269
|
-
|
|
270
|
-
@property
|
|
271
|
-
@pulumi.getter(name="pathRecommendations")
|
|
272
|
-
def path_recommendations(self) -> pulumi.Output[Optional[Sequence['outputs.PathRecommendationResponse']]]:
|
|
273
|
-
return pulumi.get(self, "path_recommendations")
|
|
274
|
-
|
|
275
|
-
@property
|
|
276
|
-
@pulumi.getter(name="protectionMode")
|
|
277
|
-
def protection_mode(self) -> pulumi.Output[Optional['outputs.ProtectionModeResponse']]:
|
|
278
|
-
"""
|
|
279
|
-
The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.
|
|
280
|
-
"""
|
|
281
|
-
return pulumi.get(self, "protection_mode")
|
|
282
|
-
|
|
283
|
-
@property
|
|
284
|
-
@pulumi.getter(name="recommendationStatus")
|
|
285
|
-
def recommendation_status(self) -> pulumi.Output[str]:
|
|
286
|
-
"""
|
|
287
|
-
The initial recommendation status of the machine group or machine
|
|
288
|
-
"""
|
|
289
|
-
return pulumi.get(self, "recommendation_status")
|
|
290
|
-
|
|
291
|
-
@property
|
|
292
|
-
@pulumi.getter(name="sourceSystem")
|
|
293
|
-
def source_system(self) -> pulumi.Output[str]:
|
|
294
|
-
"""
|
|
295
|
-
The source type of the machine group
|
|
296
|
-
"""
|
|
297
|
-
return pulumi.get(self, "source_system")
|
|
298
|
-
|
|
299
|
-
@property
|
|
300
|
-
@pulumi.getter
|
|
301
|
-
def type(self) -> pulumi.Output[str]:
|
|
302
|
-
"""
|
|
303
|
-
Resource type
|
|
304
|
-
"""
|
|
305
|
-
return pulumi.get(self, "type")
|
|
306
|
-
|
|
307
|
-
@property
|
|
308
|
-
@pulumi.getter(name="vmRecommendations")
|
|
309
|
-
def vm_recommendations(self) -> pulumi.Output[Optional[Sequence['outputs.VmRecommendationResponse']]]:
|
|
310
|
-
return pulumi.get(self, "vm_recommendations")
|
|
311
|
-
|
|
@@ -1,221 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
import copy
|
|
6
|
-
import warnings
|
|
7
|
-
import sys
|
|
8
|
-
import pulumi
|
|
9
|
-
import pulumi.runtime
|
|
10
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
-
from .. import _utilities
|
|
16
|
-
from . import outputs
|
|
17
|
-
|
|
18
|
-
__all__ = [
|
|
19
|
-
'GetAdaptiveApplicationControlResult',
|
|
20
|
-
'AwaitableGetAdaptiveApplicationControlResult',
|
|
21
|
-
'get_adaptive_application_control',
|
|
22
|
-
'get_adaptive_application_control_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetAdaptiveApplicationControlResult:
|
|
27
|
-
def __init__(__self__, configuration_status=None, enforcement_mode=None, id=None, issues=None, location=None, name=None, path_recommendations=None, protection_mode=None, recommendation_status=None, source_system=None, type=None, vm_recommendations=None):
|
|
28
|
-
if configuration_status and not isinstance(configuration_status, str):
|
|
29
|
-
raise TypeError("Expected argument 'configuration_status' to be a str")
|
|
30
|
-
pulumi.set(__self__, "configuration_status", configuration_status)
|
|
31
|
-
if enforcement_mode and not isinstance(enforcement_mode, str):
|
|
32
|
-
raise TypeError("Expected argument 'enforcement_mode' to be a str")
|
|
33
|
-
pulumi.set(__self__, "enforcement_mode", enforcement_mode)
|
|
34
|
-
if id and not isinstance(id, str):
|
|
35
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
36
|
-
pulumi.set(__self__, "id", id)
|
|
37
|
-
if issues and not isinstance(issues, list):
|
|
38
|
-
raise TypeError("Expected argument 'issues' to be a list")
|
|
39
|
-
pulumi.set(__self__, "issues", issues)
|
|
40
|
-
if location and not isinstance(location, str):
|
|
41
|
-
raise TypeError("Expected argument 'location' to be a str")
|
|
42
|
-
pulumi.set(__self__, "location", location)
|
|
43
|
-
if name and not isinstance(name, str):
|
|
44
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
45
|
-
pulumi.set(__self__, "name", name)
|
|
46
|
-
if path_recommendations and not isinstance(path_recommendations, list):
|
|
47
|
-
raise TypeError("Expected argument 'path_recommendations' to be a list")
|
|
48
|
-
pulumi.set(__self__, "path_recommendations", path_recommendations)
|
|
49
|
-
if protection_mode and not isinstance(protection_mode, dict):
|
|
50
|
-
raise TypeError("Expected argument 'protection_mode' to be a dict")
|
|
51
|
-
pulumi.set(__self__, "protection_mode", protection_mode)
|
|
52
|
-
if recommendation_status and not isinstance(recommendation_status, str):
|
|
53
|
-
raise TypeError("Expected argument 'recommendation_status' to be a str")
|
|
54
|
-
pulumi.set(__self__, "recommendation_status", recommendation_status)
|
|
55
|
-
if source_system and not isinstance(source_system, str):
|
|
56
|
-
raise TypeError("Expected argument 'source_system' to be a str")
|
|
57
|
-
pulumi.set(__self__, "source_system", source_system)
|
|
58
|
-
if type and not isinstance(type, str):
|
|
59
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
60
|
-
pulumi.set(__self__, "type", type)
|
|
61
|
-
if vm_recommendations and not isinstance(vm_recommendations, list):
|
|
62
|
-
raise TypeError("Expected argument 'vm_recommendations' to be a list")
|
|
63
|
-
pulumi.set(__self__, "vm_recommendations", vm_recommendations)
|
|
64
|
-
|
|
65
|
-
@property
|
|
66
|
-
@pulumi.getter(name="configurationStatus")
|
|
67
|
-
def configuration_status(self) -> str:
|
|
68
|
-
"""
|
|
69
|
-
The configuration status of the machines group or machine or rule
|
|
70
|
-
"""
|
|
71
|
-
return pulumi.get(self, "configuration_status")
|
|
72
|
-
|
|
73
|
-
@property
|
|
74
|
-
@pulumi.getter(name="enforcementMode")
|
|
75
|
-
def enforcement_mode(self) -> Optional[str]:
|
|
76
|
-
"""
|
|
77
|
-
The application control policy enforcement/protection mode of the machine group
|
|
78
|
-
"""
|
|
79
|
-
return pulumi.get(self, "enforcement_mode")
|
|
80
|
-
|
|
81
|
-
@property
|
|
82
|
-
@pulumi.getter
|
|
83
|
-
def id(self) -> str:
|
|
84
|
-
"""
|
|
85
|
-
Resource Id
|
|
86
|
-
"""
|
|
87
|
-
return pulumi.get(self, "id")
|
|
88
|
-
|
|
89
|
-
@property
|
|
90
|
-
@pulumi.getter
|
|
91
|
-
def issues(self) -> Sequence['outputs.AdaptiveApplicationControlIssueSummaryResponse']:
|
|
92
|
-
return pulumi.get(self, "issues")
|
|
93
|
-
|
|
94
|
-
@property
|
|
95
|
-
@pulumi.getter
|
|
96
|
-
def location(self) -> str:
|
|
97
|
-
"""
|
|
98
|
-
Location where the resource is stored
|
|
99
|
-
"""
|
|
100
|
-
return pulumi.get(self, "location")
|
|
101
|
-
|
|
102
|
-
@property
|
|
103
|
-
@pulumi.getter
|
|
104
|
-
def name(self) -> str:
|
|
105
|
-
"""
|
|
106
|
-
Resource name
|
|
107
|
-
"""
|
|
108
|
-
return pulumi.get(self, "name")
|
|
109
|
-
|
|
110
|
-
@property
|
|
111
|
-
@pulumi.getter(name="pathRecommendations")
|
|
112
|
-
def path_recommendations(self) -> Optional[Sequence['outputs.PathRecommendationResponse']]:
|
|
113
|
-
return pulumi.get(self, "path_recommendations")
|
|
114
|
-
|
|
115
|
-
@property
|
|
116
|
-
@pulumi.getter(name="protectionMode")
|
|
117
|
-
def protection_mode(self) -> Optional['outputs.ProtectionModeResponse']:
|
|
118
|
-
"""
|
|
119
|
-
The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.
|
|
120
|
-
"""
|
|
121
|
-
return pulumi.get(self, "protection_mode")
|
|
122
|
-
|
|
123
|
-
@property
|
|
124
|
-
@pulumi.getter(name="recommendationStatus")
|
|
125
|
-
def recommendation_status(self) -> str:
|
|
126
|
-
"""
|
|
127
|
-
The initial recommendation status of the machine group or machine
|
|
128
|
-
"""
|
|
129
|
-
return pulumi.get(self, "recommendation_status")
|
|
130
|
-
|
|
131
|
-
@property
|
|
132
|
-
@pulumi.getter(name="sourceSystem")
|
|
133
|
-
def source_system(self) -> str:
|
|
134
|
-
"""
|
|
135
|
-
The source type of the machine group
|
|
136
|
-
"""
|
|
137
|
-
return pulumi.get(self, "source_system")
|
|
138
|
-
|
|
139
|
-
@property
|
|
140
|
-
@pulumi.getter
|
|
141
|
-
def type(self) -> str:
|
|
142
|
-
"""
|
|
143
|
-
Resource type
|
|
144
|
-
"""
|
|
145
|
-
return pulumi.get(self, "type")
|
|
146
|
-
|
|
147
|
-
@property
|
|
148
|
-
@pulumi.getter(name="vmRecommendations")
|
|
149
|
-
def vm_recommendations(self) -> Optional[Sequence['outputs.VmRecommendationResponse']]:
|
|
150
|
-
return pulumi.get(self, "vm_recommendations")
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
class AwaitableGetAdaptiveApplicationControlResult(GetAdaptiveApplicationControlResult):
|
|
154
|
-
# pylint: disable=using-constant-test
|
|
155
|
-
def __await__(self):
|
|
156
|
-
if False:
|
|
157
|
-
yield self
|
|
158
|
-
return GetAdaptiveApplicationControlResult(
|
|
159
|
-
configuration_status=self.configuration_status,
|
|
160
|
-
enforcement_mode=self.enforcement_mode,
|
|
161
|
-
id=self.id,
|
|
162
|
-
issues=self.issues,
|
|
163
|
-
location=self.location,
|
|
164
|
-
name=self.name,
|
|
165
|
-
path_recommendations=self.path_recommendations,
|
|
166
|
-
protection_mode=self.protection_mode,
|
|
167
|
-
recommendation_status=self.recommendation_status,
|
|
168
|
-
source_system=self.source_system,
|
|
169
|
-
type=self.type,
|
|
170
|
-
vm_recommendations=self.vm_recommendations)
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
def get_adaptive_application_control(asc_location: Optional[str] = None,
|
|
174
|
-
group_name: Optional[str] = None,
|
|
175
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAdaptiveApplicationControlResult:
|
|
176
|
-
"""
|
|
177
|
-
Gets an application control VM/server group.
|
|
178
|
-
Azure REST API version: 2020-01-01.
|
|
179
|
-
|
|
180
|
-
Other available API versions: 2015-06-01-preview.
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
:param str asc_location: The location where ASC stores the data of the subscription. can be retrieved from Get locations
|
|
184
|
-
:param str group_name: Name of an application control machine group
|
|
185
|
-
"""
|
|
186
|
-
__args__ = dict()
|
|
187
|
-
__args__['ascLocation'] = asc_location
|
|
188
|
-
__args__['groupName'] = group_name
|
|
189
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
190
|
-
__ret__ = pulumi.runtime.invoke('azure-native:security:getAdaptiveApplicationControl', __args__, opts=opts, typ=GetAdaptiveApplicationControlResult).value
|
|
191
|
-
|
|
192
|
-
return AwaitableGetAdaptiveApplicationControlResult(
|
|
193
|
-
configuration_status=pulumi.get(__ret__, 'configuration_status'),
|
|
194
|
-
enforcement_mode=pulumi.get(__ret__, 'enforcement_mode'),
|
|
195
|
-
id=pulumi.get(__ret__, 'id'),
|
|
196
|
-
issues=pulumi.get(__ret__, 'issues'),
|
|
197
|
-
location=pulumi.get(__ret__, 'location'),
|
|
198
|
-
name=pulumi.get(__ret__, 'name'),
|
|
199
|
-
path_recommendations=pulumi.get(__ret__, 'path_recommendations'),
|
|
200
|
-
protection_mode=pulumi.get(__ret__, 'protection_mode'),
|
|
201
|
-
recommendation_status=pulumi.get(__ret__, 'recommendation_status'),
|
|
202
|
-
source_system=pulumi.get(__ret__, 'source_system'),
|
|
203
|
-
type=pulumi.get(__ret__, 'type'),
|
|
204
|
-
vm_recommendations=pulumi.get(__ret__, 'vm_recommendations'))
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
@_utilities.lift_output_func(get_adaptive_application_control)
|
|
208
|
-
def get_adaptive_application_control_output(asc_location: Optional[pulumi.Input[str]] = None,
|
|
209
|
-
group_name: Optional[pulumi.Input[str]] = None,
|
|
210
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAdaptiveApplicationControlResult]:
|
|
211
|
-
"""
|
|
212
|
-
Gets an application control VM/server group.
|
|
213
|
-
Azure REST API version: 2020-01-01.
|
|
214
|
-
|
|
215
|
-
Other available API versions: 2015-06-01-preview.
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
:param str asc_location: The location where ASC stores the data of the subscription. can be retrieved from Get locations
|
|
219
|
-
:param str group_name: Name of an application control machine group
|
|
220
|
-
"""
|
|
221
|
-
...
|