pulumi-azure-native 2.44.0a1717427766__py3-none-any.whl → 2.44.1__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 (211) hide show
  1. pulumi_azure_native/__init__.py +69 -5
  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/authorization/__init__.py +0 -2
  36. pulumi_azure_native/authorization/_enums.py +0 -70
  37. pulumi_azure_native/authorization/_inputs.py +0 -838
  38. pulumi_azure_native/authorization/outputs.py +0 -88
  39. pulumi_azure_native/authorization/v20201001/__init__.py +0 -4
  40. pulumi_azure_native/authorization/v20201001/outputs.py +0 -89
  41. pulumi_azure_native/authorization/v20201001preview/__init__.py +0 -4
  42. pulumi_azure_native/authorization/v20201001preview/outputs.py +0 -959
  43. pulumi_azure_native/desktopvirtualization/__init__.py +1 -0
  44. pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +110 -0
  45. pulumi_azure_native/desktopvirtualization/v20220401preview/__init__.py +1 -0
  46. pulumi_azure_native/desktopvirtualization/v20220401preview/get_host_pool_registration_token.py +104 -0
  47. pulumi_azure_native/desktopvirtualization/v20220909/__init__.py +1 -0
  48. pulumi_azure_native/desktopvirtualization/v20220909/get_host_pool_registration_token.py +104 -0
  49. pulumi_azure_native/desktopvirtualization/v20221014preview/__init__.py +1 -0
  50. pulumi_azure_native/desktopvirtualization/v20221014preview/get_host_pool_registration_token.py +104 -0
  51. pulumi_azure_native/desktopvirtualization/v20230707preview/__init__.py +1 -0
  52. pulumi_azure_native/desktopvirtualization/v20230707preview/get_host_pool_registration_token.py +104 -0
  53. pulumi_azure_native/desktopvirtualization/v20230905/__init__.py +1 -0
  54. pulumi_azure_native/desktopvirtualization/v20230905/get_host_pool_registration_token.py +104 -0
  55. pulumi_azure_native/desktopvirtualization/v20231004preview/__init__.py +1 -0
  56. pulumi_azure_native/desktopvirtualization/v20231004preview/get_host_pool_registration_token.py +104 -0
  57. pulumi_azure_native/desktopvirtualization/v20231101preview/__init__.py +1 -0
  58. pulumi_azure_native/desktopvirtualization/v20231101preview/get_host_pool_registration_token.py +104 -0
  59. pulumi_azure_native/desktopvirtualization/v20240116preview/__init__.py +1 -0
  60. pulumi_azure_native/desktopvirtualization/v20240116preview/get_host_pool_registration_token.py +104 -0
  61. pulumi_azure_native/desktopvirtualization/v20240306preview/__init__.py +1 -0
  62. pulumi_azure_native/desktopvirtualization/v20240306preview/get_host_pool_registration_token.py +104 -0
  63. pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +1 -0
  64. pulumi_azure_native/desktopvirtualization/v20240403/get_host_pool_registration_token.py +104 -0
  65. pulumi_azure_native/devhub/__init__.py +5 -0
  66. pulumi_azure_native/devhub/_inputs.py +190 -0
  67. pulumi_azure_native/devhub/get_git_hub_o_auth.py +2 -2
  68. pulumi_azure_native/devhub/get_iac_profile.py +322 -0
  69. pulumi_azure_native/devhub/get_workflow.py +2 -2
  70. pulumi_azure_native/devhub/iac_profile.py +539 -0
  71. pulumi_azure_native/devhub/outputs.py +229 -0
  72. pulumi_azure_native/devhub/v20221011preview/workflow.py +1 -1
  73. pulumi_azure_native/devhub/v20230801/workflow.py +1 -1
  74. pulumi_azure_native/devhub/v20240501preview/__init__.py +15 -0
  75. pulumi_azure_native/devhub/v20240501preview/_enums.py +146 -0
  76. pulumi_azure_native/devhub/v20240501preview/_inputs.py +427 -0
  77. pulumi_azure_native/devhub/v20240501preview/get_git_hub_o_auth.py +91 -0
  78. pulumi_azure_native/devhub/v20240501preview/get_iac_profile.py +320 -0
  79. pulumi_azure_native/devhub/v20240501preview/get_workflow.py +489 -0
  80. pulumi_azure_native/devhub/v20240501preview/iac_profile.py +537 -0
  81. pulumi_azure_native/devhub/v20240501preview/outputs.py +654 -0
  82. pulumi_azure_native/devhub/v20240501preview/workflow.py +915 -0
  83. pulumi_azure_native/devhub/workflow.py +3 -3
  84. pulumi_azure_native/hybridcompute/__init__.py +3 -0
  85. pulumi_azure_native/hybridcompute/gateway.py +5 -1
  86. pulumi_azure_native/hybridcompute/get_gateway.py +4 -0
  87. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  88. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  89. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  90. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  91. pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
  92. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  93. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  94. pulumi_azure_native/hybridcompute/license.py +3 -3
  95. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  96. pulumi_azure_native/hybridcompute/machine.py +3 -3
  97. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  98. pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
  99. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  100. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  101. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  102. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  103. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  104. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  105. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  106. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  107. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  108. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  109. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  110. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  111. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  112. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  113. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  114. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  115. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  116. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  117. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  118. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  119. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  120. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  121. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  122. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  123. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  124. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  125. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
  126. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  127. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  128. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  129. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  130. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
  131. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  132. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  133. pulumi_azure_native/hybridcompute/v20240520preview/__init__.py +26 -0
  134. pulumi_azure_native/hybridcompute/v20240520preview/_enums.py +172 -0
  135. pulumi_azure_native/hybridcompute/v20240520preview/_inputs.py +1408 -0
  136. pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +311 -0
  137. pulumi_azure_native/hybridcompute/v20240520preview/get_gateway.py +209 -0
  138. pulumi_azure_native/hybridcompute/v20240520preview/get_license.py +196 -0
  139. pulumi_azure_native/hybridcompute/v20240520preview/get_license_profile.py +357 -0
  140. pulumi_azure_native/hybridcompute/v20240520preview/get_machine.py +591 -0
  141. pulumi_azure_native/hybridcompute/v20240520preview/get_machine_extension.py +162 -0
  142. pulumi_azure_native/hybridcompute/v20240520preview/get_machine_run_command.py +318 -0
  143. pulumi_azure_native/hybridcompute/v20240520preview/get_private_endpoint_connection.py +136 -0
  144. pulumi_azure_native/hybridcompute/v20240520preview/get_private_link_scope.py +157 -0
  145. pulumi_azure_native/hybridcompute/v20240520preview/license.py +321 -0
  146. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +500 -0
  147. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +850 -0
  148. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +274 -0
  149. pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +587 -0
  150. pulumi_azure_native/hybridcompute/v20240520preview/outputs.py +3204 -0
  151. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +215 -0
  152. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +253 -0
  153. pulumi_azure_native/pulumi-plugin.json +1 -1
  154. pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
  155. pulumi_azure_native/scvmm/get_vm_instance_guest_agent.py +0 -4
  156. pulumi_azure_native/scvmm/guest_agent.py +2 -2
  157. pulumi_azure_native/scvmm/v20231007/__init__.py +2 -2
  158. pulumi_azure_native/scvmm/v20231007/_enums.py +49 -4
  159. pulumi_azure_native/scvmm/v20231007/_inputs.py +56 -145
  160. pulumi_azure_native/scvmm/v20231007/cloud.py +6 -6
  161. pulumi_azure_native/scvmm/v20231007/get_cloud.py +10 -10
  162. pulumi_azure_native/scvmm/v20231007/{get_vm_instance_guest_agent.py → get_guest_agent.py} +16 -16
  163. pulumi_azure_native/scvmm/v20231007/get_inventory_item.py +4 -4
  164. pulumi_azure_native/scvmm/v20231007/get_virtual_machine_instance.py +4 -4
  165. pulumi_azure_native/scvmm/v20231007/get_vmm_server.py +6 -6
  166. pulumi_azure_native/scvmm/v20231007/{vm_instance_guest_agent.py → guest_agent.py} +18 -18
  167. pulumi_azure_native/scvmm/v20231007/inventory_item.py +5 -5
  168. pulumi_azure_native/scvmm/v20231007/outputs.py +96 -100
  169. pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +19 -19
  170. pulumi_azure_native/scvmm/v20231007/vmm_server.py +13 -13
  171. pulumi_azure_native/scvmm/vm_instance_guest_agent.py +0 -4
  172. pulumi_azure_native/storage/v20230501/_enums.py +2 -0
  173. pulumi_azure_native/verifiedid/__init__.py +18 -0
  174. pulumi_azure_native/verifiedid/authority.py +234 -0
  175. pulumi_azure_native/verifiedid/get_authority.py +159 -0
  176. pulumi_azure_native/verifiedid/outputs.py +125 -0
  177. pulumi_azure_native/verifiedid/v20240126preview/__init__.py +10 -0
  178. pulumi_azure_native/verifiedid/v20240126preview/authority.py +232 -0
  179. pulumi_azure_native/verifiedid/v20240126preview/get_authority.py +157 -0
  180. pulumi_azure_native/verifiedid/v20240126preview/outputs.py +125 -0
  181. pulumi_azure_native/virtualmachineimages/__init__.py +3 -0
  182. pulumi_azure_native/virtualmachineimages/get_trigger.py +2 -2
  183. pulumi_azure_native/virtualmachineimages/get_virtual_machine_image_template.py +2 -2
  184. pulumi_azure_native/virtualmachineimages/trigger.py +3 -3
  185. pulumi_azure_native/virtualmachineimages/v20220701/trigger.py +1 -1
  186. pulumi_azure_native/virtualmachineimages/v20220701/virtual_machine_image_template.py +1 -1
  187. pulumi_azure_native/virtualmachineimages/v20230701/trigger.py +1 -1
  188. pulumi_azure_native/virtualmachineimages/v20230701/virtual_machine_image_template.py +1 -1
  189. pulumi_azure_native/virtualmachineimages/v20240201/__init__.py +14 -0
  190. pulumi_azure_native/virtualmachineimages/v20240201/_enums.py +60 -0
  191. pulumi_azure_native/virtualmachineimages/v20240201/_inputs.py +1895 -0
  192. pulumi_azure_native/virtualmachineimages/v20240201/get_trigger.py +162 -0
  193. pulumi_azure_native/virtualmachineimages/v20240201/get_virtual_machine_image_template.py +352 -0
  194. pulumi_azure_native/virtualmachineimages/v20240201/outputs.py +2401 -0
  195. pulumi_azure_native/virtualmachineimages/v20240201/trigger.py +235 -0
  196. pulumi_azure_native/virtualmachineimages/v20240201/virtual_machine_image_template.py +619 -0
  197. pulumi_azure_native/virtualmachineimages/virtual_machine_image_template.py +3 -3
  198. {pulumi_azure_native-2.44.0a1717427766.dist-info → pulumi_azure_native-2.44.1.dist-info}/METADATA +1 -1
  199. {pulumi_azure_native-2.44.0a1717427766.dist-info → pulumi_azure_native-2.44.1.dist-info}/RECORD +201 -126
  200. pulumi_azure_native/authorization/get_role_management_policy.py +0 -228
  201. pulumi_azure_native/authorization/role_management_policy.py +0 -327
  202. pulumi_azure_native/authorization/v20201001/_enums.py +0 -78
  203. pulumi_azure_native/authorization/v20201001/_inputs.py +0 -853
  204. pulumi_azure_native/authorization/v20201001/get_role_management_policy.py +0 -222
  205. pulumi_azure_native/authorization/v20201001/role_management_policy.py +0 -321
  206. pulumi_azure_native/authorization/v20201001preview/_enums.py +0 -78
  207. pulumi_azure_native/authorization/v20201001preview/_inputs.py +0 -853
  208. pulumi_azure_native/authorization/v20201001preview/get_role_management_policy.py +0 -222
  209. pulumi_azure_native/authorization/v20201001preview/role_management_policy.py +0 -321
  210. {pulumi_azure_native-2.44.0a1717427766.dist-info → pulumi_azure_native-2.44.1.dist-info}/WHEEL +0 -0
  211. {pulumi_azure_native-2.44.0a1717427766.dist-info → pulumi_azure_native-2.44.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,196 @@
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
+
13
+ __all__ = [
14
+ 'GetLicenseResult',
15
+ 'AwaitableGetLicenseResult',
16
+ 'get_license',
17
+ 'get_license_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetLicenseResult:
22
+ """
23
+ Describes a license in a hybrid machine.
24
+ """
25
+ def __init__(__self__, id=None, license_details=None, license_type=None, location=None, name=None, provisioning_state=None, system_data=None, tags=None, tenant_id=None, type=None):
26
+ if id and not isinstance(id, str):
27
+ raise TypeError("Expected argument 'id' to be a str")
28
+ pulumi.set(__self__, "id", id)
29
+ if license_details and not isinstance(license_details, dict):
30
+ raise TypeError("Expected argument 'license_details' to be a dict")
31
+ pulumi.set(__self__, "license_details", license_details)
32
+ if license_type and not isinstance(license_type, str):
33
+ raise TypeError("Expected argument 'license_type' to be a str")
34
+ pulumi.set(__self__, "license_type", license_type)
35
+ if location and not isinstance(location, str):
36
+ raise TypeError("Expected argument 'location' to be a str")
37
+ pulumi.set(__self__, "location", location)
38
+ if name and not isinstance(name, str):
39
+ raise TypeError("Expected argument 'name' to be a str")
40
+ pulumi.set(__self__, "name", name)
41
+ if provisioning_state and not isinstance(provisioning_state, str):
42
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
43
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
44
+ if system_data and not isinstance(system_data, dict):
45
+ raise TypeError("Expected argument 'system_data' to be a dict")
46
+ pulumi.set(__self__, "system_data", system_data)
47
+ if tags and not isinstance(tags, dict):
48
+ raise TypeError("Expected argument 'tags' to be a dict")
49
+ pulumi.set(__self__, "tags", tags)
50
+ if tenant_id and not isinstance(tenant_id, str):
51
+ raise TypeError("Expected argument 'tenant_id' to be a str")
52
+ pulumi.set(__self__, "tenant_id", tenant_id)
53
+ if type and not isinstance(type, str):
54
+ raise TypeError("Expected argument 'type' to be a str")
55
+ pulumi.set(__self__, "type", type)
56
+
57
+ @property
58
+ @pulumi.getter
59
+ def id(self) -> str:
60
+ """
61
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
62
+ """
63
+ return pulumi.get(self, "id")
64
+
65
+ @property
66
+ @pulumi.getter(name="licenseDetails")
67
+ def license_details(self) -> Optional['outputs.LicenseDetailsResponse']:
68
+ """
69
+ Describes the properties of a License.
70
+ """
71
+ return pulumi.get(self, "license_details")
72
+
73
+ @property
74
+ @pulumi.getter(name="licenseType")
75
+ def license_type(self) -> Optional[str]:
76
+ """
77
+ The type of the license resource.
78
+ """
79
+ return pulumi.get(self, "license_type")
80
+
81
+ @property
82
+ @pulumi.getter
83
+ def location(self) -> str:
84
+ """
85
+ The geo-location where the resource lives
86
+ """
87
+ return pulumi.get(self, "location")
88
+
89
+ @property
90
+ @pulumi.getter
91
+ def name(self) -> str:
92
+ """
93
+ The name of the resource
94
+ """
95
+ return pulumi.get(self, "name")
96
+
97
+ @property
98
+ @pulumi.getter(name="provisioningState")
99
+ def provisioning_state(self) -> str:
100
+ """
101
+ The provisioning state, which only appears in the response.
102
+ """
103
+ return pulumi.get(self, "provisioning_state")
104
+
105
+ @property
106
+ @pulumi.getter(name="systemData")
107
+ def system_data(self) -> 'outputs.SystemDataResponse':
108
+ """
109
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
110
+ """
111
+ return pulumi.get(self, "system_data")
112
+
113
+ @property
114
+ @pulumi.getter
115
+ def tags(self) -> Optional[Mapping[str, str]]:
116
+ """
117
+ Resource tags.
118
+ """
119
+ return pulumi.get(self, "tags")
120
+
121
+ @property
122
+ @pulumi.getter(name="tenantId")
123
+ def tenant_id(self) -> Optional[str]:
124
+ """
125
+ Describes the tenant id.
126
+ """
127
+ return pulumi.get(self, "tenant_id")
128
+
129
+ @property
130
+ @pulumi.getter
131
+ def type(self) -> str:
132
+ """
133
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
134
+ """
135
+ return pulumi.get(self, "type")
136
+
137
+
138
+ class AwaitableGetLicenseResult(GetLicenseResult):
139
+ # pylint: disable=using-constant-test
140
+ def __await__(self):
141
+ if False:
142
+ yield self
143
+ return GetLicenseResult(
144
+ id=self.id,
145
+ license_details=self.license_details,
146
+ license_type=self.license_type,
147
+ location=self.location,
148
+ name=self.name,
149
+ provisioning_state=self.provisioning_state,
150
+ system_data=self.system_data,
151
+ tags=self.tags,
152
+ tenant_id=self.tenant_id,
153
+ type=self.type)
154
+
155
+
156
+ def get_license(license_name: Optional[str] = None,
157
+ resource_group_name: Optional[str] = None,
158
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetLicenseResult:
159
+ """
160
+ Retrieves information about the view of a license.
161
+
162
+
163
+ :param str license_name: The name of the license.
164
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
165
+ """
166
+ __args__ = dict()
167
+ __args__['licenseName'] = license_name
168
+ __args__['resourceGroupName'] = resource_group_name
169
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
170
+ __ret__ = pulumi.runtime.invoke('azure-native:hybridcompute/v20240520preview:getLicense', __args__, opts=opts, typ=GetLicenseResult).value
171
+
172
+ return AwaitableGetLicenseResult(
173
+ id=pulumi.get(__ret__, 'id'),
174
+ license_details=pulumi.get(__ret__, 'license_details'),
175
+ license_type=pulumi.get(__ret__, 'license_type'),
176
+ location=pulumi.get(__ret__, 'location'),
177
+ name=pulumi.get(__ret__, 'name'),
178
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
179
+ system_data=pulumi.get(__ret__, 'system_data'),
180
+ tags=pulumi.get(__ret__, 'tags'),
181
+ tenant_id=pulumi.get(__ret__, 'tenant_id'),
182
+ type=pulumi.get(__ret__, 'type'))
183
+
184
+
185
+ @_utilities.lift_output_func(get_license)
186
+ def get_license_output(license_name: Optional[pulumi.Input[str]] = None,
187
+ resource_group_name: Optional[pulumi.Input[str]] = None,
188
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetLicenseResult]:
189
+ """
190
+ Retrieves information about the view of a license.
191
+
192
+
193
+ :param str license_name: The name of the license.
194
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
195
+ """
196
+ ...
@@ -0,0 +1,357 @@
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
+
13
+ __all__ = [
14
+ 'GetLicenseProfileResult',
15
+ 'AwaitableGetLicenseProfileResult',
16
+ 'get_license_profile',
17
+ 'get_license_profile_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetLicenseProfileResult:
22
+ """
23
+ Describes a license profile in a hybrid machine.
24
+ """
25
+ def __init__(__self__, assigned_license=None, assigned_license_immutable_id=None, billing_end_date=None, billing_start_date=None, disenrollment_date=None, enrollment_date=None, error=None, esu_eligibility=None, esu_key_state=None, esu_keys=None, id=None, location=None, name=None, product_features=None, product_type=None, provisioning_state=None, server_type=None, software_assurance_customer=None, subscription_status=None, system_data=None, tags=None, type=None):
26
+ if assigned_license and not isinstance(assigned_license, str):
27
+ raise TypeError("Expected argument 'assigned_license' to be a str")
28
+ pulumi.set(__self__, "assigned_license", assigned_license)
29
+ if assigned_license_immutable_id and not isinstance(assigned_license_immutable_id, str):
30
+ raise TypeError("Expected argument 'assigned_license_immutable_id' to be a str")
31
+ pulumi.set(__self__, "assigned_license_immutable_id", assigned_license_immutable_id)
32
+ if billing_end_date and not isinstance(billing_end_date, str):
33
+ raise TypeError("Expected argument 'billing_end_date' to be a str")
34
+ pulumi.set(__self__, "billing_end_date", billing_end_date)
35
+ if billing_start_date and not isinstance(billing_start_date, str):
36
+ raise TypeError("Expected argument 'billing_start_date' to be a str")
37
+ pulumi.set(__self__, "billing_start_date", billing_start_date)
38
+ if disenrollment_date and not isinstance(disenrollment_date, str):
39
+ raise TypeError("Expected argument 'disenrollment_date' to be a str")
40
+ pulumi.set(__self__, "disenrollment_date", disenrollment_date)
41
+ if enrollment_date and not isinstance(enrollment_date, str):
42
+ raise TypeError("Expected argument 'enrollment_date' to be a str")
43
+ pulumi.set(__self__, "enrollment_date", enrollment_date)
44
+ if error and not isinstance(error, dict):
45
+ raise TypeError("Expected argument 'error' to be a dict")
46
+ pulumi.set(__self__, "error", error)
47
+ if esu_eligibility and not isinstance(esu_eligibility, str):
48
+ raise TypeError("Expected argument 'esu_eligibility' to be a str")
49
+ pulumi.set(__self__, "esu_eligibility", esu_eligibility)
50
+ if esu_key_state and not isinstance(esu_key_state, str):
51
+ raise TypeError("Expected argument 'esu_key_state' to be a str")
52
+ pulumi.set(__self__, "esu_key_state", esu_key_state)
53
+ if esu_keys and not isinstance(esu_keys, list):
54
+ raise TypeError("Expected argument 'esu_keys' to be a list")
55
+ pulumi.set(__self__, "esu_keys", esu_keys)
56
+ if id and not isinstance(id, str):
57
+ raise TypeError("Expected argument 'id' to be a str")
58
+ pulumi.set(__self__, "id", id)
59
+ if location and not isinstance(location, str):
60
+ raise TypeError("Expected argument 'location' to be a str")
61
+ pulumi.set(__self__, "location", location)
62
+ if name and not isinstance(name, str):
63
+ raise TypeError("Expected argument 'name' to be a str")
64
+ pulumi.set(__self__, "name", name)
65
+ if product_features and not isinstance(product_features, list):
66
+ raise TypeError("Expected argument 'product_features' to be a list")
67
+ pulumi.set(__self__, "product_features", product_features)
68
+ if product_type and not isinstance(product_type, str):
69
+ raise TypeError("Expected argument 'product_type' to be a str")
70
+ pulumi.set(__self__, "product_type", product_type)
71
+ if provisioning_state and not isinstance(provisioning_state, str):
72
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
73
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
74
+ if server_type and not isinstance(server_type, str):
75
+ raise TypeError("Expected argument 'server_type' to be a str")
76
+ pulumi.set(__self__, "server_type", server_type)
77
+ if software_assurance_customer and not isinstance(software_assurance_customer, bool):
78
+ raise TypeError("Expected argument 'software_assurance_customer' to be a bool")
79
+ pulumi.set(__self__, "software_assurance_customer", software_assurance_customer)
80
+ if subscription_status and not isinstance(subscription_status, str):
81
+ raise TypeError("Expected argument 'subscription_status' to be a str")
82
+ pulumi.set(__self__, "subscription_status", subscription_status)
83
+ if system_data and not isinstance(system_data, dict):
84
+ raise TypeError("Expected argument 'system_data' to be a dict")
85
+ pulumi.set(__self__, "system_data", system_data)
86
+ if tags and not isinstance(tags, dict):
87
+ raise TypeError("Expected argument 'tags' to be a dict")
88
+ pulumi.set(__self__, "tags", tags)
89
+ if type and not isinstance(type, str):
90
+ raise TypeError("Expected argument 'type' to be a str")
91
+ pulumi.set(__self__, "type", type)
92
+
93
+ @property
94
+ @pulumi.getter(name="assignedLicense")
95
+ def assigned_license(self) -> Optional[str]:
96
+ """
97
+ The resource id of the license.
98
+ """
99
+ return pulumi.get(self, "assigned_license")
100
+
101
+ @property
102
+ @pulumi.getter(name="assignedLicenseImmutableId")
103
+ def assigned_license_immutable_id(self) -> str:
104
+ """
105
+ The guid id of the license.
106
+ """
107
+ return pulumi.get(self, "assigned_license_immutable_id")
108
+
109
+ @property
110
+ @pulumi.getter(name="billingEndDate")
111
+ def billing_end_date(self) -> str:
112
+ """
113
+ The timestamp in UTC when the billing ends.
114
+ """
115
+ return pulumi.get(self, "billing_end_date")
116
+
117
+ @property
118
+ @pulumi.getter(name="billingStartDate")
119
+ def billing_start_date(self) -> str:
120
+ """
121
+ The timestamp in UTC when the billing starts.
122
+ """
123
+ return pulumi.get(self, "billing_start_date")
124
+
125
+ @property
126
+ @pulumi.getter(name="disenrollmentDate")
127
+ def disenrollment_date(self) -> str:
128
+ """
129
+ The timestamp in UTC when the user disenrolled the feature.
130
+ """
131
+ return pulumi.get(self, "disenrollment_date")
132
+
133
+ @property
134
+ @pulumi.getter(name="enrollmentDate")
135
+ def enrollment_date(self) -> str:
136
+ """
137
+ The timestamp in UTC when the user enrolls the feature.
138
+ """
139
+ return pulumi.get(self, "enrollment_date")
140
+
141
+ @property
142
+ @pulumi.getter
143
+ def error(self) -> 'outputs.ErrorDetailResponse':
144
+ """
145
+ The errors that were encountered during the feature enrollment or disenrollment.
146
+ """
147
+ return pulumi.get(self, "error")
148
+
149
+ @property
150
+ @pulumi.getter(name="esuEligibility")
151
+ def esu_eligibility(self) -> str:
152
+ """
153
+ Indicates the eligibility state of Esu.
154
+ """
155
+ return pulumi.get(self, "esu_eligibility")
156
+
157
+ @property
158
+ @pulumi.getter(name="esuKeyState")
159
+ def esu_key_state(self) -> str:
160
+ """
161
+ Indicates whether there is an ESU Key currently active for the machine.
162
+ """
163
+ return pulumi.get(self, "esu_key_state")
164
+
165
+ @property
166
+ @pulumi.getter(name="esuKeys")
167
+ def esu_keys(self) -> Sequence['outputs.EsuKeyResponse']:
168
+ """
169
+ The list of ESU keys.
170
+ """
171
+ return pulumi.get(self, "esu_keys")
172
+
173
+ @property
174
+ @pulumi.getter
175
+ def id(self) -> str:
176
+ """
177
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
178
+ """
179
+ return pulumi.get(self, "id")
180
+
181
+ @property
182
+ @pulumi.getter
183
+ def location(self) -> str:
184
+ """
185
+ The geo-location where the resource lives
186
+ """
187
+ return pulumi.get(self, "location")
188
+
189
+ @property
190
+ @pulumi.getter
191
+ def name(self) -> str:
192
+ """
193
+ The name of the resource
194
+ """
195
+ return pulumi.get(self, "name")
196
+
197
+ @property
198
+ @pulumi.getter(name="productFeatures")
199
+ def product_features(self) -> Optional[Sequence['outputs.ProductFeatureResponse']]:
200
+ """
201
+ The list of product features.
202
+ """
203
+ return pulumi.get(self, "product_features")
204
+
205
+ @property
206
+ @pulumi.getter(name="productType")
207
+ def product_type(self) -> Optional[str]:
208
+ """
209
+ Indicates the product type of the license.
210
+ """
211
+ return pulumi.get(self, "product_type")
212
+
213
+ @property
214
+ @pulumi.getter(name="provisioningState")
215
+ def provisioning_state(self) -> str:
216
+ """
217
+ The provisioning state, which only appears in the response.
218
+ """
219
+ return pulumi.get(self, "provisioning_state")
220
+
221
+ @property
222
+ @pulumi.getter(name="serverType")
223
+ def server_type(self) -> str:
224
+ """
225
+ The type of the Esu servers.
226
+ """
227
+ return pulumi.get(self, "server_type")
228
+
229
+ @property
230
+ @pulumi.getter(name="softwareAssuranceCustomer")
231
+ def software_assurance_customer(self) -> Optional[bool]:
232
+ """
233
+ Specifies if this machine is licensed as part of a Software Assurance agreement.
234
+ """
235
+ return pulumi.get(self, "software_assurance_customer")
236
+
237
+ @property
238
+ @pulumi.getter(name="subscriptionStatus")
239
+ def subscription_status(self) -> Optional[str]:
240
+ """
241
+ Indicates the subscription status of the product.
242
+ """
243
+ return pulumi.get(self, "subscription_status")
244
+
245
+ @property
246
+ @pulumi.getter(name="systemData")
247
+ def system_data(self) -> 'outputs.SystemDataResponse':
248
+ """
249
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
250
+ """
251
+ return pulumi.get(self, "system_data")
252
+
253
+ @property
254
+ @pulumi.getter
255
+ def tags(self) -> Optional[Mapping[str, str]]:
256
+ """
257
+ Resource tags.
258
+ """
259
+ return pulumi.get(self, "tags")
260
+
261
+ @property
262
+ @pulumi.getter
263
+ def type(self) -> str:
264
+ """
265
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
266
+ """
267
+ return pulumi.get(self, "type")
268
+
269
+
270
+ class AwaitableGetLicenseProfileResult(GetLicenseProfileResult):
271
+ # pylint: disable=using-constant-test
272
+ def __await__(self):
273
+ if False:
274
+ yield self
275
+ return GetLicenseProfileResult(
276
+ assigned_license=self.assigned_license,
277
+ assigned_license_immutable_id=self.assigned_license_immutable_id,
278
+ billing_end_date=self.billing_end_date,
279
+ billing_start_date=self.billing_start_date,
280
+ disenrollment_date=self.disenrollment_date,
281
+ enrollment_date=self.enrollment_date,
282
+ error=self.error,
283
+ esu_eligibility=self.esu_eligibility,
284
+ esu_key_state=self.esu_key_state,
285
+ esu_keys=self.esu_keys,
286
+ id=self.id,
287
+ location=self.location,
288
+ name=self.name,
289
+ product_features=self.product_features,
290
+ product_type=self.product_type,
291
+ provisioning_state=self.provisioning_state,
292
+ server_type=self.server_type,
293
+ software_assurance_customer=self.software_assurance_customer,
294
+ subscription_status=self.subscription_status,
295
+ system_data=self.system_data,
296
+ tags=self.tags,
297
+ type=self.type)
298
+
299
+
300
+ def get_license_profile(license_profile_name: Optional[str] = None,
301
+ machine_name: Optional[str] = None,
302
+ resource_group_name: Optional[str] = None,
303
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetLicenseProfileResult:
304
+ """
305
+ Retrieves information about the view of a license profile.
306
+
307
+
308
+ :param str license_profile_name: The name of the license profile.
309
+ :param str machine_name: The name of the hybrid machine.
310
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
311
+ """
312
+ __args__ = dict()
313
+ __args__['licenseProfileName'] = license_profile_name
314
+ __args__['machineName'] = machine_name
315
+ __args__['resourceGroupName'] = resource_group_name
316
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
317
+ __ret__ = pulumi.runtime.invoke('azure-native:hybridcompute/v20240520preview:getLicenseProfile', __args__, opts=opts, typ=GetLicenseProfileResult).value
318
+
319
+ return AwaitableGetLicenseProfileResult(
320
+ assigned_license=pulumi.get(__ret__, 'assigned_license'),
321
+ assigned_license_immutable_id=pulumi.get(__ret__, 'assigned_license_immutable_id'),
322
+ billing_end_date=pulumi.get(__ret__, 'billing_end_date'),
323
+ billing_start_date=pulumi.get(__ret__, 'billing_start_date'),
324
+ disenrollment_date=pulumi.get(__ret__, 'disenrollment_date'),
325
+ enrollment_date=pulumi.get(__ret__, 'enrollment_date'),
326
+ error=pulumi.get(__ret__, 'error'),
327
+ esu_eligibility=pulumi.get(__ret__, 'esu_eligibility'),
328
+ esu_key_state=pulumi.get(__ret__, 'esu_key_state'),
329
+ esu_keys=pulumi.get(__ret__, 'esu_keys'),
330
+ id=pulumi.get(__ret__, 'id'),
331
+ location=pulumi.get(__ret__, 'location'),
332
+ name=pulumi.get(__ret__, 'name'),
333
+ product_features=pulumi.get(__ret__, 'product_features'),
334
+ product_type=pulumi.get(__ret__, 'product_type'),
335
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
336
+ server_type=pulumi.get(__ret__, 'server_type'),
337
+ software_assurance_customer=pulumi.get(__ret__, 'software_assurance_customer'),
338
+ subscription_status=pulumi.get(__ret__, 'subscription_status'),
339
+ system_data=pulumi.get(__ret__, 'system_data'),
340
+ tags=pulumi.get(__ret__, 'tags'),
341
+ type=pulumi.get(__ret__, 'type'))
342
+
343
+
344
+ @_utilities.lift_output_func(get_license_profile)
345
+ def get_license_profile_output(license_profile_name: Optional[pulumi.Input[str]] = None,
346
+ machine_name: Optional[pulumi.Input[str]] = None,
347
+ resource_group_name: Optional[pulumi.Input[str]] = None,
348
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetLicenseProfileResult]:
349
+ """
350
+ Retrieves information about the view of a license profile.
351
+
352
+
353
+ :param str license_profile_name: The name of the license profile.
354
+ :param str machine_name: The name of the hybrid machine.
355
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
356
+ """
357
+ ...