pulumi-azure-native 2.79.0__py3-none-any.whl → 2.79.0a1734639794__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 +0 -46
- pulumi_azure_native/azurefleet/_enums.py +2 -2
- pulumi_azure_native/azurefleet/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20231101preview/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20240501preview/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20241101/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20241101/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20241101/outputs.py +42 -42
- pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240201preview/outputs.py +2 -2
- pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +2 -2
- pulumi_azure_native/azurestackhci/v20240801preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240801preview/outputs.py +2 -2
- pulumi_azure_native/compute/__init__.py +0 -3
- pulumi_azure_native/compute/cloud_service.py +1 -5
- pulumi_azure_native/compute/get_cloud_service.py +0 -4
- pulumi_azure_native/compute/v20220904/cloud_service.py +1 -1
- pulumi_azure_native/datadog/__init__.py +0 -7
- pulumi_azure_native/datadog/get_monitor.py +2 -2
- pulumi_azure_native/datadog/get_monitor_default_key.py +2 -2
- pulumi_azure_native/datadog/get_monitored_subscription.py +0 -4
- pulumi_azure_native/datadog/list_monitor_api_keys.py +2 -2
- pulumi_azure_native/datadog/list_monitor_hosts.py +2 -2
- pulumi_azure_native/datadog/list_monitor_linked_resources.py +2 -2
- pulumi_azure_native/datadog/list_monitor_monitored_resources.py +2 -2
- pulumi_azure_native/datadog/monitor.py +3 -3
- pulumi_azure_native/datadog/monitored_subscription.py +1 -5
- pulumi_azure_native/datadog/outputs.py +0 -120
- pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
- pulumi_azure_native/datadog/v20220801/monitor.py +1 -1
- pulumi_azure_native/datadog/v20230101/_inputs.py +3 -3
- pulumi_azure_native/datadog/v20230101/monitor.py +1 -1
- pulumi_azure_native/datadog/v20230101/monitored_subscription.py +1 -1
- pulumi_azure_native/datadog/v20230101/outputs.py +2 -2
- pulumi_azure_native/datafactory/_inputs.py +6 -6
- pulumi_azure_native/datafactory/outputs.py +4 -4
- pulumi_azure_native/datafactory/v20180601/_inputs.py +6 -6
- pulumi_azure_native/datafactory/v20180601/outputs.py +4 -4
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quota/__init__.py +0 -3
- pulumi_azure_native/quota/get_group_quota.py +2 -2
- pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
- pulumi_azure_native/quota/group_quota.py +3 -3
- pulumi_azure_native/quota/group_quota_subscription.py +3 -3
- pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/servicenetworking/__init__.py +0 -3
- pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
- pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
- pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
- pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
- pulumi_azure_native/servicenetworking/get_security_policies_interface.py +0 -4
- pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
- pulumi_azure_native/servicenetworking/security_policies_interface.py +1 -5
- pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
- pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/workloads/v20240901/_inputs.py +10 -10
- pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734639794.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734639794.dist-info}/RECORD +82 -135
- pulumi_azure_native/compute/v20241104/__init__.py +0 -12
- pulumi_azure_native/compute/v20241104/_enums.py +0 -31
- pulumi_azure_native/compute/v20241104/_inputs.py +0 -1324
- pulumi_azure_native/compute/v20241104/cloud_service.py +0 -287
- pulumi_azure_native/compute/v20241104/get_cloud_service.py +0 -185
- pulumi_azure_native/compute/v20241104/outputs.py +0 -1082
- pulumi_azure_native/datadog/get_billing_info.py +0 -103
- pulumi_azure_native/datadog/v20230707/__init__.py +0 -19
- pulumi_azure_native/datadog/v20230707/_enums.py +0 -58
- pulumi_azure_native/datadog/v20230707/_inputs.py +0 -911
- pulumi_azure_native/datadog/v20230707/get_monitor.py +0 -182
- pulumi_azure_native/datadog/v20230707/get_monitor_default_key.py +0 -123
- pulumi_azure_native/datadog/v20230707/get_monitored_subscription.py +0 -135
- pulumi_azure_native/datadog/v20230707/list_monitor_api_keys.py +0 -101
- pulumi_azure_native/datadog/v20230707/list_monitor_hosts.py +0 -101
- pulumi_azure_native/datadog/v20230707/list_monitor_linked_resources.py +0 -101
- pulumi_azure_native/datadog/v20230707/list_monitor_monitored_resources.py +0 -101
- pulumi_azure_native/datadog/v20230707/monitor.py +0 -282
- pulumi_azure_native/datadog/v20230707/monitored_subscription.py +0 -211
- pulumi_azure_native/datadog/v20230707/outputs.py +0 -1125
- pulumi_azure_native/datadog/v20231020/__init__.py +0 -20
- pulumi_azure_native/datadog/v20231020/_enums.py +0 -58
- pulumi_azure_native/datadog/v20231020/_inputs.py +0 -911
- pulumi_azure_native/datadog/v20231020/get_billing_info.py +0 -101
- pulumi_azure_native/datadog/v20231020/get_monitor.py +0 -182
- pulumi_azure_native/datadog/v20231020/get_monitor_default_key.py +0 -123
- pulumi_azure_native/datadog/v20231020/get_monitored_subscription.py +0 -135
- pulumi_azure_native/datadog/v20231020/list_monitor_api_keys.py +0 -101
- pulumi_azure_native/datadog/v20231020/list_monitor_hosts.py +0 -101
- pulumi_azure_native/datadog/v20231020/list_monitor_linked_resources.py +0 -101
- pulumi_azure_native/datadog/v20231020/list_monitor_monitored_resources.py +0 -101
- pulumi_azure_native/datadog/v20231020/monitor.py +0 -282
- pulumi_azure_native/datadog/v20231020/monitored_subscription.py +0 -211
- pulumi_azure_native/datadog/v20231020/outputs.py +0 -1257
- pulumi_azure_native/quota/v20241218preview/__init__.py +0 -13
- pulumi_azure_native/quota/v20241218preview/_inputs.py +0 -55
- pulumi_azure_native/quota/v20241218preview/get_group_quota.py +0 -140
- pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py +0 -140
- pulumi_azure_native/quota/v20241218preview/group_quota.py +0 -191
- pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +0 -177
- pulumi_azure_native/quota/v20241218preview/outputs.py +0 -230
- pulumi_azure_native/servicenetworking/v20250101/__init__.py +0 -18
- pulumi_azure_native/servicenetworking/v20250101/_enums.py +0 -19
- pulumi_azure_native/servicenetworking/v20250101/_inputs.py +0 -171
- pulumi_azure_native/servicenetworking/v20250101/associations_interface.py +0 -319
- pulumi_azure_native/servicenetworking/v20250101/frontends_interface.py +0 -268
- pulumi_azure_native/servicenetworking/v20250101/get_associations_interface.py +0 -205
- pulumi_azure_native/servicenetworking/v20250101/get_frontends_interface.py +0 -191
- pulumi_azure_native/servicenetworking/v20250101/get_security_policies_interface.py +0 -205
- pulumi_azure_native/servicenetworking/v20250101/get_traffic_controller_interface.py +0 -241
- pulumi_azure_native/servicenetworking/v20250101/outputs.py +0 -265
- pulumi_azure_native/servicenetworking/v20250101/security_policies_interface.py +0 -298
- pulumi_azure_native/servicenetworking/v20250101/traffic_controller_interface.py +0 -307
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734639794.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734639794.dist-info}/top_level.txt +0 -0
|
@@ -69,7 +69,7 @@ def list_monitor_hosts(monitor_name: Optional[str] = None,
|
|
|
69
69
|
Response of a list operation.
|
|
70
70
|
Azure REST API version: 2022-06-01.
|
|
71
71
|
|
|
72
|
-
Other available API versions: 2022-08-01, 2023-01-01
|
|
72
|
+
Other available API versions: 2022-08-01, 2023-01-01.
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
:param str monitor_name: Monitor resource name
|
|
@@ -91,7 +91,7 @@ def list_monitor_hosts_output(monitor_name: Optional[pulumi.Input[str]] = None,
|
|
|
91
91
|
Response of a list operation.
|
|
92
92
|
Azure REST API version: 2022-06-01.
|
|
93
93
|
|
|
94
|
-
Other available API versions: 2022-08-01, 2023-01-01
|
|
94
|
+
Other available API versions: 2022-08-01, 2023-01-01.
|
|
95
95
|
|
|
96
96
|
|
|
97
97
|
:param str monitor_name: Monitor resource name
|
|
@@ -69,7 +69,7 @@ def list_monitor_linked_resources(monitor_name: Optional[str] = None,
|
|
|
69
69
|
Response of a list operation.
|
|
70
70
|
Azure REST API version: 2022-06-01.
|
|
71
71
|
|
|
72
|
-
Other available API versions: 2022-08-01, 2023-01-01
|
|
72
|
+
Other available API versions: 2022-08-01, 2023-01-01.
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
:param str monitor_name: Monitor resource name
|
|
@@ -91,7 +91,7 @@ def list_monitor_linked_resources_output(monitor_name: Optional[pulumi.Input[str
|
|
|
91
91
|
Response of a list operation.
|
|
92
92
|
Azure REST API version: 2022-06-01.
|
|
93
93
|
|
|
94
|
-
Other available API versions: 2022-08-01, 2023-01-01
|
|
94
|
+
Other available API versions: 2022-08-01, 2023-01-01.
|
|
95
95
|
|
|
96
96
|
|
|
97
97
|
:param str monitor_name: Monitor resource name
|
|
@@ -69,7 +69,7 @@ def list_monitor_monitored_resources(monitor_name: Optional[str] = None,
|
|
|
69
69
|
Response of a list operation.
|
|
70
70
|
Azure REST API version: 2022-06-01.
|
|
71
71
|
|
|
72
|
-
Other available API versions: 2022-08-01, 2023-01-01
|
|
72
|
+
Other available API versions: 2022-08-01, 2023-01-01.
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
:param str monitor_name: Monitor resource name
|
|
@@ -91,7 +91,7 @@ def list_monitor_monitored_resources_output(monitor_name: Optional[pulumi.Input[
|
|
|
91
91
|
Response of a list operation.
|
|
92
92
|
Azure REST API version: 2022-06-01.
|
|
93
93
|
|
|
94
|
-
Other available API versions: 2022-08-01, 2023-01-01
|
|
94
|
+
Other available API versions: 2022-08-01, 2023-01-01.
|
|
95
95
|
|
|
96
96
|
|
|
97
97
|
:param str monitor_name: Monitor resource name
|
|
@@ -138,7 +138,7 @@ class Monitor(pulumi.CustomResource):
|
|
|
138
138
|
"""
|
|
139
139
|
Azure REST API version: 2022-06-01. Prior API version in Azure Native 1.x: 2021-03-01.
|
|
140
140
|
|
|
141
|
-
Other available API versions: 2022-08-01, 2023-01-01
|
|
141
|
+
Other available API versions: 2022-08-01, 2023-01-01.
|
|
142
142
|
|
|
143
143
|
:param str resource_name: The name of the resource.
|
|
144
144
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -155,7 +155,7 @@ class Monitor(pulumi.CustomResource):
|
|
|
155
155
|
"""
|
|
156
156
|
Azure REST API version: 2022-06-01. Prior API version in Azure Native 1.x: 2021-03-01.
|
|
157
157
|
|
|
158
|
-
Other available API versions: 2022-08-01, 2023-01-01
|
|
158
|
+
Other available API versions: 2022-08-01, 2023-01-01.
|
|
159
159
|
|
|
160
160
|
:param str resource_name: The name of the resource.
|
|
161
161
|
:param MonitorArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -200,7 +200,7 @@ class Monitor(pulumi.CustomResource):
|
|
|
200
200
|
__props__.__dict__["name"] = None
|
|
201
201
|
__props__.__dict__["system_data"] = None
|
|
202
202
|
__props__.__dict__["type"] = None
|
|
203
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220601:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220801:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20230101:Monitor")
|
|
203
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220601:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220801:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20230101:Monitor")])
|
|
204
204
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
205
205
|
super(Monitor, __self__).__init__(
|
|
206
206
|
'azure-native:datadog:Monitor',
|
|
@@ -103,8 +103,6 @@ class MonitoredSubscription(pulumi.CustomResource):
|
|
|
103
103
|
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
104
104
|
Azure REST API version: 2023-01-01.
|
|
105
105
|
|
|
106
|
-
Other available API versions: 2023-07-07, 2023-10-20.
|
|
107
|
-
|
|
108
106
|
:param str resource_name: The name of the resource.
|
|
109
107
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
110
108
|
:param pulumi.Input[str] configuration_name: The configuration name. Only 'default' value is supported.
|
|
@@ -122,8 +120,6 @@ class MonitoredSubscription(pulumi.CustomResource):
|
|
|
122
120
|
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
123
121
|
Azure REST API version: 2023-01-01.
|
|
124
122
|
|
|
125
|
-
Other available API versions: 2023-07-07, 2023-10-20.
|
|
126
|
-
|
|
127
123
|
:param str resource_name: The name of the resource.
|
|
128
124
|
:param MonitoredSubscriptionInitArgs args: The arguments to use to populate this resource's properties.
|
|
129
125
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -162,7 +158,7 @@ class MonitoredSubscription(pulumi.CustomResource):
|
|
|
162
158
|
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
163
159
|
__props__.__dict__["name"] = None
|
|
164
160
|
__props__.__dict__["type"] = None
|
|
165
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog/v20230101:MonitoredSubscription")
|
|
161
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog/v20230101:MonitoredSubscription")])
|
|
166
162
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
167
163
|
super(MonitoredSubscription, __self__).__init__(
|
|
168
164
|
'azure-native:datadog:MonitoredSubscription',
|
|
@@ -27,13 +27,11 @@ __all__ = [
|
|
|
27
27
|
'IdentityPropertiesResponse',
|
|
28
28
|
'LinkedResourceResponse',
|
|
29
29
|
'LogRulesResponse',
|
|
30
|
-
'MarketplaceSaaSInfoResponse',
|
|
31
30
|
'MetricRulesResponse',
|
|
32
31
|
'MonitorPropertiesResponse',
|
|
33
32
|
'MonitoredResourceResponse',
|
|
34
33
|
'MonitoredSubscriptionResponse',
|
|
35
34
|
'MonitoringTagRulesPropertiesResponse',
|
|
36
|
-
'PartnerBillingEntityResponse',
|
|
37
35
|
'ResourceSkuResponse',
|
|
38
36
|
'SubscriptionListResponse',
|
|
39
37
|
'SystemDataResponse',
|
|
@@ -489,77 +487,6 @@ class LogRulesResponse(dict):
|
|
|
489
487
|
return pulumi.get(self, "send_subscription_logs")
|
|
490
488
|
|
|
491
489
|
|
|
492
|
-
@pulumi.output_type
|
|
493
|
-
class MarketplaceSaaSInfoResponse(dict):
|
|
494
|
-
"""
|
|
495
|
-
Marketplace SAAS Info of the resource.
|
|
496
|
-
"""
|
|
497
|
-
def __init__(__self__, *,
|
|
498
|
-
billed_azure_subscription_id: Optional[str] = None,
|
|
499
|
-
marketplace_name: Optional[str] = None,
|
|
500
|
-
marketplace_status: Optional[str] = None,
|
|
501
|
-
marketplace_subscription_id: Optional[str] = None,
|
|
502
|
-
subscribed: Optional[bool] = None):
|
|
503
|
-
"""
|
|
504
|
-
Marketplace SAAS Info of the resource.
|
|
505
|
-
:param str billed_azure_subscription_id: The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into.
|
|
506
|
-
:param str marketplace_name: Marketplace Subscription Details: SAAS Name
|
|
507
|
-
:param str marketplace_status: Marketplace Subscription Details: SaaS Subscription Status
|
|
508
|
-
:param str marketplace_subscription_id: Marketplace Subscription Id. This is a GUID-formatted string.
|
|
509
|
-
:param bool subscribed: Flag specifying if the Marketplace status is subscribed or not.
|
|
510
|
-
"""
|
|
511
|
-
if billed_azure_subscription_id is not None:
|
|
512
|
-
pulumi.set(__self__, "billed_azure_subscription_id", billed_azure_subscription_id)
|
|
513
|
-
if marketplace_name is not None:
|
|
514
|
-
pulumi.set(__self__, "marketplace_name", marketplace_name)
|
|
515
|
-
if marketplace_status is not None:
|
|
516
|
-
pulumi.set(__self__, "marketplace_status", marketplace_status)
|
|
517
|
-
if marketplace_subscription_id is not None:
|
|
518
|
-
pulumi.set(__self__, "marketplace_subscription_id", marketplace_subscription_id)
|
|
519
|
-
if subscribed is not None:
|
|
520
|
-
pulumi.set(__self__, "subscribed", subscribed)
|
|
521
|
-
|
|
522
|
-
@property
|
|
523
|
-
@pulumi.getter(name="billedAzureSubscriptionId")
|
|
524
|
-
def billed_azure_subscription_id(self) -> Optional[str]:
|
|
525
|
-
"""
|
|
526
|
-
The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into.
|
|
527
|
-
"""
|
|
528
|
-
return pulumi.get(self, "billed_azure_subscription_id")
|
|
529
|
-
|
|
530
|
-
@property
|
|
531
|
-
@pulumi.getter(name="marketplaceName")
|
|
532
|
-
def marketplace_name(self) -> Optional[str]:
|
|
533
|
-
"""
|
|
534
|
-
Marketplace Subscription Details: SAAS Name
|
|
535
|
-
"""
|
|
536
|
-
return pulumi.get(self, "marketplace_name")
|
|
537
|
-
|
|
538
|
-
@property
|
|
539
|
-
@pulumi.getter(name="marketplaceStatus")
|
|
540
|
-
def marketplace_status(self) -> Optional[str]:
|
|
541
|
-
"""
|
|
542
|
-
Marketplace Subscription Details: SaaS Subscription Status
|
|
543
|
-
"""
|
|
544
|
-
return pulumi.get(self, "marketplace_status")
|
|
545
|
-
|
|
546
|
-
@property
|
|
547
|
-
@pulumi.getter(name="marketplaceSubscriptionId")
|
|
548
|
-
def marketplace_subscription_id(self) -> Optional[str]:
|
|
549
|
-
"""
|
|
550
|
-
Marketplace Subscription Id. This is a GUID-formatted string.
|
|
551
|
-
"""
|
|
552
|
-
return pulumi.get(self, "marketplace_subscription_id")
|
|
553
|
-
|
|
554
|
-
@property
|
|
555
|
-
@pulumi.getter
|
|
556
|
-
def subscribed(self) -> Optional[bool]:
|
|
557
|
-
"""
|
|
558
|
-
Flag specifying if the Marketplace status is subscribed or not.
|
|
559
|
-
"""
|
|
560
|
-
return pulumi.get(self, "subscribed")
|
|
561
|
-
|
|
562
|
-
|
|
563
490
|
@pulumi.output_type
|
|
564
491
|
class MetricRulesResponse(dict):
|
|
565
492
|
"""
|
|
@@ -936,53 +863,6 @@ class MonitoringTagRulesPropertiesResponse(dict):
|
|
|
936
863
|
return pulumi.get(self, "metric_rules")
|
|
937
864
|
|
|
938
865
|
|
|
939
|
-
@pulumi.output_type
|
|
940
|
-
class PartnerBillingEntityResponse(dict):
|
|
941
|
-
"""
|
|
942
|
-
Partner Billing details associated with the resource.
|
|
943
|
-
"""
|
|
944
|
-
def __init__(__self__, *,
|
|
945
|
-
id: Optional[str] = None,
|
|
946
|
-
name: Optional[str] = None,
|
|
947
|
-
partner_entity_uri: Optional[str] = None):
|
|
948
|
-
"""
|
|
949
|
-
Partner Billing details associated with the resource.
|
|
950
|
-
:param str id: The Datadog Organization Id.
|
|
951
|
-
:param str name: The Datadog Organization Name.
|
|
952
|
-
:param str partner_entity_uri: Link to the datadog organization page
|
|
953
|
-
"""
|
|
954
|
-
if id is not None:
|
|
955
|
-
pulumi.set(__self__, "id", id)
|
|
956
|
-
if name is not None:
|
|
957
|
-
pulumi.set(__self__, "name", name)
|
|
958
|
-
if partner_entity_uri is not None:
|
|
959
|
-
pulumi.set(__self__, "partner_entity_uri", partner_entity_uri)
|
|
960
|
-
|
|
961
|
-
@property
|
|
962
|
-
@pulumi.getter
|
|
963
|
-
def id(self) -> Optional[str]:
|
|
964
|
-
"""
|
|
965
|
-
The Datadog Organization Id.
|
|
966
|
-
"""
|
|
967
|
-
return pulumi.get(self, "id")
|
|
968
|
-
|
|
969
|
-
@property
|
|
970
|
-
@pulumi.getter
|
|
971
|
-
def name(self) -> Optional[str]:
|
|
972
|
-
"""
|
|
973
|
-
The Datadog Organization Name.
|
|
974
|
-
"""
|
|
975
|
-
return pulumi.get(self, "name")
|
|
976
|
-
|
|
977
|
-
@property
|
|
978
|
-
@pulumi.getter(name="partnerEntityUri")
|
|
979
|
-
def partner_entity_uri(self) -> Optional[str]:
|
|
980
|
-
"""
|
|
981
|
-
Link to the datadog organization page
|
|
982
|
-
"""
|
|
983
|
-
return pulumi.get(self, "partner_entity_uri")
|
|
984
|
-
|
|
985
|
-
|
|
986
866
|
@pulumi.output_type
|
|
987
867
|
class ResourceSkuResponse(dict):
|
|
988
868
|
def __init__(__self__, *,
|
|
@@ -194,7 +194,7 @@ class Monitor(pulumi.CustomResource):
|
|
|
194
194
|
__props__.__dict__["name"] = None
|
|
195
195
|
__props__.__dict__["system_data"] = None
|
|
196
196
|
__props__.__dict__["type"] = None
|
|
197
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220801:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20230101:Monitor")
|
|
197
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220801:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20230101:Monitor")])
|
|
198
198
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
199
199
|
super(Monitor, __self__).__init__(
|
|
200
200
|
'azure-native:datadog/v20220601:Monitor',
|
|
@@ -194,7 +194,7 @@ class Monitor(pulumi.CustomResource):
|
|
|
194
194
|
__props__.__dict__["name"] = None
|
|
195
195
|
__props__.__dict__["system_data"] = None
|
|
196
196
|
__props__.__dict__["type"] = None
|
|
197
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220601:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20230101:Monitor")
|
|
197
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220601:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20230101:Monitor")])
|
|
198
198
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
199
199
|
super(Monitor, __self__).__init__(
|
|
200
200
|
'azure-native:datadog/v20220801:Monitor',
|
|
@@ -730,7 +730,7 @@ if not MYPY:
|
|
|
730
730
|
class ResourceSkuArgsDict(TypedDict):
|
|
731
731
|
name: pulumi.Input[str]
|
|
732
732
|
"""
|
|
733
|
-
Name of the SKU in {PlanId} format. For Terraform, the only allowed value is '
|
|
733
|
+
Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'.
|
|
734
734
|
"""
|
|
735
735
|
elif False:
|
|
736
736
|
ResourceSkuArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -740,7 +740,7 @@ class ResourceSkuArgs:
|
|
|
740
740
|
def __init__(__self__, *,
|
|
741
741
|
name: pulumi.Input[str]):
|
|
742
742
|
"""
|
|
743
|
-
:param pulumi.Input[str] name: Name of the SKU in {PlanId} format. For Terraform, the only allowed value is '
|
|
743
|
+
:param pulumi.Input[str] name: Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'.
|
|
744
744
|
"""
|
|
745
745
|
pulumi.set(__self__, "name", name)
|
|
746
746
|
|
|
@@ -748,7 +748,7 @@ class ResourceSkuArgs:
|
|
|
748
748
|
@pulumi.getter
|
|
749
749
|
def name(self) -> pulumi.Input[str]:
|
|
750
750
|
"""
|
|
751
|
-
Name of the SKU in {PlanId} format. For Terraform, the only allowed value is '
|
|
751
|
+
Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'.
|
|
752
752
|
"""
|
|
753
753
|
return pulumi.get(self, "name")
|
|
754
754
|
|
|
@@ -194,7 +194,7 @@ class Monitor(pulumi.CustomResource):
|
|
|
194
194
|
__props__.__dict__["name"] = None
|
|
195
195
|
__props__.__dict__["system_data"] = None
|
|
196
196
|
__props__.__dict__["type"] = None
|
|
197
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220601:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220801:Monitor")
|
|
197
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220601:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220801:Monitor")])
|
|
198
198
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
199
199
|
super(Monitor, __self__).__init__(
|
|
200
200
|
'azure-native:datadog/v20230101:Monitor',
|
|
@@ -156,7 +156,7 @@ class MonitoredSubscription(pulumi.CustomResource):
|
|
|
156
156
|
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
157
157
|
__props__.__dict__["name"] = None
|
|
158
158
|
__props__.__dict__["type"] = None
|
|
159
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:MonitoredSubscription")
|
|
159
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:MonitoredSubscription")])
|
|
160
160
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
161
161
|
super(MonitoredSubscription, __self__).__init__(
|
|
162
162
|
'azure-native:datadog/v20230101:MonitoredSubscription',
|
|
@@ -880,7 +880,7 @@ class ResourceSkuResponse(dict):
|
|
|
880
880
|
def __init__(__self__, *,
|
|
881
881
|
name: str):
|
|
882
882
|
"""
|
|
883
|
-
:param str name: Name of the SKU in {PlanId} format. For Terraform, the only allowed value is '
|
|
883
|
+
:param str name: Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'.
|
|
884
884
|
"""
|
|
885
885
|
pulumi.set(__self__, "name", name)
|
|
886
886
|
|
|
@@ -888,7 +888,7 @@ class ResourceSkuResponse(dict):
|
|
|
888
888
|
@pulumi.getter
|
|
889
889
|
def name(self) -> str:
|
|
890
890
|
"""
|
|
891
|
-
Name of the SKU in {PlanId} format. For Terraform, the only allowed value is '
|
|
891
|
+
Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'.
|
|
892
892
|
"""
|
|
893
893
|
return pulumi.get(self, "name")
|
|
894
894
|
|
|
@@ -97440,7 +97440,7 @@ if not MYPY:
|
|
|
97440
97440
|
"""
|
|
97441
97441
|
snc_mode: NotRequired[Any]
|
|
97442
97442
|
"""
|
|
97443
|
-
SNC activation
|
|
97443
|
+
SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
|
|
97444
97444
|
"""
|
|
97445
97445
|
snc_my_name: NotRequired[Any]
|
|
97446
97446
|
"""
|
|
@@ -97525,7 +97525,7 @@ class SapOdpLinkedServiceArgs:
|
|
|
97525
97525
|
:param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] password: Password to access the SAP server where the table is located.
|
|
97526
97526
|
:param Any server: Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
|
|
97527
97527
|
:param Any snc_library_path: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
97528
|
-
:param Any snc_mode: SNC activation
|
|
97528
|
+
:param Any snc_mode: SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
|
|
97529
97529
|
:param Any snc_my_name: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
97530
97530
|
:param Any snc_partner_name: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
97531
97531
|
:param Any snc_qop: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
|
|
@@ -97757,7 +97757,7 @@ class SapOdpLinkedServiceArgs:
|
|
|
97757
97757
|
@pulumi.getter(name="sncMode")
|
|
97758
97758
|
def snc_mode(self) -> Optional[Any]:
|
|
97759
97759
|
"""
|
|
97760
|
-
SNC activation
|
|
97760
|
+
SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
|
|
97761
97761
|
"""
|
|
97762
97762
|
return pulumi.get(self, "snc_mode")
|
|
97763
97763
|
|
|
@@ -99223,7 +99223,7 @@ if not MYPY:
|
|
|
99223
99223
|
"""
|
|
99224
99224
|
snc_mode: NotRequired[Any]
|
|
99225
99225
|
"""
|
|
99226
|
-
SNC activation
|
|
99226
|
+
SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
|
|
99227
99227
|
"""
|
|
99228
99228
|
snc_my_name: NotRequired[Any]
|
|
99229
99229
|
"""
|
|
@@ -99298,7 +99298,7 @@ class SapTableLinkedServiceArgs:
|
|
|
99298
99298
|
:param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] password: Password to access the SAP server where the table is located.
|
|
99299
99299
|
:param Any server: Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
|
|
99300
99300
|
:param Any snc_library_path: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
99301
|
-
:param Any snc_mode: SNC activation
|
|
99301
|
+
:param Any snc_mode: SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
|
|
99302
99302
|
:param Any snc_my_name: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
99303
99303
|
:param Any snc_partner_name: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
99304
99304
|
:param Any snc_qop: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
|
|
@@ -99524,7 +99524,7 @@ class SapTableLinkedServiceArgs:
|
|
|
99524
99524
|
@pulumi.getter(name="sncMode")
|
|
99525
99525
|
def snc_mode(self) -> Optional[Any]:
|
|
99526
99526
|
"""
|
|
99527
|
-
SNC activation
|
|
99527
|
+
SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
|
|
99528
99528
|
"""
|
|
99529
99529
|
return pulumi.get(self, "snc_mode")
|
|
99530
99530
|
|
|
@@ -71167,7 +71167,7 @@ class SapOdpLinkedServiceResponse(dict):
|
|
|
71167
71167
|
:param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] password: Password to access the SAP server where the table is located.
|
|
71168
71168
|
:param Any server: Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
|
|
71169
71169
|
:param Any snc_library_path: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
71170
|
-
:param Any snc_mode: SNC activation
|
|
71170
|
+
:param Any snc_mode: SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
|
|
71171
71171
|
:param Any snc_my_name: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
71172
71172
|
:param Any snc_partner_name: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
71173
71173
|
:param Any snc_qop: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
|
|
@@ -71343,7 +71343,7 @@ class SapOdpLinkedServiceResponse(dict):
|
|
|
71343
71343
|
@pulumi.getter(name="sncMode")
|
|
71344
71344
|
def snc_mode(self) -> Optional[Any]:
|
|
71345
71345
|
"""
|
|
71346
|
-
SNC activation
|
|
71346
|
+
SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
|
|
71347
71347
|
"""
|
|
71348
71348
|
return pulumi.get(self, "snc_mode")
|
|
71349
71349
|
|
|
@@ -72424,7 +72424,7 @@ class SapTableLinkedServiceResponse(dict):
|
|
|
72424
72424
|
:param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] password: Password to access the SAP server where the table is located.
|
|
72425
72425
|
:param Any server: Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
|
|
72426
72426
|
:param Any snc_library_path: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
72427
|
-
:param Any snc_mode: SNC activation
|
|
72427
|
+
:param Any snc_mode: SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
|
|
72428
72428
|
:param Any snc_my_name: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
72429
72429
|
:param Any snc_partner_name: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
72430
72430
|
:param Any snc_qop: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
|
|
@@ -72594,7 +72594,7 @@ class SapTableLinkedServiceResponse(dict):
|
|
|
72594
72594
|
@pulumi.getter(name="sncMode")
|
|
72595
72595
|
def snc_mode(self) -> Optional[Any]:
|
|
72596
72596
|
"""
|
|
72597
|
-
SNC activation
|
|
72597
|
+
SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
|
|
72598
72598
|
"""
|
|
72599
72599
|
return pulumi.get(self, "snc_mode")
|
|
72600
72600
|
|
|
@@ -97440,7 +97440,7 @@ if not MYPY:
|
|
|
97440
97440
|
"""
|
|
97441
97441
|
snc_mode: NotRequired[Any]
|
|
97442
97442
|
"""
|
|
97443
|
-
SNC activation
|
|
97443
|
+
SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
|
|
97444
97444
|
"""
|
|
97445
97445
|
snc_my_name: NotRequired[Any]
|
|
97446
97446
|
"""
|
|
@@ -97525,7 +97525,7 @@ class SapOdpLinkedServiceArgs:
|
|
|
97525
97525
|
:param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] password: Password to access the SAP server where the table is located.
|
|
97526
97526
|
:param Any server: Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
|
|
97527
97527
|
:param Any snc_library_path: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
97528
|
-
:param Any snc_mode: SNC activation
|
|
97528
|
+
:param Any snc_mode: SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
|
|
97529
97529
|
:param Any snc_my_name: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
97530
97530
|
:param Any snc_partner_name: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
97531
97531
|
:param Any snc_qop: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
|
|
@@ -97757,7 +97757,7 @@ class SapOdpLinkedServiceArgs:
|
|
|
97757
97757
|
@pulumi.getter(name="sncMode")
|
|
97758
97758
|
def snc_mode(self) -> Optional[Any]:
|
|
97759
97759
|
"""
|
|
97760
|
-
SNC activation
|
|
97760
|
+
SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
|
|
97761
97761
|
"""
|
|
97762
97762
|
return pulumi.get(self, "snc_mode")
|
|
97763
97763
|
|
|
@@ -99223,7 +99223,7 @@ if not MYPY:
|
|
|
99223
99223
|
"""
|
|
99224
99224
|
snc_mode: NotRequired[Any]
|
|
99225
99225
|
"""
|
|
99226
|
-
SNC activation
|
|
99226
|
+
SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
|
|
99227
99227
|
"""
|
|
99228
99228
|
snc_my_name: NotRequired[Any]
|
|
99229
99229
|
"""
|
|
@@ -99298,7 +99298,7 @@ class SapTableLinkedServiceArgs:
|
|
|
99298
99298
|
:param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] password: Password to access the SAP server where the table is located.
|
|
99299
99299
|
:param Any server: Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
|
|
99300
99300
|
:param Any snc_library_path: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
99301
|
-
:param Any snc_mode: SNC activation
|
|
99301
|
+
:param Any snc_mode: SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
|
|
99302
99302
|
:param Any snc_my_name: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
99303
99303
|
:param Any snc_partner_name: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
99304
99304
|
:param Any snc_qop: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
|
|
@@ -99524,7 +99524,7 @@ class SapTableLinkedServiceArgs:
|
|
|
99524
99524
|
@pulumi.getter(name="sncMode")
|
|
99525
99525
|
def snc_mode(self) -> Optional[Any]:
|
|
99526
99526
|
"""
|
|
99527
|
-
SNC activation
|
|
99527
|
+
SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
|
|
99528
99528
|
"""
|
|
99529
99529
|
return pulumi.get(self, "snc_mode")
|
|
99530
99530
|
|
|
@@ -71167,7 +71167,7 @@ class SapOdpLinkedServiceResponse(dict):
|
|
|
71167
71167
|
:param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] password: Password to access the SAP server where the table is located.
|
|
71168
71168
|
:param Any server: Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
|
|
71169
71169
|
:param Any snc_library_path: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
71170
|
-
:param Any snc_mode: SNC activation
|
|
71170
|
+
:param Any snc_mode: SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
|
|
71171
71171
|
:param Any snc_my_name: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
71172
71172
|
:param Any snc_partner_name: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
71173
71173
|
:param Any snc_qop: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
|
|
@@ -71343,7 +71343,7 @@ class SapOdpLinkedServiceResponse(dict):
|
|
|
71343
71343
|
@pulumi.getter(name="sncMode")
|
|
71344
71344
|
def snc_mode(self) -> Optional[Any]:
|
|
71345
71345
|
"""
|
|
71346
|
-
SNC activation
|
|
71346
|
+
SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
|
|
71347
71347
|
"""
|
|
71348
71348
|
return pulumi.get(self, "snc_mode")
|
|
71349
71349
|
|
|
@@ -72424,7 +72424,7 @@ class SapTableLinkedServiceResponse(dict):
|
|
|
72424
72424
|
:param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] password: Password to access the SAP server where the table is located.
|
|
72425
72425
|
:param Any server: Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
|
|
72426
72426
|
:param Any snc_library_path: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
72427
|
-
:param Any snc_mode: SNC activation
|
|
72427
|
+
:param Any snc_mode: SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
|
|
72428
72428
|
:param Any snc_my_name: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
72429
72429
|
:param Any snc_partner_name: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
|
|
72430
72430
|
:param Any snc_qop: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
|
|
@@ -72594,7 +72594,7 @@ class SapTableLinkedServiceResponse(dict):
|
|
|
72594
72594
|
@pulumi.getter(name="sncMode")
|
|
72595
72595
|
def snc_mode(self) -> Optional[Any]:
|
|
72596
72596
|
"""
|
|
72597
|
-
SNC activation
|
|
72597
|
+
SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
|
|
72598
72598
|
"""
|
|
72599
72599
|
return pulumi.get(self, "snc_mode")
|
|
72600
72600
|
|
|
@@ -19,10 +19,7 @@ if typing.TYPE_CHECKING:
|
|
|
19
19
|
v20230601preview = __v20230601preview
|
|
20
20
|
import pulumi_azure_native.quota.v20241015preview as __v20241015preview
|
|
21
21
|
v20241015preview = __v20241015preview
|
|
22
|
-
import pulumi_azure_native.quota.v20241218preview as __v20241218preview
|
|
23
|
-
v20241218preview = __v20241218preview
|
|
24
22
|
else:
|
|
25
23
|
v20230601preview = _utilities.lazy_import('pulumi_azure_native.quota.v20230601preview')
|
|
26
24
|
v20241015preview = _utilities.lazy_import('pulumi_azure_native.quota.v20241015preview')
|
|
27
|
-
v20241218preview = _utilities.lazy_import('pulumi_azure_native.quota.v20241218preview')
|
|
28
25
|
|
|
@@ -105,7 +105,7 @@ def get_group_quota(group_quota_name: Optional[str] = None,
|
|
|
105
105
|
Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The details on group quota can be access from the group quota APIs.
|
|
106
106
|
Azure REST API version: 2023-06-01-preview.
|
|
107
107
|
|
|
108
|
-
Other available API versions: 2024-10-15-preview
|
|
108
|
+
Other available API versions: 2024-10-15-preview.
|
|
109
109
|
|
|
110
110
|
|
|
111
111
|
:param str group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
|
|
@@ -130,7 +130,7 @@ def get_group_quota_output(group_quota_name: Optional[pulumi.Input[str]] = None,
|
|
|
130
130
|
Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The details on group quota can be access from the group quota APIs.
|
|
131
131
|
Azure REST API version: 2023-06-01-preview.
|
|
132
132
|
|
|
133
|
-
Other available API versions: 2024-10-15-preview
|
|
133
|
+
Other available API versions: 2024-10-15-preview.
|
|
134
134
|
|
|
135
135
|
|
|
136
136
|
:param str group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
|
|
@@ -102,7 +102,7 @@ def get_group_quota_subscription(group_quota_name: Optional[str] = None,
|
|
|
102
102
|
Returns the subscriptionIds along with its provisioning state for being associated with the GroupQuota. If the subscription is not a member of GroupQuota, it will return 404, else 200.
|
|
103
103
|
Azure REST API version: 2023-06-01-preview.
|
|
104
104
|
|
|
105
|
-
Other available API versions: 2024-10-15-preview
|
|
105
|
+
Other available API versions: 2024-10-15-preview.
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
:param str group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
|
|
@@ -127,7 +127,7 @@ def get_group_quota_subscription_output(group_quota_name: Optional[pulumi.Input[
|
|
|
127
127
|
Returns the subscriptionIds along with its provisioning state for being associated with the GroupQuota. If the subscription is not a member of GroupQuota, it will return 404, else 200.
|
|
128
128
|
Azure REST API version: 2023-06-01-preview.
|
|
129
129
|
|
|
130
|
-
Other available API versions: 2024-10-15-preview
|
|
130
|
+
Other available API versions: 2024-10-15-preview.
|
|
131
131
|
|
|
132
132
|
|
|
133
133
|
:param str group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
|
|
@@ -87,7 +87,7 @@ class GroupQuota(pulumi.CustomResource):
|
|
|
87
87
|
Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.
|
|
88
88
|
Azure REST API version: 2023-06-01-preview.
|
|
89
89
|
|
|
90
|
-
Other available API versions: 2024-10-15-preview
|
|
90
|
+
Other available API versions: 2024-10-15-preview.
|
|
91
91
|
|
|
92
92
|
:param str resource_name: The name of the resource.
|
|
93
93
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -105,7 +105,7 @@ class GroupQuota(pulumi.CustomResource):
|
|
|
105
105
|
Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.
|
|
106
106
|
Azure REST API version: 2023-06-01-preview.
|
|
107
107
|
|
|
108
|
-
Other available API versions: 2024-10-15-preview
|
|
108
|
+
Other available API versions: 2024-10-15-preview.
|
|
109
109
|
|
|
110
110
|
:param str resource_name: The name of the resource.
|
|
111
111
|
:param GroupQuotaArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -142,7 +142,7 @@ class GroupQuota(pulumi.CustomResource):
|
|
|
142
142
|
__props__.__dict__["name"] = None
|
|
143
143
|
__props__.__dict__["system_data"] = None
|
|
144
144
|
__props__.__dict__["type"] = None
|
|
145
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:quota/v20230601preview:GroupQuota"), pulumi.Alias(type_="azure-native:quota/v20241015preview:GroupQuota")
|
|
145
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:quota/v20230601preview:GroupQuota"), pulumi.Alias(type_="azure-native:quota/v20241015preview:GroupQuota")])
|
|
146
146
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
147
147
|
super(GroupQuota, __self__).__init__(
|
|
148
148
|
'azure-native:quota:GroupQuota',
|