pulumi-azure-native 2.44.0__py3-none-any.whl → 2.44.0a1717167674__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 +2 -69
  2. pulumi_azure_native/appcomplianceautomation/__init__.py +0 -14
  3. pulumi_azure_native/appcomplianceautomation/_inputs.py +0 -40
  4. pulumi_azure_native/appcomplianceautomation/get_report.py +0 -4
  5. pulumi_azure_native/appcomplianceautomation/outputs.py +0 -226
  6. pulumi_azure_native/appcomplianceautomation/report.py +1 -5
  7. pulumi_azure_native/appcomplianceautomation/v20221116preview/report.py +1 -1
  8. pulumi_azure_native/devhub/__init__.py +0 -5
  9. pulumi_azure_native/devhub/_inputs.py +0 -190
  10. pulumi_azure_native/devhub/get_git_hub_o_auth.py +2 -2
  11. pulumi_azure_native/devhub/get_workflow.py +2 -2
  12. pulumi_azure_native/devhub/outputs.py +0 -229
  13. pulumi_azure_native/devhub/v20221011preview/workflow.py +1 -1
  14. pulumi_azure_native/devhub/v20230801/workflow.py +1 -1
  15. pulumi_azure_native/devhub/workflow.py +3 -3
  16. pulumi_azure_native/hybridcompute/__init__.py +0 -3
  17. pulumi_azure_native/hybridcompute/gateway.py +1 -5
  18. pulumi_azure_native/hybridcompute/get_gateway.py +0 -4
  19. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  20. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  21. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  22. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  23. pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
  24. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  25. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  26. pulumi_azure_native/hybridcompute/license.py +3 -3
  27. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  28. pulumi_azure_native/hybridcompute/machine.py +3 -3
  29. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  30. pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
  31. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  32. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  33. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  34. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  35. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  36. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  37. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  38. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  39. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  40. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  41. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  42. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  43. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  44. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  45. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  46. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  47. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  48. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  49. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  50. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  51. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  52. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  53. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  54. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  55. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  56. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  57. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
  58. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  59. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  60. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  61. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  62. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
  63. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  64. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  65. pulumi_azure_native/pulumi-plugin.json +1 -1
  66. pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
  67. pulumi_azure_native/scvmm/get_vm_instance_guest_agent.py +4 -0
  68. pulumi_azure_native/scvmm/guest_agent.py +2 -2
  69. pulumi_azure_native/scvmm/v20231007/__init__.py +2 -2
  70. pulumi_azure_native/scvmm/v20231007/_enums.py +4 -49
  71. pulumi_azure_native/scvmm/v20231007/_inputs.py +145 -56
  72. pulumi_azure_native/scvmm/v20231007/cloud.py +6 -6
  73. pulumi_azure_native/scvmm/v20231007/get_cloud.py +10 -10
  74. pulumi_azure_native/scvmm/v20231007/get_inventory_item.py +4 -4
  75. pulumi_azure_native/scvmm/v20231007/get_virtual_machine_instance.py +4 -4
  76. pulumi_azure_native/scvmm/v20231007/{get_guest_agent.py → get_vm_instance_guest_agent.py} +16 -16
  77. pulumi_azure_native/scvmm/v20231007/get_vmm_server.py +6 -6
  78. pulumi_azure_native/scvmm/v20231007/inventory_item.py +5 -5
  79. pulumi_azure_native/scvmm/v20231007/outputs.py +100 -96
  80. pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +19 -19
  81. pulumi_azure_native/scvmm/v20231007/{guest_agent.py → vm_instance_guest_agent.py} +18 -18
  82. pulumi_azure_native/scvmm/v20231007/vmm_server.py +13 -13
  83. pulumi_azure_native/scvmm/vm_instance_guest_agent.py +4 -0
  84. pulumi_azure_native/storage/v20230501/_enums.py +0 -2
  85. pulumi_azure_native/virtualmachineimages/__init__.py +0 -3
  86. pulumi_azure_native/virtualmachineimages/get_trigger.py +2 -2
  87. pulumi_azure_native/virtualmachineimages/get_virtual_machine_image_template.py +2 -2
  88. pulumi_azure_native/virtualmachineimages/trigger.py +3 -3
  89. pulumi_azure_native/virtualmachineimages/v20220701/trigger.py +1 -1
  90. pulumi_azure_native/virtualmachineimages/v20220701/virtual_machine_image_template.py +1 -1
  91. pulumi_azure_native/virtualmachineimages/v20230701/trigger.py +1 -1
  92. pulumi_azure_native/virtualmachineimages/v20230701/virtual_machine_image_template.py +1 -1
  93. pulumi_azure_native/virtualmachineimages/virtual_machine_image_template.py +3 -3
  94. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717167674.dist-info}/METADATA +1 -1
  95. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717167674.dist-info}/RECORD +97 -171
  96. pulumi_azure_native/appcomplianceautomation/_enums.py +0 -125
  97. pulumi_azure_native/appcomplianceautomation/evidence.py +0 -363
  98. pulumi_azure_native/appcomplianceautomation/get_evidence.py +0 -198
  99. pulumi_azure_native/appcomplianceautomation/get_provider_action_collection_count.py +0 -75
  100. pulumi_azure_native/appcomplianceautomation/get_provider_action_overview_status.py +0 -76
  101. pulumi_azure_native/appcomplianceautomation/get_report_scoping_questions.py +0 -76
  102. pulumi_azure_native/appcomplianceautomation/get_scoping_configuration.py +0 -146
  103. pulumi_azure_native/appcomplianceautomation/get_webhook.py +0 -289
  104. pulumi_azure_native/appcomplianceautomation/list_provider_action_in_use_storage_accounts.py +0 -76
  105. pulumi_azure_native/appcomplianceautomation/scoping_configuration.py +0 -206
  106. pulumi_azure_native/appcomplianceautomation/v20240627/__init__.py +0 -22
  107. pulumi_azure_native/appcomplianceautomation/v20240627/_enums.py +0 -144
  108. pulumi_azure_native/appcomplianceautomation/v20240627/_inputs.py +0 -215
  109. pulumi_azure_native/appcomplianceautomation/v20240627/evidence.py +0 -361
  110. pulumi_azure_native/appcomplianceautomation/v20240627/get_evidence.py +0 -196
  111. pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_collection_count.py +0 -73
  112. pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_overview_status.py +0 -74
  113. pulumi_azure_native/appcomplianceautomation/v20240627/get_report.py +0 -296
  114. pulumi_azure_native/appcomplianceautomation/v20240627/get_report_scoping_questions.py +0 -74
  115. pulumi_azure_native/appcomplianceautomation/v20240627/get_scoping_configuration.py +0 -144
  116. pulumi_azure_native/appcomplianceautomation/v20240627/get_webhook.py +0 -287
  117. pulumi_azure_native/appcomplianceautomation/v20240627/list_provider_action_in_use_storage_accounts.py +0 -74
  118. pulumi_azure_native/appcomplianceautomation/v20240627/outputs.py +0 -720
  119. pulumi_azure_native/appcomplianceautomation/v20240627/report.py +0 -387
  120. pulumi_azure_native/appcomplianceautomation/v20240627/scoping_configuration.py +0 -204
  121. pulumi_azure_native/appcomplianceautomation/v20240627/webhook.py +0 -447
  122. pulumi_azure_native/appcomplianceautomation/webhook.py +0 -449
  123. pulumi_azure_native/devhub/get_iac_profile.py +0 -322
  124. pulumi_azure_native/devhub/iac_profile.py +0 -539
  125. pulumi_azure_native/devhub/v20240501preview/__init__.py +0 -15
  126. pulumi_azure_native/devhub/v20240501preview/_enums.py +0 -146
  127. pulumi_azure_native/devhub/v20240501preview/_inputs.py +0 -427
  128. pulumi_azure_native/devhub/v20240501preview/get_git_hub_o_auth.py +0 -91
  129. pulumi_azure_native/devhub/v20240501preview/get_iac_profile.py +0 -320
  130. pulumi_azure_native/devhub/v20240501preview/get_workflow.py +0 -489
  131. pulumi_azure_native/devhub/v20240501preview/iac_profile.py +0 -537
  132. pulumi_azure_native/devhub/v20240501preview/outputs.py +0 -654
  133. pulumi_azure_native/devhub/v20240501preview/workflow.py +0 -915
  134. pulumi_azure_native/hybridcompute/v20240520preview/__init__.py +0 -26
  135. pulumi_azure_native/hybridcompute/v20240520preview/_enums.py +0 -172
  136. pulumi_azure_native/hybridcompute/v20240520preview/_inputs.py +0 -1408
  137. pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +0 -311
  138. pulumi_azure_native/hybridcompute/v20240520preview/get_gateway.py +0 -209
  139. pulumi_azure_native/hybridcompute/v20240520preview/get_license.py +0 -196
  140. pulumi_azure_native/hybridcompute/v20240520preview/get_license_profile.py +0 -357
  141. pulumi_azure_native/hybridcompute/v20240520preview/get_machine.py +0 -591
  142. pulumi_azure_native/hybridcompute/v20240520preview/get_machine_extension.py +0 -162
  143. pulumi_azure_native/hybridcompute/v20240520preview/get_machine_run_command.py +0 -318
  144. pulumi_azure_native/hybridcompute/v20240520preview/get_private_endpoint_connection.py +0 -136
  145. pulumi_azure_native/hybridcompute/v20240520preview/get_private_link_scope.py +0 -157
  146. pulumi_azure_native/hybridcompute/v20240520preview/license.py +0 -321
  147. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +0 -500
  148. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +0 -850
  149. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +0 -274
  150. pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +0 -587
  151. pulumi_azure_native/hybridcompute/v20240520preview/outputs.py +0 -3204
  152. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +0 -215
  153. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +0 -253
  154. pulumi_azure_native/verifiedid/__init__.py +0 -18
  155. pulumi_azure_native/verifiedid/authority.py +0 -234
  156. pulumi_azure_native/verifiedid/get_authority.py +0 -159
  157. pulumi_azure_native/verifiedid/outputs.py +0 -125
  158. pulumi_azure_native/verifiedid/v20240126preview/__init__.py +0 -10
  159. pulumi_azure_native/verifiedid/v20240126preview/authority.py +0 -232
  160. pulumi_azure_native/verifiedid/v20240126preview/get_authority.py +0 -157
  161. pulumi_azure_native/verifiedid/v20240126preview/outputs.py +0 -125
  162. pulumi_azure_native/virtualmachineimages/v20240201/__init__.py +0 -14
  163. pulumi_azure_native/virtualmachineimages/v20240201/_enums.py +0 -60
  164. pulumi_azure_native/virtualmachineimages/v20240201/_inputs.py +0 -1895
  165. pulumi_azure_native/virtualmachineimages/v20240201/get_trigger.py +0 -162
  166. pulumi_azure_native/virtualmachineimages/v20240201/get_virtual_machine_image_template.py +0 -352
  167. pulumi_azure_native/virtualmachineimages/v20240201/outputs.py +0 -2401
  168. pulumi_azure_native/virtualmachineimages/v20240201/trigger.py +0 -235
  169. pulumi_azure_native/virtualmachineimages/v20240201/virtual_machine_image_template.py +0 -619
  170. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717167674.dist-info}/WHEEL +0 -0
  171. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717167674.dist-info}/top_level.txt +0 -0
