pulumi-azure-native 2.43.1__py3-none-any.whl → 2.44.0__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.

Files changed (171) hide show
  1. pulumi_azure_native/__init__.py +69 -2
  2. pulumi_azure_native/appcomplianceautomation/__init__.py +14 -0
  3. pulumi_azure_native/appcomplianceautomation/_enums.py +125 -0
  4. pulumi_azure_native/appcomplianceautomation/_inputs.py +40 -0
  5. pulumi_azure_native/appcomplianceautomation/evidence.py +363 -0
  6. pulumi_azure_native/appcomplianceautomation/get_evidence.py +198 -0
  7. pulumi_azure_native/appcomplianceautomation/get_provider_action_collection_count.py +75 -0
  8. pulumi_azure_native/appcomplianceautomation/get_provider_action_overview_status.py +76 -0
  9. pulumi_azure_native/appcomplianceautomation/get_report.py +4 -0
  10. pulumi_azure_native/appcomplianceautomation/get_report_scoping_questions.py +76 -0
  11. pulumi_azure_native/appcomplianceautomation/get_scoping_configuration.py +146 -0
  12. pulumi_azure_native/appcomplianceautomation/get_webhook.py +289 -0
  13. pulumi_azure_native/appcomplianceautomation/list_provider_action_in_use_storage_accounts.py +76 -0
  14. pulumi_azure_native/appcomplianceautomation/outputs.py +226 -0
  15. pulumi_azure_native/appcomplianceautomation/report.py +5 -1
  16. pulumi_azure_native/appcomplianceautomation/scoping_configuration.py +206 -0
  17. pulumi_azure_native/appcomplianceautomation/v20221116preview/report.py +1 -1
  18. pulumi_azure_native/appcomplianceautomation/v20240627/__init__.py +22 -0
  19. pulumi_azure_native/appcomplianceautomation/v20240627/_enums.py +144 -0
  20. pulumi_azure_native/appcomplianceautomation/v20240627/_inputs.py +215 -0
  21. pulumi_azure_native/appcomplianceautomation/v20240627/evidence.py +361 -0
  22. pulumi_azure_native/appcomplianceautomation/v20240627/get_evidence.py +196 -0
  23. pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_collection_count.py +73 -0
  24. pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_overview_status.py +74 -0
  25. pulumi_azure_native/appcomplianceautomation/v20240627/get_report.py +296 -0
  26. pulumi_azure_native/appcomplianceautomation/v20240627/get_report_scoping_questions.py +74 -0
  27. pulumi_azure_native/appcomplianceautomation/v20240627/get_scoping_configuration.py +144 -0
  28. pulumi_azure_native/appcomplianceautomation/v20240627/get_webhook.py +287 -0
  29. pulumi_azure_native/appcomplianceautomation/v20240627/list_provider_action_in_use_storage_accounts.py +74 -0
  30. pulumi_azure_native/appcomplianceautomation/v20240627/outputs.py +720 -0
  31. pulumi_azure_native/appcomplianceautomation/v20240627/report.py +387 -0
  32. pulumi_azure_native/appcomplianceautomation/v20240627/scoping_configuration.py +204 -0
  33. pulumi_azure_native/appcomplianceautomation/v20240627/webhook.py +447 -0
  34. pulumi_azure_native/appcomplianceautomation/webhook.py +449 -0
  35. pulumi_azure_native/devhub/__init__.py +5 -0
  36. pulumi_azure_native/devhub/_inputs.py +190 -0
  37. pulumi_azure_native/devhub/get_git_hub_o_auth.py +2 -2
  38. pulumi_azure_native/devhub/get_iac_profile.py +322 -0
  39. pulumi_azure_native/devhub/get_workflow.py +2 -2
  40. pulumi_azure_native/devhub/iac_profile.py +539 -0
  41. pulumi_azure_native/devhub/outputs.py +229 -0
  42. pulumi_azure_native/devhub/v20221011preview/workflow.py +1 -1
  43. pulumi_azure_native/devhub/v20230801/workflow.py +1 -1
  44. pulumi_azure_native/devhub/v20240501preview/__init__.py +15 -0
  45. pulumi_azure_native/devhub/v20240501preview/_enums.py +146 -0
  46. pulumi_azure_native/devhub/v20240501preview/_inputs.py +427 -0
  47. pulumi_azure_native/devhub/v20240501preview/get_git_hub_o_auth.py +91 -0
  48. pulumi_azure_native/devhub/v20240501preview/get_iac_profile.py +320 -0
  49. pulumi_azure_native/devhub/v20240501preview/get_workflow.py +489 -0
  50. pulumi_azure_native/devhub/v20240501preview/iac_profile.py +537 -0
  51. pulumi_azure_native/devhub/v20240501preview/outputs.py +654 -0
  52. pulumi_azure_native/devhub/v20240501preview/workflow.py +915 -0
  53. pulumi_azure_native/devhub/workflow.py +3 -3
  54. pulumi_azure_native/hybridcompute/__init__.py +3 -0
  55. pulumi_azure_native/hybridcompute/gateway.py +5 -1
  56. pulumi_azure_native/hybridcompute/get_gateway.py +4 -0
  57. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  58. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  59. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  60. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  61. pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
  62. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  63. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  64. pulumi_azure_native/hybridcompute/license.py +3 -3
  65. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  66. pulumi_azure_native/hybridcompute/machine.py +3 -3
  67. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  68. pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
  69. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  70. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  71. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  72. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  73. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  74. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  75. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  76. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  77. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  78. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  79. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  80. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  81. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  82. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  83. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  84. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  85. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  86. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  87. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  88. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  89. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  90. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  91. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  92. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  93. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  94. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  95. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
  96. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  97. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  98. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  99. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  100. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
  101. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  102. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  103. pulumi_azure_native/hybridcompute/v20240520preview/__init__.py +26 -0
  104. pulumi_azure_native/hybridcompute/v20240520preview/_enums.py +172 -0
  105. pulumi_azure_native/hybridcompute/v20240520preview/_inputs.py +1408 -0
  106. pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +311 -0
  107. pulumi_azure_native/hybridcompute/v20240520preview/get_gateway.py +209 -0
  108. pulumi_azure_native/hybridcompute/v20240520preview/get_license.py +196 -0
  109. pulumi_azure_native/hybridcompute/v20240520preview/get_license_profile.py +357 -0
  110. pulumi_azure_native/hybridcompute/v20240520preview/get_machine.py +591 -0
  111. pulumi_azure_native/hybridcompute/v20240520preview/get_machine_extension.py +162 -0
  112. pulumi_azure_native/hybridcompute/v20240520preview/get_machine_run_command.py +318 -0
  113. pulumi_azure_native/hybridcompute/v20240520preview/get_private_endpoint_connection.py +136 -0
  114. pulumi_azure_native/hybridcompute/v20240520preview/get_private_link_scope.py +157 -0
  115. pulumi_azure_native/hybridcompute/v20240520preview/license.py +321 -0
  116. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +500 -0
  117. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +850 -0
  118. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +274 -0
  119. pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +587 -0
  120. pulumi_azure_native/hybridcompute/v20240520preview/outputs.py +3204 -0
  121. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +215 -0
  122. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +253 -0
  123. pulumi_azure_native/pulumi-plugin.json +1 -1
  124. pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
  125. pulumi_azure_native/scvmm/get_vm_instance_guest_agent.py +0 -4
  126. pulumi_azure_native/scvmm/guest_agent.py +2 -2
  127. pulumi_azure_native/scvmm/v20231007/__init__.py +2 -2
  128. pulumi_azure_native/scvmm/v20231007/_enums.py +49 -4
  129. pulumi_azure_native/scvmm/v20231007/_inputs.py +56 -145
  130. pulumi_azure_native/scvmm/v20231007/cloud.py +6 -6
  131. pulumi_azure_native/scvmm/v20231007/get_cloud.py +10 -10
  132. pulumi_azure_native/scvmm/v20231007/{get_vm_instance_guest_agent.py → get_guest_agent.py} +16 -16
  133. pulumi_azure_native/scvmm/v20231007/get_inventory_item.py +4 -4
  134. pulumi_azure_native/scvmm/v20231007/get_virtual_machine_instance.py +4 -4
  135. pulumi_azure_native/scvmm/v20231007/get_vmm_server.py +6 -6
  136. pulumi_azure_native/scvmm/v20231007/{vm_instance_guest_agent.py → guest_agent.py} +18 -18
  137. pulumi_azure_native/scvmm/v20231007/inventory_item.py +5 -5
  138. pulumi_azure_native/scvmm/v20231007/outputs.py +96 -100
  139. pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +19 -19
  140. pulumi_azure_native/scvmm/v20231007/vmm_server.py +13 -13
  141. pulumi_azure_native/scvmm/vm_instance_guest_agent.py +0 -4
  142. pulumi_azure_native/storage/v20230501/_enums.py +2 -0
  143. pulumi_azure_native/verifiedid/__init__.py +18 -0
  144. pulumi_azure_native/verifiedid/authority.py +234 -0
  145. pulumi_azure_native/verifiedid/get_authority.py +159 -0
  146. pulumi_azure_native/verifiedid/outputs.py +125 -0
  147. pulumi_azure_native/verifiedid/v20240126preview/__init__.py +10 -0
  148. pulumi_azure_native/verifiedid/v20240126preview/authority.py +232 -0
  149. pulumi_azure_native/verifiedid/v20240126preview/get_authority.py +157 -0
  150. pulumi_azure_native/verifiedid/v20240126preview/outputs.py +125 -0
  151. pulumi_azure_native/virtualmachineimages/__init__.py +3 -0
  152. pulumi_azure_native/virtualmachineimages/get_trigger.py +2 -2
  153. pulumi_azure_native/virtualmachineimages/get_virtual_machine_image_template.py +2 -2
  154. pulumi_azure_native/virtualmachineimages/trigger.py +3 -3
  155. pulumi_azure_native/virtualmachineimages/v20220701/trigger.py +1 -1
  156. pulumi_azure_native/virtualmachineimages/v20220701/virtual_machine_image_template.py +1 -1
  157. pulumi_azure_native/virtualmachineimages/v20230701/trigger.py +1 -1
  158. pulumi_azure_native/virtualmachineimages/v20230701/virtual_machine_image_template.py +1 -1
  159. pulumi_azure_native/virtualmachineimages/v20240201/__init__.py +14 -0
  160. pulumi_azure_native/virtualmachineimages/v20240201/_enums.py +60 -0
  161. pulumi_azure_native/virtualmachineimages/v20240201/_inputs.py +1895 -0
  162. pulumi_azure_native/virtualmachineimages/v20240201/get_trigger.py +162 -0
  163. pulumi_azure_native/virtualmachineimages/v20240201/get_virtual_machine_image_template.py +352 -0
  164. pulumi_azure_native/virtualmachineimages/v20240201/outputs.py +2401 -0
  165. pulumi_azure_native/virtualmachineimages/v20240201/trigger.py +235 -0
  166. pulumi_azure_native/virtualmachineimages/v20240201/virtual_machine_image_template.py +619 -0
  167. pulumi_azure_native/virtualmachineimages/virtual_machine_image_template.py +3 -3
  168. {pulumi_azure_native-2.43.1.dist-info → pulumi_azure_native-2.44.0.dist-info}/METADATA +1 -1
  169. {pulumi_azure_native-2.43.1.dist-info → pulumi_azure_native-2.44.0.dist-info}/RECORD +171 -97
  170. {pulumi_azure_native-2.43.1.dist-info → pulumi_azure_native-2.44.0.dist-info}/WHEEL +0 -0
  171. {pulumi_azure_native-2.43.1.dist-info → pulumi_azure_native-2.44.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,587 @@
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 pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+ from ._inputs import *
13
+
14
+ __all__ = ['MachineRunCommandArgs', 'MachineRunCommand']
15
+
16
+ @pulumi.input_type
17
+ class MachineRunCommandArgs:
18
+ def __init__(__self__, *,
19
+ machine_name: pulumi.Input[str],
20
+ resource_group_name: pulumi.Input[str],
21
+ async_execution: Optional[pulumi.Input[bool]] = None,
22
+ error_blob_managed_identity: Optional[pulumi.Input['RunCommandManagedIdentityArgs']] = None,
23
+ error_blob_uri: Optional[pulumi.Input[str]] = None,
24
+ location: Optional[pulumi.Input[str]] = None,
25
+ output_blob_managed_identity: Optional[pulumi.Input['RunCommandManagedIdentityArgs']] = None,
26
+ output_blob_uri: Optional[pulumi.Input[str]] = None,
27
+ parameters: Optional[pulumi.Input[Sequence[pulumi.Input['RunCommandInputParameterArgs']]]] = None,
28
+ protected_parameters: Optional[pulumi.Input[Sequence[pulumi.Input['RunCommandInputParameterArgs']]]] = None,
29
+ run_as_password: Optional[pulumi.Input[str]] = None,
30
+ run_as_user: Optional[pulumi.Input[str]] = None,
31
+ run_command_name: Optional[pulumi.Input[str]] = None,
32
+ source: Optional[pulumi.Input['MachineRunCommandScriptSourceArgs']] = None,
33
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
34
+ timeout_in_seconds: Optional[pulumi.Input[int]] = None):
35
+ """
36
+ The set of arguments for constructing a MachineRunCommand resource.
37
+ :param pulumi.Input[str] machine_name: The name of the hybrid machine.
38
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
39
+ :param pulumi.Input[bool] async_execution: Optional. If set to true, provisioning will complete as soon as script starts and will not wait for script to complete.
40
+ :param pulumi.Input['RunCommandManagedIdentityArgs'] error_blob_managed_identity: User-assigned managed identity that has access to errorBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged
41
+ :param pulumi.Input[str] error_blob_uri: Specifies the Azure storage blob where script error stream will be uploaded. Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. Refer errorBlobManagedIdentity parameter.
42
+ :param pulumi.Input[str] location: The geo-location where the resource lives
43
+ :param pulumi.Input['RunCommandManagedIdentityArgs'] output_blob_managed_identity: User-assigned managed identity that has access to outputBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged
44
+ :param pulumi.Input[str] output_blob_uri: Specifies the Azure storage blob where script output stream will be uploaded. Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. Refer outputBlobManagedIdentity parameter.
45
+ :param pulumi.Input[Sequence[pulumi.Input['RunCommandInputParameterArgs']]] parameters: The parameters used by the script.
46
+ :param pulumi.Input[Sequence[pulumi.Input['RunCommandInputParameterArgs']]] protected_parameters: The parameters used by the script.
47
+ :param pulumi.Input[str] run_as_password: Specifies the user account password on the machine when executing the run command.
48
+ :param pulumi.Input[str] run_as_user: Specifies the user account on the machine when executing the run command.
49
+ :param pulumi.Input[str] run_command_name: The name of the run command.
50
+ :param pulumi.Input['MachineRunCommandScriptSourceArgs'] source: The source of the run command script.
51
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
52
+ :param pulumi.Input[int] timeout_in_seconds: The timeout in seconds to execute the run command.
53
+ """
54
+ pulumi.set(__self__, "machine_name", machine_name)
55
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
56
+ if async_execution is None:
57
+ async_execution = False
58
+ if async_execution is not None:
59
+ pulumi.set(__self__, "async_execution", async_execution)
60
+ if error_blob_managed_identity is not None:
61
+ pulumi.set(__self__, "error_blob_managed_identity", error_blob_managed_identity)
62
+ if error_blob_uri is not None:
63
+ pulumi.set(__self__, "error_blob_uri", error_blob_uri)
64
+ if location is not None:
65
+ pulumi.set(__self__, "location", location)
66
+ if output_blob_managed_identity is not None:
67
+ pulumi.set(__self__, "output_blob_managed_identity", output_blob_managed_identity)
68
+ if output_blob_uri is not None:
69
+ pulumi.set(__self__, "output_blob_uri", output_blob_uri)
70
+ if parameters is not None:
71
+ pulumi.set(__self__, "parameters", parameters)
72
+ if protected_parameters is not None:
73
+ pulumi.set(__self__, "protected_parameters", protected_parameters)
74
+ if run_as_password is not None:
75
+ pulumi.set(__self__, "run_as_password", run_as_password)
76
+ if run_as_user is not None:
77
+ pulumi.set(__self__, "run_as_user", run_as_user)
78
+ if run_command_name is not None:
79
+ pulumi.set(__self__, "run_command_name", run_command_name)
80
+ if source is not None:
81
+ pulumi.set(__self__, "source", source)
82
+ if tags is not None:
83
+ pulumi.set(__self__, "tags", tags)
84
+ if timeout_in_seconds is not None:
85
+ pulumi.set(__self__, "timeout_in_seconds", timeout_in_seconds)
86
+
87
+ @property
88
+ @pulumi.getter(name="machineName")
89
+ def machine_name(self) -> pulumi.Input[str]:
90
+ """
91
+ The name of the hybrid machine.
92
+ """
93
+ return pulumi.get(self, "machine_name")
94
+
95
+ @machine_name.setter
96
+ def machine_name(self, value: pulumi.Input[str]):
97
+ pulumi.set(self, "machine_name", value)
98
+
99
+ @property
100
+ @pulumi.getter(name="resourceGroupName")
101
+ def resource_group_name(self) -> pulumi.Input[str]:
102
+ """
103
+ The name of the resource group. The name is case insensitive.
104
+ """
105
+ return pulumi.get(self, "resource_group_name")
106
+
107
+ @resource_group_name.setter
108
+ def resource_group_name(self, value: pulumi.Input[str]):
109
+ pulumi.set(self, "resource_group_name", value)
110
+
111
+ @property
112
+ @pulumi.getter(name="asyncExecution")
113
+ def async_execution(self) -> Optional[pulumi.Input[bool]]:
114
+ """
115
+ Optional. If set to true, provisioning will complete as soon as script starts and will not wait for script to complete.
116
+ """
117
+ return pulumi.get(self, "async_execution")
118
+
119
+ @async_execution.setter
120
+ def async_execution(self, value: Optional[pulumi.Input[bool]]):
121
+ pulumi.set(self, "async_execution", value)
122
+
123
+ @property
124
+ @pulumi.getter(name="errorBlobManagedIdentity")
125
+ def error_blob_managed_identity(self) -> Optional[pulumi.Input['RunCommandManagedIdentityArgs']]:
126
+ """
127
+ User-assigned managed identity that has access to errorBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged
128
+ """
129
+ return pulumi.get(self, "error_blob_managed_identity")
130
+
131
+ @error_blob_managed_identity.setter
132
+ def error_blob_managed_identity(self, value: Optional[pulumi.Input['RunCommandManagedIdentityArgs']]):
133
+ pulumi.set(self, "error_blob_managed_identity", value)
134
+
135
+ @property
136
+ @pulumi.getter(name="errorBlobUri")
137
+ def error_blob_uri(self) -> Optional[pulumi.Input[str]]:
138
+ """
139
+ Specifies the Azure storage blob where script error stream will be uploaded. Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. Refer errorBlobManagedIdentity parameter.
140
+ """
141
+ return pulumi.get(self, "error_blob_uri")
142
+
143
+ @error_blob_uri.setter
144
+ def error_blob_uri(self, value: Optional[pulumi.Input[str]]):
145
+ pulumi.set(self, "error_blob_uri", value)
146
+
147
+ @property
148
+ @pulumi.getter
149
+ def location(self) -> Optional[pulumi.Input[str]]:
150
+ """
151
+ The geo-location where the resource lives
152
+ """
153
+ return pulumi.get(self, "location")
154
+
155
+ @location.setter
156
+ def location(self, value: Optional[pulumi.Input[str]]):
157
+ pulumi.set(self, "location", value)
158
+
159
+ @property
160
+ @pulumi.getter(name="outputBlobManagedIdentity")
161
+ def output_blob_managed_identity(self) -> Optional[pulumi.Input['RunCommandManagedIdentityArgs']]:
162
+ """
163
+ User-assigned managed identity that has access to outputBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged
164
+ """
165
+ return pulumi.get(self, "output_blob_managed_identity")
166
+
167
+ @output_blob_managed_identity.setter
168
+ def output_blob_managed_identity(self, value: Optional[pulumi.Input['RunCommandManagedIdentityArgs']]):
169
+ pulumi.set(self, "output_blob_managed_identity", value)
170
+
171
+ @property
172
+ @pulumi.getter(name="outputBlobUri")
173
+ def output_blob_uri(self) -> Optional[pulumi.Input[str]]:
174
+ """
175
+ Specifies the Azure storage blob where script output stream will be uploaded. Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. Refer outputBlobManagedIdentity parameter.
176
+ """
177
+ return pulumi.get(self, "output_blob_uri")
178
+
179
+ @output_blob_uri.setter
180
+ def output_blob_uri(self, value: Optional[pulumi.Input[str]]):
181
+ pulumi.set(self, "output_blob_uri", value)
182
+
183
+ @property
184
+ @pulumi.getter
185
+ def parameters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RunCommandInputParameterArgs']]]]:
186
+ """
187
+ The parameters used by the script.
188
+ """
189
+ return pulumi.get(self, "parameters")
190
+
191
+ @parameters.setter
192
+ def parameters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RunCommandInputParameterArgs']]]]):
193
+ pulumi.set(self, "parameters", value)
194
+
195
+ @property
196
+ @pulumi.getter(name="protectedParameters")
197
+ def protected_parameters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RunCommandInputParameterArgs']]]]:
198
+ """
199
+ The parameters used by the script.
200
+ """
201
+ return pulumi.get(self, "protected_parameters")
202
+
203
+ @protected_parameters.setter
204
+ def protected_parameters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RunCommandInputParameterArgs']]]]):
205
+ pulumi.set(self, "protected_parameters", value)
206
+
207
+ @property
208
+ @pulumi.getter(name="runAsPassword")
209
+ def run_as_password(self) -> Optional[pulumi.Input[str]]:
210
+ """
211
+ Specifies the user account password on the machine when executing the run command.
212
+ """
213
+ return pulumi.get(self, "run_as_password")
214
+
215
+ @run_as_password.setter
216
+ def run_as_password(self, value: Optional[pulumi.Input[str]]):
217
+ pulumi.set(self, "run_as_password", value)
218
+
219
+ @property
220
+ @pulumi.getter(name="runAsUser")
221
+ def run_as_user(self) -> Optional[pulumi.Input[str]]:
222
+ """
223
+ Specifies the user account on the machine when executing the run command.
224
+ """
225
+ return pulumi.get(self, "run_as_user")
226
+
227
+ @run_as_user.setter
228
+ def run_as_user(self, value: Optional[pulumi.Input[str]]):
229
+ pulumi.set(self, "run_as_user", value)
230
+
231
+ @property
232
+ @pulumi.getter(name="runCommandName")
233
+ def run_command_name(self) -> Optional[pulumi.Input[str]]:
234
+ """
235
+ The name of the run command.
236
+ """
237
+ return pulumi.get(self, "run_command_name")
238
+
239
+ @run_command_name.setter
240
+ def run_command_name(self, value: Optional[pulumi.Input[str]]):
241
+ pulumi.set(self, "run_command_name", value)
242
+
243
+ @property
244
+ @pulumi.getter
245
+ def source(self) -> Optional[pulumi.Input['MachineRunCommandScriptSourceArgs']]:
246
+ """
247
+ The source of the run command script.
248
+ """
249
+ return pulumi.get(self, "source")
250
+
251
+ @source.setter
252
+ def source(self, value: Optional[pulumi.Input['MachineRunCommandScriptSourceArgs']]):
253
+ pulumi.set(self, "source", value)
254
+
255
+ @property
256
+ @pulumi.getter
257
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
258
+ """
259
+ Resource tags.
260
+ """
261
+ return pulumi.get(self, "tags")
262
+
263
+ @tags.setter
264
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
265
+ pulumi.set(self, "tags", value)
266
+
267
+ @property
268
+ @pulumi.getter(name="timeoutInSeconds")
269
+ def timeout_in_seconds(self) -> Optional[pulumi.Input[int]]:
270
+ """
271
+ The timeout in seconds to execute the run command.
272
+ """
273
+ return pulumi.get(self, "timeout_in_seconds")
274
+
275
+ @timeout_in_seconds.setter
276
+ def timeout_in_seconds(self, value: Optional[pulumi.Input[int]]):
277
+ pulumi.set(self, "timeout_in_seconds", value)
278
+
279
+
280
+ class MachineRunCommand(pulumi.CustomResource):
281
+ @overload
282
+ def __init__(__self__,
283
+ resource_name: str,
284
+ opts: Optional[pulumi.ResourceOptions] = None,
285
+ async_execution: Optional[pulumi.Input[bool]] = None,
286
+ error_blob_managed_identity: Optional[pulumi.Input[pulumi.InputType['RunCommandManagedIdentityArgs']]] = None,
287
+ error_blob_uri: Optional[pulumi.Input[str]] = None,
288
+ location: Optional[pulumi.Input[str]] = None,
289
+ machine_name: Optional[pulumi.Input[str]] = None,
290
+ output_blob_managed_identity: Optional[pulumi.Input[pulumi.InputType['RunCommandManagedIdentityArgs']]] = None,
291
+ output_blob_uri: Optional[pulumi.Input[str]] = None,
292
+ parameters: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RunCommandInputParameterArgs']]]]] = None,
293
+ protected_parameters: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RunCommandInputParameterArgs']]]]] = None,
294
+ resource_group_name: Optional[pulumi.Input[str]] = None,
295
+ run_as_password: Optional[pulumi.Input[str]] = None,
296
+ run_as_user: Optional[pulumi.Input[str]] = None,
297
+ run_command_name: Optional[pulumi.Input[str]] = None,
298
+ source: Optional[pulumi.Input[pulumi.InputType['MachineRunCommandScriptSourceArgs']]] = None,
299
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
300
+ timeout_in_seconds: Optional[pulumi.Input[int]] = None,
301
+ __props__=None):
302
+ """
303
+ Describes a Run Command
304
+
305
+ :param str resource_name: The name of the resource.
306
+ :param pulumi.ResourceOptions opts: Options for the resource.
307
+ :param pulumi.Input[bool] async_execution: Optional. If set to true, provisioning will complete as soon as script starts and will not wait for script to complete.
308
+ :param pulumi.Input[pulumi.InputType['RunCommandManagedIdentityArgs']] error_blob_managed_identity: User-assigned managed identity that has access to errorBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged
309
+ :param pulumi.Input[str] error_blob_uri: Specifies the Azure storage blob where script error stream will be uploaded. Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. Refer errorBlobManagedIdentity parameter.
310
+ :param pulumi.Input[str] location: The geo-location where the resource lives
311
+ :param pulumi.Input[str] machine_name: The name of the hybrid machine.
312
+ :param pulumi.Input[pulumi.InputType['RunCommandManagedIdentityArgs']] output_blob_managed_identity: User-assigned managed identity that has access to outputBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged
313
+ :param pulumi.Input[str] output_blob_uri: Specifies the Azure storage blob where script output stream will be uploaded. Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. Refer outputBlobManagedIdentity parameter.
314
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RunCommandInputParameterArgs']]]] parameters: The parameters used by the script.
315
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RunCommandInputParameterArgs']]]] protected_parameters: The parameters used by the script.
316
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
317
+ :param pulumi.Input[str] run_as_password: Specifies the user account password on the machine when executing the run command.
318
+ :param pulumi.Input[str] run_as_user: Specifies the user account on the machine when executing the run command.
319
+ :param pulumi.Input[str] run_command_name: The name of the run command.
320
+ :param pulumi.Input[pulumi.InputType['MachineRunCommandScriptSourceArgs']] source: The source of the run command script.
321
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
322
+ :param pulumi.Input[int] timeout_in_seconds: The timeout in seconds to execute the run command.
323
+ """
324
+ ...
325
+ @overload
326
+ def __init__(__self__,
327
+ resource_name: str,
328
+ args: MachineRunCommandArgs,
329
+ opts: Optional[pulumi.ResourceOptions] = None):
330
+ """
331
+ Describes a Run Command
332
+
333
+ :param str resource_name: The name of the resource.
334
+ :param MachineRunCommandArgs args: The arguments to use to populate this resource's properties.
335
+ :param pulumi.ResourceOptions opts: Options for the resource.
336
+ """
337
+ ...
338
+ def __init__(__self__, resource_name: str, *args, **kwargs):
339
+ resource_args, opts = _utilities.get_resource_args_opts(MachineRunCommandArgs, pulumi.ResourceOptions, *args, **kwargs)
340
+ if resource_args is not None:
341
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
342
+ else:
343
+ __self__._internal_init(resource_name, *args, **kwargs)
344
+
345
+ def _internal_init(__self__,
346
+ resource_name: str,
347
+ opts: Optional[pulumi.ResourceOptions] = None,
348
+ async_execution: Optional[pulumi.Input[bool]] = None,
349
+ error_blob_managed_identity: Optional[pulumi.Input[pulumi.InputType['RunCommandManagedIdentityArgs']]] = None,
350
+ error_blob_uri: Optional[pulumi.Input[str]] = None,
351
+ location: Optional[pulumi.Input[str]] = None,
352
+ machine_name: Optional[pulumi.Input[str]] = None,
353
+ output_blob_managed_identity: Optional[pulumi.Input[pulumi.InputType['RunCommandManagedIdentityArgs']]] = None,
354
+ output_blob_uri: Optional[pulumi.Input[str]] = None,
355
+ parameters: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RunCommandInputParameterArgs']]]]] = None,
356
+ protected_parameters: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RunCommandInputParameterArgs']]]]] = None,
357
+ resource_group_name: Optional[pulumi.Input[str]] = None,
358
+ run_as_password: Optional[pulumi.Input[str]] = None,
359
+ run_as_user: Optional[pulumi.Input[str]] = None,
360
+ run_command_name: Optional[pulumi.Input[str]] = None,
361
+ source: Optional[pulumi.Input[pulumi.InputType['MachineRunCommandScriptSourceArgs']]] = None,
362
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
363
+ timeout_in_seconds: Optional[pulumi.Input[int]] = None,
364
+ __props__=None):
365
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
366
+ if not isinstance(opts, pulumi.ResourceOptions):
367
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
368
+ if opts.id is None:
369
+ if __props__ is not None:
370
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
371
+ __props__ = MachineRunCommandArgs.__new__(MachineRunCommandArgs)
372
+
373
+ if async_execution is None:
374
+ async_execution = False
375
+ __props__.__dict__["async_execution"] = async_execution
376
+ __props__.__dict__["error_blob_managed_identity"] = error_blob_managed_identity
377
+ __props__.__dict__["error_blob_uri"] = error_blob_uri
378
+ __props__.__dict__["location"] = location
379
+ if machine_name is None and not opts.urn:
380
+ raise TypeError("Missing required property 'machine_name'")
381
+ __props__.__dict__["machine_name"] = machine_name
382
+ __props__.__dict__["output_blob_managed_identity"] = output_blob_managed_identity
383
+ __props__.__dict__["output_blob_uri"] = output_blob_uri
384
+ __props__.__dict__["parameters"] = parameters
385
+ __props__.__dict__["protected_parameters"] = protected_parameters
386
+ if resource_group_name is None and not opts.urn:
387
+ raise TypeError("Missing required property 'resource_group_name'")
388
+ __props__.__dict__["resource_group_name"] = resource_group_name
389
+ __props__.__dict__["run_as_password"] = run_as_password
390
+ __props__.__dict__["run_as_user"] = run_as_user
391
+ __props__.__dict__["run_command_name"] = run_command_name
392
+ __props__.__dict__["source"] = source
393
+ __props__.__dict__["tags"] = tags
394
+ __props__.__dict__["timeout_in_seconds"] = timeout_in_seconds
395
+ __props__.__dict__["instance_view"] = None
396
+ __props__.__dict__["name"] = None
397
+ __props__.__dict__["provisioning_state"] = None
398
+ __props__.__dict__["system_data"] = None
399
+ __props__.__dict__["type"] = None
400
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:hybridcompute:MachineRunCommand"), pulumi.Alias(type_="azure-native:hybridcompute/v20231003preview:MachineRunCommand"), pulumi.Alias(type_="azure-native:hybridcompute/v20240331preview:MachineRunCommand")])
401
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
402
+ super(MachineRunCommand, __self__).__init__(
403
+ 'azure-native:hybridcompute/v20240520preview:MachineRunCommand',
404
+ resource_name,
405
+ __props__,
406
+ opts)
407
+
408
+ @staticmethod
409
+ def get(resource_name: str,
410
+ id: pulumi.Input[str],
411
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'MachineRunCommand':
412
+ """
413
+ Get an existing MachineRunCommand resource's state with the given name, id, and optional extra
414
+ properties used to qualify the lookup.
415
+
416
+ :param str resource_name: The unique name of the resulting resource.
417
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
418
+ :param pulumi.ResourceOptions opts: Options for the resource.
419
+ """
420
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
421
+
422
+ __props__ = MachineRunCommandArgs.__new__(MachineRunCommandArgs)
423
+
424
+ __props__.__dict__["async_execution"] = None
425
+ __props__.__dict__["error_blob_managed_identity"] = None
426
+ __props__.__dict__["error_blob_uri"] = None
427
+ __props__.__dict__["instance_view"] = None
428
+ __props__.__dict__["location"] = None
429
+ __props__.__dict__["name"] = None
430
+ __props__.__dict__["output_blob_managed_identity"] = None
431
+ __props__.__dict__["output_blob_uri"] = None
432
+ __props__.__dict__["parameters"] = None
433
+ __props__.__dict__["protected_parameters"] = None
434
+ __props__.__dict__["provisioning_state"] = None
435
+ __props__.__dict__["run_as_password"] = None
436
+ __props__.__dict__["run_as_user"] = None
437
+ __props__.__dict__["source"] = None
438
+ __props__.__dict__["system_data"] = None
439
+ __props__.__dict__["tags"] = None
440
+ __props__.__dict__["timeout_in_seconds"] = None
441
+ __props__.__dict__["type"] = None
442
+ return MachineRunCommand(resource_name, opts=opts, __props__=__props__)
443
+
444
+ @property
445
+ @pulumi.getter(name="asyncExecution")
446
+ def async_execution(self) -> pulumi.Output[Optional[bool]]:
447
+ """
448
+ Optional. If set to true, provisioning will complete as soon as script starts and will not wait for script to complete.
449
+ """
450
+ return pulumi.get(self, "async_execution")
451
+
452
+ @property
453
+ @pulumi.getter(name="errorBlobManagedIdentity")
454
+ def error_blob_managed_identity(self) -> pulumi.Output[Optional['outputs.RunCommandManagedIdentityResponse']]:
455
+ """
456
+ User-assigned managed identity that has access to errorBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged
457
+ """
458
+ return pulumi.get(self, "error_blob_managed_identity")
459
+
460
+ @property
461
+ @pulumi.getter(name="errorBlobUri")
462
+ def error_blob_uri(self) -> pulumi.Output[Optional[str]]:
463
+ """
464
+ Specifies the Azure storage blob where script error stream will be uploaded. Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. Refer errorBlobManagedIdentity parameter.
465
+ """
466
+ return pulumi.get(self, "error_blob_uri")
467
+
468
+ @property
469
+ @pulumi.getter(name="instanceView")
470
+ def instance_view(self) -> pulumi.Output['outputs.MachineRunCommandInstanceViewResponse']:
471
+ """
472
+ The machine run command instance view.
473
+ """
474
+ return pulumi.get(self, "instance_view")
475
+
476
+ @property
477
+ @pulumi.getter
478
+ def location(self) -> pulumi.Output[str]:
479
+ """
480
+ The geo-location where the resource lives
481
+ """
482
+ return pulumi.get(self, "location")
483
+
484
+ @property
485
+ @pulumi.getter
486
+ def name(self) -> pulumi.Output[str]:
487
+ """
488
+ The name of the resource
489
+ """
490
+ return pulumi.get(self, "name")
491
+
492
+ @property
493
+ @pulumi.getter(name="outputBlobManagedIdentity")
494
+ def output_blob_managed_identity(self) -> pulumi.Output[Optional['outputs.RunCommandManagedIdentityResponse']]:
495
+ """
496
+ User-assigned managed identity that has access to outputBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged
497
+ """
498
+ return pulumi.get(self, "output_blob_managed_identity")
499
+
500
+ @property
501
+ @pulumi.getter(name="outputBlobUri")
502
+ def output_blob_uri(self) -> pulumi.Output[Optional[str]]:
503
+ """
504
+ Specifies the Azure storage blob where script output stream will be uploaded. Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. Refer outputBlobManagedIdentity parameter.
505
+ """
506
+ return pulumi.get(self, "output_blob_uri")
507
+
508
+ @property
509
+ @pulumi.getter
510
+ def parameters(self) -> pulumi.Output[Optional[Sequence['outputs.RunCommandInputParameterResponse']]]:
511
+ """
512
+ The parameters used by the script.
513
+ """
514
+ return pulumi.get(self, "parameters")
515
+
516
+ @property
517
+ @pulumi.getter(name="protectedParameters")
518
+ def protected_parameters(self) -> pulumi.Output[Optional[Sequence['outputs.RunCommandInputParameterResponse']]]:
519
+ """
520
+ The parameters used by the script.
521
+ """
522
+ return pulumi.get(self, "protected_parameters")
523
+
524
+ @property
525
+ @pulumi.getter(name="provisioningState")
526
+ def provisioning_state(self) -> pulumi.Output[str]:
527
+ """
528
+ The provisioning state, which only appears in the response.
529
+ """
530
+ return pulumi.get(self, "provisioning_state")
531
+
532
+ @property
533
+ @pulumi.getter(name="runAsPassword")
534
+ def run_as_password(self) -> pulumi.Output[Optional[str]]:
535
+ """
536
+ Specifies the user account password on the machine when executing the run command.
537
+ """
538
+ return pulumi.get(self, "run_as_password")
539
+
540
+ @property
541
+ @pulumi.getter(name="runAsUser")
542
+ def run_as_user(self) -> pulumi.Output[Optional[str]]:
543
+ """
544
+ Specifies the user account on the machine when executing the run command.
545
+ """
546
+ return pulumi.get(self, "run_as_user")
547
+
548
+ @property
549
+ @pulumi.getter
550
+ def source(self) -> pulumi.Output[Optional['outputs.MachineRunCommandScriptSourceResponse']]:
551
+ """
552
+ The source of the run command script.
553
+ """
554
+ return pulumi.get(self, "source")
555
+
556
+ @property
557
+ @pulumi.getter(name="systemData")
558
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
559
+ """
560
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
561
+ """
562
+ return pulumi.get(self, "system_data")
563
+
564
+ @property
565
+ @pulumi.getter
566
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
567
+ """
568
+ Resource tags.
569
+ """
570
+ return pulumi.get(self, "tags")
571
+
572
+ @property
573
+ @pulumi.getter(name="timeoutInSeconds")
574
+ def timeout_in_seconds(self) -> pulumi.Output[Optional[int]]:
575
+ """
576
+ The timeout in seconds to execute the run command.
577
+ """
578
+ return pulumi.get(self, "timeout_in_seconds")
579
+
580
+ @property
581
+ @pulumi.getter
582
+ def type(self) -> pulumi.Output[str]:
583
+ """
584
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
585
+ """
586
+ return pulumi.get(self, "type")
587
+