@@ -1,500 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import 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 ._enums import *
13
- from ._inputs import *
14
-
15
- __all__ = ['LicenseProfileArgs', 'LicenseProfile']
16
-
17
- @pulumi.input_type
18
- class LicenseProfileArgs:
19
- def __init__(__self__, *,
20
- machine_name: pulumi.Input[str],
21
- resource_group_name: pulumi.Input[str],
22
- assigned_license: Optional[pulumi.Input[str]] = None,
23
- license_profile_name: Optional[pulumi.Input[str]] = None,
24
- location: Optional[pulumi.Input[str]] = None,
25
- product_features: Optional[pulumi.Input[Sequence[pulumi.Input['ProductFeatureArgs']]]] = None,
26
- product_type: Optional[pulumi.Input[Union[str, 'LicenseProfileProductType']]] = None,
27
- software_assurance_customer: Optional[pulumi.Input[bool]] = None,
28
- subscription_status: Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]] = None,
29
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
30
- """
31
- The set of arguments for constructing a LicenseProfile resource.
32
- :param pulumi.Input[str] machine_name: The name of the hybrid machine.
33
- :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
34
- :param pulumi.Input[str] assigned_license: The resource id of the license.
35
- :param pulumi.Input[str] license_profile_name: The name of the license profile.
36
- :param pulumi.Input[str] location: The geo-location where the resource lives
37
- :param pulumi.Input[Sequence[pulumi.Input['ProductFeatureArgs']]] product_features: The list of product features.
38
- :param pulumi.Input[Union[str, 'LicenseProfileProductType']] product_type: Indicates the product type of the license.
39
- :param pulumi.Input[bool] software_assurance_customer: Specifies if this machine is licensed as part of a Software Assurance agreement.
40
- :param pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']] subscription_status: Indicates the subscription status of the product.
41
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
42
- """
43
- pulumi.set(__self__, "machine_name", machine_name)
44
- pulumi.set(__self__, "resource_group_name", resource_group_name)
45
- if assigned_license is not None:
46
- pulumi.set(__self__, "assigned_license", assigned_license)
47
- if license_profile_name is not None:
48
- pulumi.set(__self__, "license_profile_name", license_profile_name)
49
- if location is not None:
50
- pulumi.set(__self__, "location", location)
51
- if product_features is not None:
52
- pulumi.set(__self__, "product_features", product_features)
53
- if product_type is not None:
54
- pulumi.set(__self__, "product_type", product_type)
55
- if software_assurance_customer is not None:
56
- pulumi.set(__self__, "software_assurance_customer", software_assurance_customer)
57
- if subscription_status is not None:
58
- pulumi.set(__self__, "subscription_status", subscription_status)
59
- if tags is not None:
60
- pulumi.set(__self__, "tags", tags)
61
-
62
- @property
63
- @pulumi.getter(name="machineName")
64
- def machine_name(self) -> pulumi.Input[str]:
65
- """
66
- The name of the hybrid machine.
67
- """
68
- return pulumi.get(self, "machine_name")
69
-
70
- @machine_name.setter
71
- def machine_name(self, value: pulumi.Input[str]):
72
- pulumi.set(self, "machine_name", value)
73
-
74
- @property
75
- @pulumi.getter(name="resourceGroupName")
76
- def resource_group_name(self) -> pulumi.Input[str]:
77
- """
78
- The name of the resource group. The name is case insensitive.
79
- """
80
- return pulumi.get(self, "resource_group_name")
81
-
82
- @resource_group_name.setter
83
- def resource_group_name(self, value: pulumi.Input[str]):
84
- pulumi.set(self, "resource_group_name", value)
85
-
86
- @property
87
- @pulumi.getter(name="assignedLicense")
88
- def assigned_license(self) -> Optional[pulumi.Input[str]]:
89
- """
90
- The resource id of the license.
91
- """
92
- return pulumi.get(self, "assigned_license")
93
-
94
- @assigned_license.setter
95
- def assigned_license(self, value: Optional[pulumi.Input[str]]):
96
- pulumi.set(self, "assigned_license", value)
97
-
98
- @property
99
- @pulumi.getter(name="licenseProfileName")
100
- def license_profile_name(self) -> Optional[pulumi.Input[str]]:
101
- """
102
- The name of the license profile.
103
- """
104
- return pulumi.get(self, "license_profile_name")
105
-
106
- @license_profile_name.setter
107
- def license_profile_name(self, value: Optional[pulumi.Input[str]]):
108
- pulumi.set(self, "license_profile_name", value)
109
-
110
- @property
111
- @pulumi.getter
112
- def location(self) -> Optional[pulumi.Input[str]]:
113
- """
114
- The geo-location where the resource lives
115
- """
116
- return pulumi.get(self, "location")
117
-
118
- @location.setter
119
- def location(self, value: Optional[pulumi.Input[str]]):
120
- pulumi.set(self, "location", value)
121
-
122
- @property
123
- @pulumi.getter(name="productFeatures")
124
- def product_features(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ProductFeatureArgs']]]]:
125
- """
126
- The list of product features.
127
- """
128
- return pulumi.get(self, "product_features")
129
-
130
- @product_features.setter
131
- def product_features(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ProductFeatureArgs']]]]):
132
- pulumi.set(self, "product_features", value)
133
-
134
- @property
135
- @pulumi.getter(name="productType")
136
- def product_type(self) -> Optional[pulumi.Input[Union[str, 'LicenseProfileProductType']]]:
137
- """
138
- Indicates the product type of the license.
139
- """
140
- return pulumi.get(self, "product_type")
141
-
142
- @product_type.setter
143
- def product_type(self, value: Optional[pulumi.Input[Union[str, 'LicenseProfileProductType']]]):
144
- pulumi.set(self, "product_type", value)
145
-
146
- @property
147
- @pulumi.getter(name="softwareAssuranceCustomer")
148
- def software_assurance_customer(self) -> Optional[pulumi.Input[bool]]:
149
- """
150
- Specifies if this machine is licensed as part of a Software Assurance agreement.
151
- """
152
- return pulumi.get(self, "software_assurance_customer")
153
-
154
- @software_assurance_customer.setter
155
- def software_assurance_customer(self, value: Optional[pulumi.Input[bool]]):
156
- pulumi.set(self, "software_assurance_customer", value)
157
-
158
- @property
159
- @pulumi.getter(name="subscriptionStatus")
160
- def subscription_status(self) -> Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]]:
161
- """
162
- Indicates the subscription status of the product.
163
- """
164
- return pulumi.get(self, "subscription_status")
165
-
166
- @subscription_status.setter
167
- def subscription_status(self, value: Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]]):
168
- pulumi.set(self, "subscription_status", value)
169
-
170
- @property
171
- @pulumi.getter
172
- def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
173
- """
174
- Resource tags.
175
- """
176
- return pulumi.get(self, "tags")
177
-
178
- @tags.setter
179
- def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
180
- pulumi.set(self, "tags", value)
181
-
182
-
183
- class LicenseProfile(pulumi.CustomResource):
184
- @overload
185
- def __init__(__self__,
186
- resource_name: str,
187
- opts: Optional[pulumi.ResourceOptions] = None,
188
- assigned_license: Optional[pulumi.Input[str]] = None,
189
- license_profile_name: Optional[pulumi.Input[str]] = None,
190
- location: Optional[pulumi.Input[str]] = None,
191
- machine_name: Optional[pulumi.Input[str]] = None,
192
- product_features: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ProductFeatureArgs']]]]] = None,
193
- product_type: Optional[pulumi.Input[Union[str, 'LicenseProfileProductType']]] = None,
194
- resource_group_name: Optional[pulumi.Input[str]] = None,
195
- software_assurance_customer: Optional[pulumi.Input[bool]] = None,
196
- subscription_status: Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]] = None,
197
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
198
- __props__=None):
199
- """
200
- Describes a license profile in a hybrid machine.
201
-
202
- :param str resource_name: The name of the resource.
203
- :param pulumi.ResourceOptions opts: Options for the resource.
204
- :param pulumi.Input[str] assigned_license: The resource id of the license.
205
- :param pulumi.Input[str] license_profile_name: The name of the license profile.
206
- :param pulumi.Input[str] location: The geo-location where the resource lives
207
- :param pulumi.Input[str] machine_name: The name of the hybrid machine.
208
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ProductFeatureArgs']]]] product_features: The list of product features.
209
- :param pulumi.Input[Union[str, 'LicenseProfileProductType']] product_type: Indicates the product type of the license.
210
- :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
211
- :param pulumi.Input[bool] software_assurance_customer: Specifies if this machine is licensed as part of a Software Assurance agreement.
212
- :param pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']] subscription_status: Indicates the subscription status of the product.
213
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
214
- """
215
- ...
216
- @overload
217
- def __init__(__self__,
218
- resource_name: str,
219
- args: LicenseProfileArgs,
220
- opts: Optional[pulumi.ResourceOptions] = None):
221
- """
222
- Describes a license profile in a hybrid machine.
223
-
224
- :param str resource_name: The name of the resource.
225
- :param LicenseProfileArgs args: The arguments to use to populate this resource's properties.
226
- :param pulumi.ResourceOptions opts: Options for the resource.
227
- """
228
- ...
229
- def __init__(__self__, resource_name: str, *args, **kwargs):
230
- resource_args, opts = _utilities.get_resource_args_opts(LicenseProfileArgs, pulumi.ResourceOptions, *args, **kwargs)
231
- if resource_args is not None:
232
- __self__._internal_init(resource_name, opts, **resource_args.__dict__)
233
- else:
234
- __self__._internal_init(resource_name, *args, **kwargs)
235
-
236
- def _internal_init(__self__,
237
- resource_name: str,
238
- opts: Optional[pulumi.ResourceOptions] = None,
239
- assigned_license: Optional[pulumi.Input[str]] = None,
240
- license_profile_name: Optional[pulumi.Input[str]] = None,
241
- location: Optional[pulumi.Input[str]] = None,
242
- machine_name: Optional[pulumi.Input[str]] = None,
243
- product_features: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ProductFeatureArgs']]]]] = None,
244
- product_type: Optional[pulumi.Input[Union[str, 'LicenseProfileProductType']]] = None,
245
- resource_group_name: Optional[pulumi.Input[str]] = None,
246
- software_assurance_customer: Optional[pulumi.Input[bool]] = None,
247
- subscription_status: Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]] = None,
248
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
249
- __props__=None):
250
- opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
251
- if not isinstance(opts, pulumi.ResourceOptions):
252
- raise TypeError('Expected resource options to be a ResourceOptions instance')
253
- if opts.id is None:
254
- if __props__ is not None:
255
- raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
256
- __props__ = LicenseProfileArgs.__new__(LicenseProfileArgs)
257
-
258
- __props__.__dict__["assigned_license"] = assigned_license
259
- __props__.__dict__["license_profile_name"] = license_profile_name
260
- __props__.__dict__["location"] = location
261
- if machine_name is None and not opts.urn:
262
- raise TypeError("Missing required property 'machine_name'")
263
- __props__.__dict__["machine_name"] = machine_name
264
- __props__.__dict__["product_features"] = product_features
265
- __props__.__dict__["product_type"] = product_type
266
- if resource_group_name is None and not opts.urn:
267
- raise TypeError("Missing required property 'resource_group_name'")
268
- __props__.__dict__["resource_group_name"] = resource_group_name
269
- __props__.__dict__["software_assurance_customer"] = software_assurance_customer
270
- __props__.__dict__["subscription_status"] = subscription_status
271
- __props__.__dict__["tags"] = tags
272
- __props__.__dict__["assigned_license_immutable_id"] = None
273
- __props__.__dict__["billing_end_date"] = None
274
- __props__.__dict__["billing_start_date"] = None
275
- __props__.__dict__["disenrollment_date"] = None
276
- __props__.__dict__["enrollment_date"] = None
277
- __props__.__dict__["error"] = None
278
- __props__.__dict__["esu_eligibility"] = None
279
- __props__.__dict__["esu_key_state"] = None
280
- __props__.__dict__["esu_keys"] = None
281
- __props__.__dict__["name"] = None
282
- __props__.__dict__["provisioning_state"] = None
283
- __props__.__dict__["server_type"] = None
284
- __props__.__dict__["system_data"] = None
285
- __props__.__dict__["type"] = None
286
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:hybridcompute:LicenseProfile"), pulumi.Alias(type_="azure-native:hybridcompute/v20230620preview:LicenseProfile"), pulumi.Alias(type_="azure-native:hybridcompute/v20231003preview:LicenseProfile"), pulumi.Alias(type_="azure-native:hybridcompute/v20240331preview:LicenseProfile")])
287
- opts = pulumi.ResourceOptions.merge(opts, alias_opts)
288
- super(LicenseProfile, __self__).__init__(
289
- 'azure-native:hybridcompute/v20240520preview:LicenseProfile',
290
- resource_name,
291
- __props__,
292
- opts)
293
-
294
- @staticmethod
295
- def get(resource_name: str,
296
- id: pulumi.Input[str],
297
- opts: Optional[pulumi.ResourceOptions] = None) -> 'LicenseProfile':
298
- """
299
- Get an existing LicenseProfile resource's state with the given name, id, and optional extra
300
- properties used to qualify the lookup.
301
-
302
- :param str resource_name: The unique name of the resulting resource.
303
- :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
304
- :param pulumi.ResourceOptions opts: Options for the resource.
305
- """
306
- opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
307
-
308
- __props__ = LicenseProfileArgs.__new__(LicenseProfileArgs)
309
-
310
- __props__.__dict__["assigned_license"] = None
311
- __props__.__dict__["assigned_license_immutable_id"] = None
312
- __props__.__dict__["billing_end_date"] = None
313
- __props__.__dict__["billing_start_date"] = None
314
- __props__.__dict__["disenrollment_date"] = None
315
- __props__.__dict__["enrollment_date"] = None
316
- __props__.__dict__["error"] = None
317
- __props__.__dict__["esu_eligibility"] = None
318
- __props__.__dict__["esu_key_state"] = None
319
- __props__.__dict__["esu_keys"] = None
320
- __props__.__dict__["location"] = None
321
- __props__.__dict__["name"] = None
322
- __props__.__dict__["product_features"] = None
323
- __props__.__dict__["product_type"] = None
324
- __props__.__dict__["provisioning_state"] = None
325
- __props__.__dict__["server_type"] = None
326
- __props__.__dict__["software_assurance_customer"] = None
327
- __props__.__dict__["subscription_status"] = None
328
- __props__.__dict__["system_data"] = None
329
- __props__.__dict__["tags"] = None
330
- __props__.__dict__["type"] = None
331
- return LicenseProfile(resource_name, opts=opts, __props__=__props__)
332
-
333
- @property
334
- @pulumi.getter(name="assignedLicense")
335
- def assigned_license(self) -> pulumi.Output[Optional[str]]:
336
- """
337
- The resource id of the license.
338
- """
339
- return pulumi.get(self, "assigned_license")
340
-
341
- @property
342
- @pulumi.getter(name="assignedLicenseImmutableId")
343
- def assigned_license_immutable_id(self) -> pulumi.Output[str]:
344
- """
345
- The guid id of the license.
346
- """
347
- return pulumi.get(self, "assigned_license_immutable_id")
348
-
349
- @property
350
- @pulumi.getter(name="billingEndDate")
351
- def billing_end_date(self) -> pulumi.Output[str]:
352
- """
353
- The timestamp in UTC when the billing ends.
354
- """
355
- return pulumi.get(self, "billing_end_date")
356
-
357
- @property
358
- @pulumi.getter(name="billingStartDate")
359
- def billing_start_date(self) -> pulumi.Output[str]:
360
- """
361
- The timestamp in UTC when the billing starts.
362
- """
363
- return pulumi.get(self, "billing_start_date")
364
-
365
- @property
366
- @pulumi.getter(name="disenrollmentDate")
367
- def disenrollment_date(self) -> pulumi.Output[str]:
368
- """
369
- The timestamp in UTC when the user disenrolled the feature.
370
- """
371
- return pulumi.get(self, "disenrollment_date")
372
-
373
- @property
374
- @pulumi.getter(name="enrollmentDate")
375
- def enrollment_date(self) -> pulumi.Output[str]:
376
- """
377
- The timestamp in UTC when the user enrolls the feature.
378
- """
379
- return pulumi.get(self, "enrollment_date")
380
-
381
- @property
382
- @pulumi.getter
383
- def error(self) -> pulumi.Output['outputs.ErrorDetailResponse']:
384
- """
385
- The errors that were encountered during the feature enrollment or disenrollment.
386
- """
387
- return pulumi.get(self, "error")
388
-
389
- @property
390
- @pulumi.getter(name="esuEligibility")
391
- def esu_eligibility(self) -> pulumi.Output[str]:
392
- """
393
- Indicates the eligibility state of Esu.
394
- """
395
- return pulumi.get(self, "esu_eligibility")
396
-
397
- @property
398
- @pulumi.getter(name="esuKeyState")
399
- def esu_key_state(self) -> pulumi.Output[str]:
400
- """
401
- Indicates whether there is an ESU Key currently active for the machine.
402
- """
403
- return pulumi.get(self, "esu_key_state")
404
-
405
- @property
406
- @pulumi.getter(name="esuKeys")
407
- def esu_keys(self) -> pulumi.Output[Sequence['outputs.EsuKeyResponse']]:
408
- """
409
- The list of ESU keys.
410
- """
411
- return pulumi.get(self, "esu_keys")
412
-
413
- @property
414
- @pulumi.getter
415
- def location(self) -> pulumi.Output[str]:
416
- """
417
- The geo-location where the resource lives
418
- """
419
- return pulumi.get(self, "location")
420
-
421
- @property
422
- @pulumi.getter
423
- def name(self) -> pulumi.Output[str]:
424
- """
425
- The name of the resource
426
- """
427
- return pulumi.get(self, "name")
428
-
429
- @property
430
- @pulumi.getter(name="productFeatures")
431
- def product_features(self) -> pulumi.Output[Optional[Sequence['outputs.ProductFeatureResponse']]]:
432
- """
433
- The list of product features.
434
- """
435
- return pulumi.get(self, "product_features")
436
-
437
- @property
438
- @pulumi.getter(name="productType")
439
- def product_type(self) -> pulumi.Output[Optional[str]]:
440
- """
441
- Indicates the product type of the license.
442
- """
443
- return pulumi.get(self, "product_type")
444
-
445
- @property
446
- @pulumi.getter(name="provisioningState")
447
- def provisioning_state(self) -> pulumi.Output[str]:
448
- """
449
- The provisioning state, which only appears in the response.
450
- """
451
- return pulumi.get(self, "provisioning_state")
452
-
453
- @property
454
- @pulumi.getter(name="serverType")
455
- def server_type(self) -> pulumi.Output[str]:
456
- """
457
- The type of the Esu servers.
458
- """
459
- return pulumi.get(self, "server_type")
460
-
461
- @property
462
- @pulumi.getter(name="softwareAssuranceCustomer")
463
- def software_assurance_customer(self) -> pulumi.Output[Optional[bool]]:
464
- """
465
- Specifies if this machine is licensed as part of a Software Assurance agreement.
466
- """
467
- return pulumi.get(self, "software_assurance_customer")
468
-
469
- @property
470
- @pulumi.getter(name="subscriptionStatus")
471
- def subscription_status(self) -> pulumi.Output[Optional[str]]:
472
- """
473
- Indicates the subscription status of the product.
474
- """
475
- return pulumi.get(self, "subscription_status")
476
-
477
- @property
478
- @pulumi.getter(name="systemData")
479
- def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
480
- """
481
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
482
- """
483
- return pulumi.get(self, "system_data")
484
-
485
- @property
486
- @pulumi.getter
487
- def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
488
- """
489
- Resource tags.
490
- """
491
- return pulumi.get(self, "tags")
492
-
493
- @property
494
- @pulumi.getter
495
- def type(self) -> pulumi.Output[str]:
496
- """
497
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
498
- """
499
- return pulumi.get(self, "type")
500
-