pulumi-azure-native 2.44.0__py3-none-any.whl → 2.44.0a1717427766__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 (189) hide show
  1. pulumi_azure_native/__init__.py +5 -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/authorization/__init__.py +2 -0
  9. pulumi_azure_native/authorization/_enums.py +70 -0
  10. pulumi_azure_native/authorization/_inputs.py +838 -0
  11. pulumi_azure_native/authorization/get_role_management_policy.py +228 -0
  12. pulumi_azure_native/authorization/outputs.py +88 -0
  13. pulumi_azure_native/authorization/role_management_policy.py +327 -0
  14. pulumi_azure_native/authorization/v20201001/__init__.py +4 -0
  15. pulumi_azure_native/authorization/v20201001/_enums.py +78 -0
  16. pulumi_azure_native/authorization/v20201001/_inputs.py +853 -0
  17. pulumi_azure_native/authorization/v20201001/get_role_management_policy.py +222 -0
  18. pulumi_azure_native/authorization/v20201001/outputs.py +89 -0
  19. pulumi_azure_native/authorization/v20201001/role_management_policy.py +321 -0
  20. pulumi_azure_native/authorization/v20201001preview/__init__.py +4 -0
  21. pulumi_azure_native/authorization/v20201001preview/_enums.py +78 -0
  22. pulumi_azure_native/authorization/v20201001preview/_inputs.py +853 -0
  23. pulumi_azure_native/authorization/v20201001preview/get_role_management_policy.py +222 -0
  24. pulumi_azure_native/authorization/v20201001preview/outputs.py +959 -0
  25. pulumi_azure_native/authorization/v20201001preview/role_management_policy.py +321 -0
  26. pulumi_azure_native/devhub/__init__.py +0 -5
  27. pulumi_azure_native/devhub/_inputs.py +0 -190
  28. pulumi_azure_native/devhub/get_git_hub_o_auth.py +2 -2
  29. pulumi_azure_native/devhub/get_workflow.py +2 -2
  30. pulumi_azure_native/devhub/outputs.py +0 -229
  31. pulumi_azure_native/devhub/v20221011preview/workflow.py +1 -1
  32. pulumi_azure_native/devhub/v20230801/workflow.py +1 -1
  33. pulumi_azure_native/devhub/workflow.py +3 -3
  34. pulumi_azure_native/hybridcompute/__init__.py +0 -3
  35. pulumi_azure_native/hybridcompute/gateway.py +1 -5
  36. pulumi_azure_native/hybridcompute/get_gateway.py +0 -4
  37. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  38. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  39. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  40. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  41. pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
  42. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  43. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  44. pulumi_azure_native/hybridcompute/license.py +3 -3
  45. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  46. pulumi_azure_native/hybridcompute/machine.py +3 -3
  47. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  48. pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
  49. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  50. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  51. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  52. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  53. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  54. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  55. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  56. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  57. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  58. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  59. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  60. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  61. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  62. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  63. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  64. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  65. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  66. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  67. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  68. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  69. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  70. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  71. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  72. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  73. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  74. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  75. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
  76. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  77. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  78. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  79. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  80. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
  81. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  82. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  83. pulumi_azure_native/pulumi-plugin.json +1 -1
  84. pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
  85. pulumi_azure_native/scvmm/get_vm_instance_guest_agent.py +4 -0
  86. pulumi_azure_native/scvmm/guest_agent.py +2 -2
  87. pulumi_azure_native/scvmm/v20231007/__init__.py +2 -2
  88. pulumi_azure_native/scvmm/v20231007/_enums.py +4 -49
  89. pulumi_azure_native/scvmm/v20231007/_inputs.py +145 -56
  90. pulumi_azure_native/scvmm/v20231007/cloud.py +6 -6
  91. pulumi_azure_native/scvmm/v20231007/get_cloud.py +10 -10
  92. pulumi_azure_native/scvmm/v20231007/get_inventory_item.py +4 -4
  93. pulumi_azure_native/scvmm/v20231007/get_virtual_machine_instance.py +4 -4
  94. pulumi_azure_native/scvmm/v20231007/{get_guest_agent.py → get_vm_instance_guest_agent.py} +16 -16
  95. pulumi_azure_native/scvmm/v20231007/get_vmm_server.py +6 -6
  96. pulumi_azure_native/scvmm/v20231007/inventory_item.py +5 -5
  97. pulumi_azure_native/scvmm/v20231007/outputs.py +100 -96
  98. pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +19 -19
  99. pulumi_azure_native/scvmm/v20231007/{guest_agent.py → vm_instance_guest_agent.py} +18 -18
  100. pulumi_azure_native/scvmm/v20231007/vmm_server.py +13 -13
  101. pulumi_azure_native/scvmm/vm_instance_guest_agent.py +4 -0
  102. pulumi_azure_native/storage/v20230501/_enums.py +0 -2
  103. pulumi_azure_native/virtualmachineimages/__init__.py +0 -3
  104. pulumi_azure_native/virtualmachineimages/get_trigger.py +2 -2
  105. pulumi_azure_native/virtualmachineimages/get_virtual_machine_image_template.py +2 -2
  106. pulumi_azure_native/virtualmachineimages/trigger.py +3 -3
  107. pulumi_azure_native/virtualmachineimages/v20220701/trigger.py +1 -1
  108. pulumi_azure_native/virtualmachineimages/v20220701/virtual_machine_image_template.py +1 -1
  109. pulumi_azure_native/virtualmachineimages/v20230701/trigger.py +1 -1
  110. pulumi_azure_native/virtualmachineimages/v20230701/virtual_machine_image_template.py +1 -1
  111. pulumi_azure_native/virtualmachineimages/virtual_machine_image_template.py +3 -3
  112. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/METADATA +1 -1
  113. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/RECORD +115 -179
  114. pulumi_azure_native/appcomplianceautomation/_enums.py +0 -125
  115. pulumi_azure_native/appcomplianceautomation/evidence.py +0 -363
  116. pulumi_azure_native/appcomplianceautomation/get_evidence.py +0 -198
  117. pulumi_azure_native/appcomplianceautomation/get_provider_action_collection_count.py +0 -75
  118. pulumi_azure_native/appcomplianceautomation/get_provider_action_overview_status.py +0 -76
  119. pulumi_azure_native/appcomplianceautomation/get_report_scoping_questions.py +0 -76
  120. pulumi_azure_native/appcomplianceautomation/get_scoping_configuration.py +0 -146
  121. pulumi_azure_native/appcomplianceautomation/get_webhook.py +0 -289
  122. pulumi_azure_native/appcomplianceautomation/list_provider_action_in_use_storage_accounts.py +0 -76
  123. pulumi_azure_native/appcomplianceautomation/scoping_configuration.py +0 -206
  124. pulumi_azure_native/appcomplianceautomation/v20240627/__init__.py +0 -22
  125. pulumi_azure_native/appcomplianceautomation/v20240627/_enums.py +0 -144
  126. pulumi_azure_native/appcomplianceautomation/v20240627/_inputs.py +0 -215
  127. pulumi_azure_native/appcomplianceautomation/v20240627/evidence.py +0 -361
  128. pulumi_azure_native/appcomplianceautomation/v20240627/get_evidence.py +0 -196
  129. pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_collection_count.py +0 -73
  130. pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_overview_status.py +0 -74
  131. pulumi_azure_native/appcomplianceautomation/v20240627/get_report.py +0 -296
  132. pulumi_azure_native/appcomplianceautomation/v20240627/get_report_scoping_questions.py +0 -74
  133. pulumi_azure_native/appcomplianceautomation/v20240627/get_scoping_configuration.py +0 -144
  134. pulumi_azure_native/appcomplianceautomation/v20240627/get_webhook.py +0 -287
  135. pulumi_azure_native/appcomplianceautomation/v20240627/list_provider_action_in_use_storage_accounts.py +0 -74
  136. pulumi_azure_native/appcomplianceautomation/v20240627/outputs.py +0 -720
  137. pulumi_azure_native/appcomplianceautomation/v20240627/report.py +0 -387
  138. pulumi_azure_native/appcomplianceautomation/v20240627/scoping_configuration.py +0 -204
  139. pulumi_azure_native/appcomplianceautomation/v20240627/webhook.py +0 -447
  140. pulumi_azure_native/appcomplianceautomation/webhook.py +0 -449
  141. pulumi_azure_native/devhub/get_iac_profile.py +0 -322
  142. pulumi_azure_native/devhub/iac_profile.py +0 -539
  143. pulumi_azure_native/devhub/v20240501preview/__init__.py +0 -15
  144. pulumi_azure_native/devhub/v20240501preview/_enums.py +0 -146
  145. pulumi_azure_native/devhub/v20240501preview/_inputs.py +0 -427
  146. pulumi_azure_native/devhub/v20240501preview/get_git_hub_o_auth.py +0 -91
  147. pulumi_azure_native/devhub/v20240501preview/get_iac_profile.py +0 -320
  148. pulumi_azure_native/devhub/v20240501preview/get_workflow.py +0 -489
  149. pulumi_azure_native/devhub/v20240501preview/iac_profile.py +0 -537
  150. pulumi_azure_native/devhub/v20240501preview/outputs.py +0 -654
  151. pulumi_azure_native/devhub/v20240501preview/workflow.py +0 -915
  152. pulumi_azure_native/hybridcompute/v20240520preview/__init__.py +0 -26
  153. pulumi_azure_native/hybridcompute/v20240520preview/_enums.py +0 -172
  154. pulumi_azure_native/hybridcompute/v20240520preview/_inputs.py +0 -1408
  155. pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +0 -311
  156. pulumi_azure_native/hybridcompute/v20240520preview/get_gateway.py +0 -209
  157. pulumi_azure_native/hybridcompute/v20240520preview/get_license.py +0 -196
  158. pulumi_azure_native/hybridcompute/v20240520preview/get_license_profile.py +0 -357
  159. pulumi_azure_native/hybridcompute/v20240520preview/get_machine.py +0 -591
  160. pulumi_azure_native/hybridcompute/v20240520preview/get_machine_extension.py +0 -162
  161. pulumi_azure_native/hybridcompute/v20240520preview/get_machine_run_command.py +0 -318
  162. pulumi_azure_native/hybridcompute/v20240520preview/get_private_endpoint_connection.py +0 -136
  163. pulumi_azure_native/hybridcompute/v20240520preview/get_private_link_scope.py +0 -157
  164. pulumi_azure_native/hybridcompute/v20240520preview/license.py +0 -321
  165. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +0 -500
  166. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +0 -850
  167. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +0 -274
  168. pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +0 -587
  169. pulumi_azure_native/hybridcompute/v20240520preview/outputs.py +0 -3204
  170. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +0 -215
  171. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +0 -253
  172. pulumi_azure_native/verifiedid/__init__.py +0 -18
  173. pulumi_azure_native/verifiedid/authority.py +0 -234
  174. pulumi_azure_native/verifiedid/get_authority.py +0 -159
  175. pulumi_azure_native/verifiedid/outputs.py +0 -125
  176. pulumi_azure_native/verifiedid/v20240126preview/__init__.py +0 -10
  177. pulumi_azure_native/verifiedid/v20240126preview/authority.py +0 -232
  178. pulumi_azure_native/verifiedid/v20240126preview/get_authority.py +0 -157
  179. pulumi_azure_native/verifiedid/v20240126preview/outputs.py +0 -125
  180. pulumi_azure_native/virtualmachineimages/v20240201/__init__.py +0 -14
  181. pulumi_azure_native/virtualmachineimages/v20240201/_enums.py +0 -60
  182. pulumi_azure_native/virtualmachineimages/v20240201/_inputs.py +0 -1895
  183. pulumi_azure_native/virtualmachineimages/v20240201/get_trigger.py +0 -162
  184. pulumi_azure_native/virtualmachineimages/v20240201/get_virtual_machine_image_template.py +0 -352
  185. pulumi_azure_native/virtualmachineimages/v20240201/outputs.py +0 -2401
  186. pulumi_azure_native/virtualmachineimages/v20240201/trigger.py +0 -235
  187. pulumi_azure_native/virtualmachineimages/v20240201/virtual_machine_image_template.py +0 -619
  188. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/WHEEL +0 -0
  189. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/top_level.txt +0 -0
@@ -1,1408 +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 ._enums import *
12
-
13
- __all__ = [
14
- 'AgentUpgradeArgs',
15
- 'HybridComputePrivateLinkScopePropertiesArgs',
16
- 'IdentityArgs',
17
- 'LicenseDetailsArgs',
18
- 'LicenseProfileMachineInstanceViewEsuPropertiesArgs',
19
- 'LicenseProfileMachineInstanceViewArgs',
20
- 'LicenseArgs',
21
- 'LocationDataArgs',
22
- 'MachineExtensionInstanceViewStatusArgs',
23
- 'MachineExtensionInstanceViewArgs',
24
- 'MachineExtensionPropertiesArgs',
25
- 'MachineRunCommandScriptSourceArgs',
26
- 'OSProfileLinuxConfigurationArgs',
27
- 'OSProfileWindowsConfigurationArgs',
28
- 'OSProfileArgs',
29
- 'PrivateEndpointConnectionPropertiesArgs',
30
- 'PrivateEndpointPropertyArgs',
31
- 'PrivateLinkServiceConnectionStatePropertyArgs',
32
- 'ProductFeatureArgs',
33
- 'RunCommandInputParameterArgs',
34
- 'RunCommandManagedIdentityArgs',
35
- 'ServiceStatusesArgs',
36
- 'ServiceStatusArgs',
37
- 'VolumeLicenseDetailsArgs',
38
- ]
39
-
40
- @pulumi.input_type
41
- class AgentUpgradeArgs:
42
- def __init__(__self__, *,
43
- correlation_id: Optional[pulumi.Input[str]] = None,
44
- desired_version: Optional[pulumi.Input[str]] = None,
45
- enable_automatic_upgrade: Optional[pulumi.Input[bool]] = None):
46
- """
47
- The info w.r.t Agent Upgrade.
48
- :param pulumi.Input[str] correlation_id: The correlation ID passed in from RSM per upgrade.
49
- :param pulumi.Input[str] desired_version: Specifies the version info w.r.t AgentUpgrade for the machine.
50
- :param pulumi.Input[bool] enable_automatic_upgrade: Specifies if RSM should try to upgrade this machine
51
- """
52
- if correlation_id is not None:
53
- pulumi.set(__self__, "correlation_id", correlation_id)
54
- if desired_version is not None:
55
- pulumi.set(__self__, "desired_version", desired_version)
56
- if enable_automatic_upgrade is not None:
57
- pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
58
-
59
- @property
60
- @pulumi.getter(name="correlationId")
61
- def correlation_id(self) -> Optional[pulumi.Input[str]]:
62
- """
63
- The correlation ID passed in from RSM per upgrade.
64
- """
65
- return pulumi.get(self, "correlation_id")
66
-
67
- @correlation_id.setter
68
- def correlation_id(self, value: Optional[pulumi.Input[str]]):
69
- pulumi.set(self, "correlation_id", value)
70
-
71
- @property
72
- @pulumi.getter(name="desiredVersion")
73
- def desired_version(self) -> Optional[pulumi.Input[str]]:
74
- """
75
- Specifies the version info w.r.t AgentUpgrade for the machine.
76
- """
77
- return pulumi.get(self, "desired_version")
78
-
79
- @desired_version.setter
80
- def desired_version(self, value: Optional[pulumi.Input[str]]):
81
- pulumi.set(self, "desired_version", value)
82
-
83
- @property
84
- @pulumi.getter(name="enableAutomaticUpgrade")
85
- def enable_automatic_upgrade(self) -> Optional[pulumi.Input[bool]]:
86
- """
87
- Specifies if RSM should try to upgrade this machine
88
- """
89
- return pulumi.get(self, "enable_automatic_upgrade")
90
-
91
- @enable_automatic_upgrade.setter
92
- def enable_automatic_upgrade(self, value: Optional[pulumi.Input[bool]]):
93
- pulumi.set(self, "enable_automatic_upgrade", value)
94
-
95
-
96
- @pulumi.input_type
97
- class HybridComputePrivateLinkScopePropertiesArgs:
98
- def __init__(__self__, *,
99
- public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccessType']]] = None):
100
- """
101
- Properties that define a Azure Arc PrivateLinkScope resource.
102
- :param pulumi.Input[Union[str, 'PublicNetworkAccessType']] public_network_access: Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.
103
- """
104
- if public_network_access is not None:
105
- pulumi.set(__self__, "public_network_access", public_network_access)
106
-
107
- @property
108
- @pulumi.getter(name="publicNetworkAccess")
109
- def public_network_access(self) -> Optional[pulumi.Input[Union[str, 'PublicNetworkAccessType']]]:
110
- """
111
- Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.
112
- """
113
- return pulumi.get(self, "public_network_access")
114
-
115
- @public_network_access.setter
116
- def public_network_access(self, value: Optional[pulumi.Input[Union[str, 'PublicNetworkAccessType']]]):
117
- pulumi.set(self, "public_network_access", value)
118
-
119
-
120
- @pulumi.input_type
121
- class IdentityArgs:
122
- def __init__(__self__, *,
123
- type: Optional[pulumi.Input['ResourceIdentityType']] = None):
124
- """
125
- Identity for the resource.
126
- :param pulumi.Input['ResourceIdentityType'] type: The identity type.
127
- """
128
- if type is not None:
129
- pulumi.set(__self__, "type", type)
130
-
131
- @property
132
- @pulumi.getter
133
- def type(self) -> Optional[pulumi.Input['ResourceIdentityType']]:
134
- """
135
- The identity type.
136
- """
137
- return pulumi.get(self, "type")
138
-
139
- @type.setter
140
- def type(self, value: Optional[pulumi.Input['ResourceIdentityType']]):
141
- pulumi.set(self, "type", value)
142
-
143
-
144
- @pulumi.input_type
145
- class LicenseDetailsArgs:
146
- def __init__(__self__, *,
147
- edition: Optional[pulumi.Input[Union[str, 'LicenseEdition']]] = None,
148
- processors: Optional[pulumi.Input[int]] = None,
149
- state: Optional[pulumi.Input[Union[str, 'LicenseState']]] = None,
150
- target: Optional[pulumi.Input[Union[str, 'LicenseTarget']]] = None,
151
- type: Optional[pulumi.Input[Union[str, 'LicenseCoreType']]] = None,
152
- volume_license_details: Optional[pulumi.Input[Sequence[pulumi.Input['VolumeLicenseDetailsArgs']]]] = None):
153
- """
154
- Describes the properties of a License.
155
- :param pulumi.Input[Union[str, 'LicenseEdition']] edition: Describes the edition of the license. The values are either Standard or Datacenter.
156
- :param pulumi.Input[int] processors: Describes the number of processors.
157
- :param pulumi.Input[Union[str, 'LicenseState']] state: Describes the state of the license.
158
- :param pulumi.Input[Union[str, 'LicenseTarget']] target: Describes the license target server.
159
- :param pulumi.Input[Union[str, 'LicenseCoreType']] type: Describes the license core type (pCore or vCore).
160
- :param pulumi.Input[Sequence[pulumi.Input['VolumeLicenseDetailsArgs']]] volume_license_details: A list of volume license details.
161
- """
162
- if edition is not None:
163
- pulumi.set(__self__, "edition", edition)
164
- if processors is not None:
165
- pulumi.set(__self__, "processors", processors)
166
- if state is not None:
167
- pulumi.set(__self__, "state", state)
168
- if target is not None:
169
- pulumi.set(__self__, "target", target)
170
- if type is not None:
171
- pulumi.set(__self__, "type", type)
172
- if volume_license_details is not None:
173
- pulumi.set(__self__, "volume_license_details", volume_license_details)
174
-
175
- @property
176
- @pulumi.getter
177
- def edition(self) -> Optional[pulumi.Input[Union[str, 'LicenseEdition']]]:
178
- """
179
- Describes the edition of the license. The values are either Standard or Datacenter.
180
- """
181
- return pulumi.get(self, "edition")
182
-
183
- @edition.setter
184
- def edition(self, value: Optional[pulumi.Input[Union[str, 'LicenseEdition']]]):
185
- pulumi.set(self, "edition", value)
186
-
187
- @property
188
- @pulumi.getter
189
- def processors(self) -> Optional[pulumi.Input[int]]:
190
- """
191
- Describes the number of processors.
192
- """
193
- return pulumi.get(self, "processors")
194
-
195
- @processors.setter
196
- def processors(self, value: Optional[pulumi.Input[int]]):
197
- pulumi.set(self, "processors", value)
198
-
199
- @property
200
- @pulumi.getter
201
- def state(self) -> Optional[pulumi.Input[Union[str, 'LicenseState']]]:
202
- """
203
- Describes the state of the license.
204
- """
205
- return pulumi.get(self, "state")
206
-
207
- @state.setter
208
- def state(self, value: Optional[pulumi.Input[Union[str, 'LicenseState']]]):
209
- pulumi.set(self, "state", value)
210
-
211
- @property
212
- @pulumi.getter
213
- def target(self) -> Optional[pulumi.Input[Union[str, 'LicenseTarget']]]:
214
- """
215
- Describes the license target server.
216
- """
217
- return pulumi.get(self, "target")
218
-
219
- @target.setter
220
- def target(self, value: Optional[pulumi.Input[Union[str, 'LicenseTarget']]]):
221
- pulumi.set(self, "target", value)
222
-
223
- @property
224
- @pulumi.getter
225
- def type(self) -> Optional[pulumi.Input[Union[str, 'LicenseCoreType']]]:
226
- """
227
- Describes the license core type (pCore or vCore).
228
- """
229
- return pulumi.get(self, "type")
230
-
231
- @type.setter
232
- def type(self, value: Optional[pulumi.Input[Union[str, 'LicenseCoreType']]]):
233
- pulumi.set(self, "type", value)
234
-
235
- @property
236
- @pulumi.getter(name="volumeLicenseDetails")
237
- def volume_license_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VolumeLicenseDetailsArgs']]]]:
238
- """
239
- A list of volume license details.
240
- """
241
- return pulumi.get(self, "volume_license_details")
242
-
243
- @volume_license_details.setter
244
- def volume_license_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VolumeLicenseDetailsArgs']]]]):
245
- pulumi.set(self, "volume_license_details", value)
246
-
247
-
248
- @pulumi.input_type
249
- class LicenseProfileMachineInstanceViewEsuPropertiesArgs:
250
- def __init__(__self__, *,
251
- assigned_license: Optional[pulumi.Input['LicenseArgs']] = None,
252
- license_assignment_state: Optional[pulumi.Input[Union[str, 'LicenseAssignmentState']]] = None):
253
- """
254
- Properties for the Machine ESU profile.
255
- :param pulumi.Input['LicenseArgs'] assigned_license: The assigned license resource.
256
- :param pulumi.Input[Union[str, 'LicenseAssignmentState']] license_assignment_state: Describes the license assignment state (Assigned or NotAssigned).
257
- """
258
- if assigned_license is not None:
259
- pulumi.set(__self__, "assigned_license", assigned_license)
260
- if license_assignment_state is not None:
261
- pulumi.set(__self__, "license_assignment_state", license_assignment_state)
262
-
263
- @property
264
- @pulumi.getter(name="assignedLicense")
265
- def assigned_license(self) -> Optional[pulumi.Input['LicenseArgs']]:
266
- """
267
- The assigned license resource.
268
- """
269
- return pulumi.get(self, "assigned_license")
270
-
271
- @assigned_license.setter
272
- def assigned_license(self, value: Optional[pulumi.Input['LicenseArgs']]):
273
- pulumi.set(self, "assigned_license", value)
274
-
275
- @property
276
- @pulumi.getter(name="licenseAssignmentState")
277
- def license_assignment_state(self) -> Optional[pulumi.Input[Union[str, 'LicenseAssignmentState']]]:
278
- """
279
- Describes the license assignment state (Assigned or NotAssigned).
280
- """
281
- return pulumi.get(self, "license_assignment_state")
282
-
283
- @license_assignment_state.setter
284
- def license_assignment_state(self, value: Optional[pulumi.Input[Union[str, 'LicenseAssignmentState']]]):
285
- pulumi.set(self, "license_assignment_state", value)
286
-
287
-
288
- @pulumi.input_type
289
- class LicenseProfileMachineInstanceViewArgs:
290
- def __init__(__self__, *,
291
- esu_profile: Optional[pulumi.Input['LicenseProfileMachineInstanceViewEsuPropertiesArgs']] = None,
292
- product_features: Optional[pulumi.Input[Sequence[pulumi.Input['ProductFeatureArgs']]]] = None,
293
- product_type: Optional[pulumi.Input[Union[str, 'LicenseProfileProductType']]] = None,
294
- software_assurance_customer: Optional[pulumi.Input[bool]] = None,
295
- subscription_status: Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]] = None):
296
- """
297
- License Profile Instance View in Machine Properties.
298
- :param pulumi.Input['LicenseProfileMachineInstanceViewEsuPropertiesArgs'] esu_profile: Properties for the Machine ESU profile.
299
- :param pulumi.Input[Sequence[pulumi.Input['ProductFeatureArgs']]] product_features: The list of product features.
300
- :param pulumi.Input[Union[str, 'LicenseProfileProductType']] product_type: Indicates the product type of the license.
301
- :param pulumi.Input[bool] software_assurance_customer: Specifies if this machine is licensed as part of a Software Assurance agreement.
302
- :param pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']] subscription_status: Indicates the subscription status of the product.
303
- """
304
- if esu_profile is not None:
305
- pulumi.set(__self__, "esu_profile", esu_profile)
306
- if product_features is not None:
307
- pulumi.set(__self__, "product_features", product_features)
308
- if product_type is not None:
309
- pulumi.set(__self__, "product_type", product_type)
310
- if software_assurance_customer is not None:
311
- pulumi.set(__self__, "software_assurance_customer", software_assurance_customer)
312
- if subscription_status is not None:
313
- pulumi.set(__self__, "subscription_status", subscription_status)
314
-
315
- @property
316
- @pulumi.getter(name="esuProfile")
317
- def esu_profile(self) -> Optional[pulumi.Input['LicenseProfileMachineInstanceViewEsuPropertiesArgs']]:
318
- """
319
- Properties for the Machine ESU profile.
320
- """
321
- return pulumi.get(self, "esu_profile")
322
-
323
- @esu_profile.setter
324
- def esu_profile(self, value: Optional[pulumi.Input['LicenseProfileMachineInstanceViewEsuPropertiesArgs']]):
325
- pulumi.set(self, "esu_profile", value)
326
-
327
- @property
328
- @pulumi.getter(name="productFeatures")
329
- def product_features(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ProductFeatureArgs']]]]:
330
- """
331
- The list of product features.
332
- """
333
- return pulumi.get(self, "product_features")
334
-
335
- @product_features.setter
336
- def product_features(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ProductFeatureArgs']]]]):
337
- pulumi.set(self, "product_features", value)
338
-
339
- @property
340
- @pulumi.getter(name="productType")
341
- def product_type(self) -> Optional[pulumi.Input[Union[str, 'LicenseProfileProductType']]]:
342
- """
343
- Indicates the product type of the license.
344
- """
345
- return pulumi.get(self, "product_type")
346
-
347
- @product_type.setter
348
- def product_type(self, value: Optional[pulumi.Input[Union[str, 'LicenseProfileProductType']]]):
349
- pulumi.set(self, "product_type", value)
350
-
351
- @property
352
- @pulumi.getter(name="softwareAssuranceCustomer")
353
- def software_assurance_customer(self) -> Optional[pulumi.Input[bool]]:
354
- """
355
- Specifies if this machine is licensed as part of a Software Assurance agreement.
356
- """
357
- return pulumi.get(self, "software_assurance_customer")
358
-
359
- @software_assurance_customer.setter
360
- def software_assurance_customer(self, value: Optional[pulumi.Input[bool]]):
361
- pulumi.set(self, "software_assurance_customer", value)
362
-
363
- @property
364
- @pulumi.getter(name="subscriptionStatus")
365
- def subscription_status(self) -> Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]]:
366
- """
367
- Indicates the subscription status of the product.
368
- """
369
- return pulumi.get(self, "subscription_status")
370
-
371
- @subscription_status.setter
372
- def subscription_status(self, value: Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]]):
373
- pulumi.set(self, "subscription_status", value)
374
-
375
-
376
- @pulumi.input_type
377
- class LicenseArgs:
378
- def __init__(__self__, *,
379
- location: pulumi.Input[str],
380
- license_details: Optional[pulumi.Input['LicenseDetailsArgs']] = None,
381
- license_type: Optional[pulumi.Input[Union[str, 'LicenseType']]] = None,
382
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
383
- tenant_id: Optional[pulumi.Input[str]] = None):
384
- """
385
- Describes a license in a hybrid machine.
386
- :param pulumi.Input[str] location: The geo-location where the resource lives
387
- :param pulumi.Input['LicenseDetailsArgs'] license_details: Describes the properties of a License.
388
- :param pulumi.Input[Union[str, 'LicenseType']] license_type: The type of the license resource.
389
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
390
- :param pulumi.Input[str] tenant_id: Describes the tenant id.
391
- """
392
- pulumi.set(__self__, "location", location)
393
- if license_details is not None:
394
- pulumi.set(__self__, "license_details", license_details)
395
- if license_type is not None:
396
- pulumi.set(__self__, "license_type", license_type)
397
- if tags is not None:
398
- pulumi.set(__self__, "tags", tags)
399
- if tenant_id is not None:
400
- pulumi.set(__self__, "tenant_id", tenant_id)
401
-
402
- @property
403
- @pulumi.getter
404
- def location(self) -> pulumi.Input[str]:
405
- """
406
- The geo-location where the resource lives
407
- """
408
- return pulumi.get(self, "location")
409
-
410
- @location.setter
411
- def location(self, value: pulumi.Input[str]):
412
- pulumi.set(self, "location", value)
413
-
414
- @property
415
- @pulumi.getter(name="licenseDetails")
416
- def license_details(self) -> Optional[pulumi.Input['LicenseDetailsArgs']]:
417
- """
418
- Describes the properties of a License.
419
- """
420
- return pulumi.get(self, "license_details")
421
-
422
- @license_details.setter
423
- def license_details(self, value: Optional[pulumi.Input['LicenseDetailsArgs']]):
424
- pulumi.set(self, "license_details", value)
425
-
426
- @property
427
- @pulumi.getter(name="licenseType")
428
- def license_type(self) -> Optional[pulumi.Input[Union[str, 'LicenseType']]]:
429
- """
430
- The type of the license resource.
431
- """
432
- return pulumi.get(self, "license_type")
433
-
434
- @license_type.setter
435
- def license_type(self, value: Optional[pulumi.Input[Union[str, 'LicenseType']]]):
436
- pulumi.set(self, "license_type", value)
437
-
438
- @property
439
- @pulumi.getter
440
- def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
441
- """
442
- Resource tags.
443
- """
444
- return pulumi.get(self, "tags")
445
-
446
- @tags.setter
447
- def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
448
- pulumi.set(self, "tags", value)
449
-
450
- @property
451
- @pulumi.getter(name="tenantId")
452
- def tenant_id(self) -> Optional[pulumi.Input[str]]:
453
- """
454
- Describes the tenant id.
455
- """
456
- return pulumi.get(self, "tenant_id")
457
-
458
- @tenant_id.setter
459
- def tenant_id(self, value: Optional[pulumi.Input[str]]):
460
- pulumi.set(self, "tenant_id", value)
461
-
462
-
463
- @pulumi.input_type
464
- class LocationDataArgs:
465
- def __init__(__self__, *,
466
- name: pulumi.Input[str],
467
- city: Optional[pulumi.Input[str]] = None,
468
- country_or_region: Optional[pulumi.Input[str]] = None,
469
- district: Optional[pulumi.Input[str]] = None):
470
- """
471
- Metadata pertaining to the geographic location of the resource.
472
- :param pulumi.Input[str] name: A canonical name for the geographic or physical location.
473
- :param pulumi.Input[str] city: The city or locality where the resource is located.
474
- :param pulumi.Input[str] country_or_region: The country or region where the resource is located
475
- :param pulumi.Input[str] district: The district, state, or province where the resource is located.
476
- """
477
- pulumi.set(__self__, "name", name)
478
- if city is not None:
479
- pulumi.set(__self__, "city", city)
480
- if country_or_region is not None:
481
- pulumi.set(__self__, "country_or_region", country_or_region)
482
- if district is not None:
483
- pulumi.set(__self__, "district", district)
484
-
485
- @property
486
- @pulumi.getter
487
- def name(self) -> pulumi.Input[str]:
488
- """
489
- A canonical name for the geographic or physical location.
490
- """
491
- return pulumi.get(self, "name")
492
-
493
- @name.setter
494
- def name(self, value: pulumi.Input[str]):
495
- pulumi.set(self, "name", value)
496
-
497
- @property
498
- @pulumi.getter
499
- def city(self) -> Optional[pulumi.Input[str]]:
500
- """
501
- The city or locality where the resource is located.
502
- """
503
- return pulumi.get(self, "city")
504
-
505
- @city.setter
506
- def city(self, value: Optional[pulumi.Input[str]]):
507
- pulumi.set(self, "city", value)
508
-
509
- @property
510
- @pulumi.getter(name="countryOrRegion")
511
- def country_or_region(self) -> Optional[pulumi.Input[str]]:
512
- """
513
- The country or region where the resource is located
514
- """
515
- return pulumi.get(self, "country_or_region")
516
-
517
- @country_or_region.setter
518
- def country_or_region(self, value: Optional[pulumi.Input[str]]):
519
- pulumi.set(self, "country_or_region", value)
520
-
521
- @property
522
- @pulumi.getter
523
- def district(self) -> Optional[pulumi.Input[str]]:
524
- """
525
- The district, state, or province where the resource is located.
526
- """
527
- return pulumi.get(self, "district")
528
-
529
- @district.setter
530
- def district(self, value: Optional[pulumi.Input[str]]):
531
- pulumi.set(self, "district", value)
532
-
533
-
534
- @pulumi.input_type
535
- class MachineExtensionInstanceViewStatusArgs:
536
- def __init__(__self__, *,
537
- code: Optional[pulumi.Input[str]] = None,
538
- display_status: Optional[pulumi.Input[str]] = None,
539
- level: Optional[pulumi.Input[Union[str, 'StatusLevelTypes']]] = None,
540
- message: Optional[pulumi.Input[str]] = None,
541
- time: Optional[pulumi.Input[str]] = None):
542
- """
543
- Instance view status.
544
- :param pulumi.Input[str] code: The status code.
545
- :param pulumi.Input[str] display_status: The short localizable label for the status.
546
- :param pulumi.Input[Union[str, 'StatusLevelTypes']] level: The level code.
547
- :param pulumi.Input[str] message: The detailed status message, including for alerts and error messages.
548
- :param pulumi.Input[str] time: The time of the status.
549
- """
550
- if code is not None:
551
- pulumi.set(__self__, "code", code)
552
- if display_status is not None:
553
- pulumi.set(__self__, "display_status", display_status)
554
- if level is not None:
555
- pulumi.set(__self__, "level", level)
556
- if message is not None:
557
- pulumi.set(__self__, "message", message)
558
- if time is not None:
559
- pulumi.set(__self__, "time", time)
560
-
561
- @property
562
- @pulumi.getter
563
- def code(self) -> Optional[pulumi.Input[str]]:
564
- """
565
- The status code.
566
- """
567
- return pulumi.get(self, "code")
568
-
569
- @code.setter
570
- def code(self, value: Optional[pulumi.Input[str]]):
571
- pulumi.set(self, "code", value)
572
-
573
- @property
574
- @pulumi.getter(name="displayStatus")
575
- def display_status(self) -> Optional[pulumi.Input[str]]:
576
- """
577
- The short localizable label for the status.
578
- """
579
- return pulumi.get(self, "display_status")
580
-
581
- @display_status.setter
582
- def display_status(self, value: Optional[pulumi.Input[str]]):
583
- pulumi.set(self, "display_status", value)
584
-
585
- @property
586
- @pulumi.getter
587
- def level(self) -> Optional[pulumi.Input[Union[str, 'StatusLevelTypes']]]:
588
- """
589
- The level code.
590
- """
591
- return pulumi.get(self, "level")
592
-
593
- @level.setter
594
- def level(self, value: Optional[pulumi.Input[Union[str, 'StatusLevelTypes']]]):
595
- pulumi.set(self, "level", value)
596
-
597
- @property
598
- @pulumi.getter
599
- def message(self) -> Optional[pulumi.Input[str]]:
600
- """
601
- The detailed status message, including for alerts and error messages.
602
- """
603
- return pulumi.get(self, "message")
604
-
605
- @message.setter
606
- def message(self, value: Optional[pulumi.Input[str]]):
607
- pulumi.set(self, "message", value)
608
-
609
- @property
610
- @pulumi.getter
611
- def time(self) -> Optional[pulumi.Input[str]]:
612
- """
613
- The time of the status.
614
- """
615
- return pulumi.get(self, "time")
616
-
617
- @time.setter
618
- def time(self, value: Optional[pulumi.Input[str]]):
619
- pulumi.set(self, "time", value)
620
-
621
-
622
- @pulumi.input_type
623
- class MachineExtensionInstanceViewArgs:
624
- def __init__(__self__, *,
625
- name: Optional[pulumi.Input[str]] = None,
626
- status: Optional[pulumi.Input['MachineExtensionInstanceViewStatusArgs']] = None,
627
- type: Optional[pulumi.Input[str]] = None,
628
- type_handler_version: Optional[pulumi.Input[str]] = None):
629
- """
630
- Describes the Machine Extension Instance View.
631
- :param pulumi.Input[str] name: The machine extension name.
632
- :param pulumi.Input['MachineExtensionInstanceViewStatusArgs'] status: Instance view status.
633
- :param pulumi.Input[str] type: Specifies the type of the extension; an example is "CustomScriptExtension".
634
- :param pulumi.Input[str] type_handler_version: Specifies the version of the script handler.
635
- """
636
- if name is not None:
637
- pulumi.set(__self__, "name", name)
638
- if status is not None:
639
- pulumi.set(__self__, "status", status)
640
- if type is not None:
641
- pulumi.set(__self__, "type", type)
642
- if type_handler_version is not None:
643
- pulumi.set(__self__, "type_handler_version", type_handler_version)
644
-
645
- @property
646
- @pulumi.getter
647
- def name(self) -> Optional[pulumi.Input[str]]:
648
- """
649
- The machine extension name.
650
- """
651
- return pulumi.get(self, "name")
652
-
653
- @name.setter
654
- def name(self, value: Optional[pulumi.Input[str]]):
655
- pulumi.set(self, "name", value)
656
-
657
- @property
658
- @pulumi.getter
659
- def status(self) -> Optional[pulumi.Input['MachineExtensionInstanceViewStatusArgs']]:
660
- """
661
- Instance view status.
662
- """
663
- return pulumi.get(self, "status")
664
-
665
- @status.setter
666
- def status(self, value: Optional[pulumi.Input['MachineExtensionInstanceViewStatusArgs']]):
667
- pulumi.set(self, "status", value)
668
-
669
- @property
670
- @pulumi.getter
671
- def type(self) -> Optional[pulumi.Input[str]]:
672
- """
673
- Specifies the type of the extension; an example is "CustomScriptExtension".
674
- """
675
- return pulumi.get(self, "type")
676
-
677
- @type.setter
678
- def type(self, value: Optional[pulumi.Input[str]]):
679
- pulumi.set(self, "type", value)
680
-
681
- @property
682
- @pulumi.getter(name="typeHandlerVersion")
683
- def type_handler_version(self) -> Optional[pulumi.Input[str]]:
684
- """
685
- Specifies the version of the script handler.
686
- """
687
- return pulumi.get(self, "type_handler_version")
688
-
689
- @type_handler_version.setter
690
- def type_handler_version(self, value: Optional[pulumi.Input[str]]):
691
- pulumi.set(self, "type_handler_version", value)
692
-
693
-
694
- @pulumi.input_type
695
- class MachineExtensionPropertiesArgs:
696
- def __init__(__self__, *,
697
- auto_upgrade_minor_version: Optional[pulumi.Input[bool]] = None,
698
- enable_automatic_upgrade: Optional[pulumi.Input[bool]] = None,
699
- force_update_tag: Optional[pulumi.Input[str]] = None,
700
- instance_view: Optional[pulumi.Input['MachineExtensionInstanceViewArgs']] = None,
701
- protected_settings: Optional[Any] = None,
702
- publisher: Optional[pulumi.Input[str]] = None,
703
- settings: Optional[Any] = None,
704
- type: Optional[pulumi.Input[str]] = None,
705
- type_handler_version: Optional[pulumi.Input[str]] = None):
706
- """
707
- Describes the properties of a Machine Extension.
708
- :param pulumi.Input[bool] auto_upgrade_minor_version: Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
709
- :param pulumi.Input[bool] enable_automatic_upgrade: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
710
- :param pulumi.Input[str] force_update_tag: How the extension handler should be forced to update even if the extension configuration has not changed.
711
- :param pulumi.Input['MachineExtensionInstanceViewArgs'] instance_view: The machine extension instance view.
712
- :param Any protected_settings: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
713
- :param pulumi.Input[str] publisher: The name of the extension handler publisher.
714
- :param Any settings: Json formatted public settings for the extension.
715
- :param pulumi.Input[str] type: Specifies the type of the extension; an example is "CustomScriptExtension".
716
- :param pulumi.Input[str] type_handler_version: Specifies the version of the script handler.
717
- """
718
- if auto_upgrade_minor_version is not None:
719
- pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
720
- if enable_automatic_upgrade is not None:
721
- pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
722
- if force_update_tag is not None:
723
- pulumi.set(__self__, "force_update_tag", force_update_tag)
724
- if instance_view is not None:
725
- pulumi.set(__self__, "instance_view", instance_view)
726
- if protected_settings is not None:
727
- pulumi.set(__self__, "protected_settings", protected_settings)
728
- if publisher is not None:
729
- pulumi.set(__self__, "publisher", publisher)
730
- if settings is not None:
731
- pulumi.set(__self__, "settings", settings)
732
- if type is not None:
733
- pulumi.set(__self__, "type", type)
734
- if type_handler_version is not None:
735
- pulumi.set(__self__, "type_handler_version", type_handler_version)
736
-
737
- @property
738
- @pulumi.getter(name="autoUpgradeMinorVersion")
739
- def auto_upgrade_minor_version(self) -> Optional[pulumi.Input[bool]]:
740
- """
741
- Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
742
- """
743
- return pulumi.get(self, "auto_upgrade_minor_version")
744
-
745
- @auto_upgrade_minor_version.setter
746
- def auto_upgrade_minor_version(self, value: Optional[pulumi.Input[bool]]):
747
- pulumi.set(self, "auto_upgrade_minor_version", value)
748
-
749
- @property
750
- @pulumi.getter(name="enableAutomaticUpgrade")
751
- def enable_automatic_upgrade(self) -> Optional[pulumi.Input[bool]]:
752
- """
753
- Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
754
- """
755
- return pulumi.get(self, "enable_automatic_upgrade")
756
-
757
- @enable_automatic_upgrade.setter
758
- def enable_automatic_upgrade(self, value: Optional[pulumi.Input[bool]]):
759
- pulumi.set(self, "enable_automatic_upgrade", value)
760
-
761
- @property
762
- @pulumi.getter(name="forceUpdateTag")
763
- def force_update_tag(self) -> Optional[pulumi.Input[str]]:
764
- """
765
- How the extension handler should be forced to update even if the extension configuration has not changed.
766
- """
767
- return pulumi.get(self, "force_update_tag")
768
-
769
- @force_update_tag.setter
770
- def force_update_tag(self, value: Optional[pulumi.Input[str]]):
771
- pulumi.set(self, "force_update_tag", value)
772
-
773
- @property
774
- @pulumi.getter(name="instanceView")
775
- def instance_view(self) -> Optional[pulumi.Input['MachineExtensionInstanceViewArgs']]:
776
- """
777
- The machine extension instance view.
778
- """
779
- return pulumi.get(self, "instance_view")
780
-
781
- @instance_view.setter
782
- def instance_view(self, value: Optional[pulumi.Input['MachineExtensionInstanceViewArgs']]):
783
- pulumi.set(self, "instance_view", value)
784
-
785
- @property
786
- @pulumi.getter(name="protectedSettings")
787
- def protected_settings(self) -> Optional[Any]:
788
- """
789
- The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
790
- """
791
- return pulumi.get(self, "protected_settings")
792
-
793
- @protected_settings.setter
794
- def protected_settings(self, value: Optional[Any]):
795
- pulumi.set(self, "protected_settings", value)
796
-
797
- @property
798
- @pulumi.getter
799
- def publisher(self) -> Optional[pulumi.Input[str]]:
800
- """
801
- The name of the extension handler publisher.
802
- """
803
- return pulumi.get(self, "publisher")
804
-
805
- @publisher.setter
806
- def publisher(self, value: Optional[pulumi.Input[str]]):
807
- pulumi.set(self, "publisher", value)
808
-
809
- @property
810
- @pulumi.getter
811
- def settings(self) -> Optional[Any]:
812
- """
813
- Json formatted public settings for the extension.
814
- """
815
- return pulumi.get(self, "settings")
816
-
817
- @settings.setter
818
- def settings(self, value: Optional[Any]):
819
- pulumi.set(self, "settings", value)
820
-
821
- @property
822
- @pulumi.getter
823
- def type(self) -> Optional[pulumi.Input[str]]:
824
- """
825
- Specifies the type of the extension; an example is "CustomScriptExtension".
826
- """
827
- return pulumi.get(self, "type")
828
-
829
- @type.setter
830
- def type(self, value: Optional[pulumi.Input[str]]):
831
- pulumi.set(self, "type", value)
832
-
833
- @property
834
- @pulumi.getter(name="typeHandlerVersion")
835
- def type_handler_version(self) -> Optional[pulumi.Input[str]]:
836
- """
837
- Specifies the version of the script handler.
838
- """
839
- return pulumi.get(self, "type_handler_version")
840
-
841
- @type_handler_version.setter
842
- def type_handler_version(self, value: Optional[pulumi.Input[str]]):
843
- pulumi.set(self, "type_handler_version", value)
844
-
845
-
846
- @pulumi.input_type
847
- class MachineRunCommandScriptSourceArgs:
848
- def __init__(__self__, *,
849
- command_id: Optional[pulumi.Input[str]] = None,
850
- script: Optional[pulumi.Input[str]] = None,
851
- script_uri: Optional[pulumi.Input[str]] = None,
852
- script_uri_managed_identity: Optional[pulumi.Input['RunCommandManagedIdentityArgs']] = None):
853
- """
854
- Describes the script sources for run command. Use only one of script, scriptUri, commandId.
855
- :param pulumi.Input[str] command_id: Specifies the commandId of predefined built-in script.
856
- :param pulumi.Input[str] script: Specifies the script content to be executed on the machine.
857
- :param pulumi.Input[str] script_uri: Specifies the script download location. It can be either SAS URI of an Azure storage blob with read access or public URI.
858
- :param pulumi.Input['RunCommandManagedIdentityArgs'] script_uri_managed_identity: User-assigned managed identity that has access to scriptUri in case of Azure storage blob. Use an empty object in case of system-assigned identity. Make sure the Azure storage blob exists, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' 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.
859
- """
860
- if command_id is not None:
861
- pulumi.set(__self__, "command_id", command_id)
862
- if script is not None:
863
- pulumi.set(__self__, "script", script)
864
- if script_uri is not None:
865
- pulumi.set(__self__, "script_uri", script_uri)
866
- if script_uri_managed_identity is not None:
867
- pulumi.set(__self__, "script_uri_managed_identity", script_uri_managed_identity)
868
-
869
- @property
870
- @pulumi.getter(name="commandId")
871
- def command_id(self) -> Optional[pulumi.Input[str]]:
872
- """
873
- Specifies the commandId of predefined built-in script.
874
- """
875
- return pulumi.get(self, "command_id")
876
-
877
- @command_id.setter
878
- def command_id(self, value: Optional[pulumi.Input[str]]):
879
- pulumi.set(self, "command_id", value)
880
-
881
- @property
882
- @pulumi.getter
883
- def script(self) -> Optional[pulumi.Input[str]]:
884
- """
885
- Specifies the script content to be executed on the machine.
886
- """
887
- return pulumi.get(self, "script")
888
-
889
- @script.setter
890
- def script(self, value: Optional[pulumi.Input[str]]):
891
- pulumi.set(self, "script", value)
892
-
893
- @property
894
- @pulumi.getter(name="scriptUri")
895
- def script_uri(self) -> Optional[pulumi.Input[str]]:
896
- """
897
- Specifies the script download location. It can be either SAS URI of an Azure storage blob with read access or public URI.
898
- """
899
- return pulumi.get(self, "script_uri")
900
-
901
- @script_uri.setter
902
- def script_uri(self, value: Optional[pulumi.Input[str]]):
903
- pulumi.set(self, "script_uri", value)
904
-
905
- @property
906
- @pulumi.getter(name="scriptUriManagedIdentity")
907
- def script_uri_managed_identity(self) -> Optional[pulumi.Input['RunCommandManagedIdentityArgs']]:
908
- """
909
- User-assigned managed identity that has access to scriptUri in case of Azure storage blob. Use an empty object in case of system-assigned identity. Make sure the Azure storage blob exists, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' 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.
910
- """
911
- return pulumi.get(self, "script_uri_managed_identity")
912
-
913
- @script_uri_managed_identity.setter
914
- def script_uri_managed_identity(self, value: Optional[pulumi.Input['RunCommandManagedIdentityArgs']]):
915
- pulumi.set(self, "script_uri_managed_identity", value)
916
-
917
-
918
- @pulumi.input_type
919
- class OSProfileLinuxConfigurationArgs:
920
- def __init__(__self__, *,
921
- assessment_mode: Optional[pulumi.Input[Union[str, 'AssessmentModeTypes']]] = None,
922
- enable_hotpatching: Optional[pulumi.Input[bool]] = None,
923
- patch_mode: Optional[pulumi.Input[Union[str, 'PatchModeTypes']]] = None):
924
- """
925
- Specifies the linux configuration for update management.
926
- :param pulumi.Input[Union[str, 'AssessmentModeTypes']] assessment_mode: Specifies the assessment mode.
927
- :param pulumi.Input[bool] enable_hotpatching: Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot.
928
- :param pulumi.Input[Union[str, 'PatchModeTypes']] patch_mode: Specifies the patch mode.
929
- """
930
- if assessment_mode is not None:
931
- pulumi.set(__self__, "assessment_mode", assessment_mode)
932
- if enable_hotpatching is not None:
933
- pulumi.set(__self__, "enable_hotpatching", enable_hotpatching)
934
- if patch_mode is not None:
935
- pulumi.set(__self__, "patch_mode", patch_mode)
936
-
937
- @property
938
- @pulumi.getter(name="assessmentMode")
939
- def assessment_mode(self) -> Optional[pulumi.Input[Union[str, 'AssessmentModeTypes']]]:
940
- """
941
- Specifies the assessment mode.
942
- """
943
- return pulumi.get(self, "assessment_mode")
944
-
945
- @assessment_mode.setter
946
- def assessment_mode(self, value: Optional[pulumi.Input[Union[str, 'AssessmentModeTypes']]]):
947
- pulumi.set(self, "assessment_mode", value)
948
-
949
- @property
950
- @pulumi.getter(name="enableHotpatching")
951
- def enable_hotpatching(self) -> Optional[pulumi.Input[bool]]:
952
- """
953
- Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot.
954
- """
955
- return pulumi.get(self, "enable_hotpatching")
956
-
957
- @enable_hotpatching.setter
958
- def enable_hotpatching(self, value: Optional[pulumi.Input[bool]]):
959
- pulumi.set(self, "enable_hotpatching", value)
960
-
961
- @property
962
- @pulumi.getter(name="patchMode")
963
- def patch_mode(self) -> Optional[pulumi.Input[Union[str, 'PatchModeTypes']]]:
964
- """
965
- Specifies the patch mode.
966
- """
967
- return pulumi.get(self, "patch_mode")
968
-
969
- @patch_mode.setter
970
- def patch_mode(self, value: Optional[pulumi.Input[Union[str, 'PatchModeTypes']]]):
971
- pulumi.set(self, "patch_mode", value)
972
-
973
-
974
- @pulumi.input_type
975
- class OSProfileWindowsConfigurationArgs:
976
- def __init__(__self__, *,
977
- assessment_mode: Optional[pulumi.Input[Union[str, 'AssessmentModeTypes']]] = None,
978
- enable_hotpatching: Optional[pulumi.Input[bool]] = None,
979
- patch_mode: Optional[pulumi.Input[Union[str, 'PatchModeTypes']]] = None):
980
- """
981
- Specifies the windows configuration for update management.
982
- :param pulumi.Input[Union[str, 'AssessmentModeTypes']] assessment_mode: Specifies the assessment mode.
983
- :param pulumi.Input[bool] enable_hotpatching: Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot.
984
- :param pulumi.Input[Union[str, 'PatchModeTypes']] patch_mode: Specifies the patch mode.
985
- """
986
- if assessment_mode is not None:
987
- pulumi.set(__self__, "assessment_mode", assessment_mode)
988
- if enable_hotpatching is not None:
989
- pulumi.set(__self__, "enable_hotpatching", enable_hotpatching)
990
- if patch_mode is not None:
991
- pulumi.set(__self__, "patch_mode", patch_mode)
992
-
993
- @property
994
- @pulumi.getter(name="assessmentMode")
995
- def assessment_mode(self) -> Optional[pulumi.Input[Union[str, 'AssessmentModeTypes']]]:
996
- """
997
- Specifies the assessment mode.
998
- """
999
- return pulumi.get(self, "assessment_mode")
1000
-
1001
- @assessment_mode.setter
1002
- def assessment_mode(self, value: Optional[pulumi.Input[Union[str, 'AssessmentModeTypes']]]):
1003
- pulumi.set(self, "assessment_mode", value)
1004
-
1005
- @property
1006
- @pulumi.getter(name="enableHotpatching")
1007
- def enable_hotpatching(self) -> Optional[pulumi.Input[bool]]:
1008
- """
1009
- Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot.
1010
- """
1011
- return pulumi.get(self, "enable_hotpatching")
1012
-
1013
- @enable_hotpatching.setter
1014
- def enable_hotpatching(self, value: Optional[pulumi.Input[bool]]):
1015
- pulumi.set(self, "enable_hotpatching", value)
1016
-
1017
- @property
1018
- @pulumi.getter(name="patchMode")
1019
- def patch_mode(self) -> Optional[pulumi.Input[Union[str, 'PatchModeTypes']]]:
1020
- """
1021
- Specifies the patch mode.
1022
- """
1023
- return pulumi.get(self, "patch_mode")
1024
-
1025
- @patch_mode.setter
1026
- def patch_mode(self, value: Optional[pulumi.Input[Union[str, 'PatchModeTypes']]]):
1027
- pulumi.set(self, "patch_mode", value)
1028
-
1029
-
1030
- @pulumi.input_type
1031
- class OSProfileArgs:
1032
- def __init__(__self__, *,
1033
- linux_configuration: Optional[pulumi.Input['OSProfileLinuxConfigurationArgs']] = None,
1034
- windows_configuration: Optional[pulumi.Input['OSProfileWindowsConfigurationArgs']] = None):
1035
- """
1036
- Specifies the operating system settings for the hybrid machine.
1037
- :param pulumi.Input['OSProfileLinuxConfigurationArgs'] linux_configuration: Specifies the linux configuration for update management.
1038
- :param pulumi.Input['OSProfileWindowsConfigurationArgs'] windows_configuration: Specifies the windows configuration for update management.
1039
- """
1040
- if linux_configuration is not None:
1041
- pulumi.set(__self__, "linux_configuration", linux_configuration)
1042
- if windows_configuration is not None:
1043
- pulumi.set(__self__, "windows_configuration", windows_configuration)
1044
-
1045
- @property
1046
- @pulumi.getter(name="linuxConfiguration")
1047
- def linux_configuration(self) -> Optional[pulumi.Input['OSProfileLinuxConfigurationArgs']]:
1048
- """
1049
- Specifies the linux configuration for update management.
1050
- """
1051
- return pulumi.get(self, "linux_configuration")
1052
-
1053
- @linux_configuration.setter
1054
- def linux_configuration(self, value: Optional[pulumi.Input['OSProfileLinuxConfigurationArgs']]):
1055
- pulumi.set(self, "linux_configuration", value)
1056
-
1057
- @property
1058
- @pulumi.getter(name="windowsConfiguration")
1059
- def windows_configuration(self) -> Optional[pulumi.Input['OSProfileWindowsConfigurationArgs']]:
1060
- """
1061
- Specifies the windows configuration for update management.
1062
- """
1063
- return pulumi.get(self, "windows_configuration")
1064
-
1065
- @windows_configuration.setter
1066
- def windows_configuration(self, value: Optional[pulumi.Input['OSProfileWindowsConfigurationArgs']]):
1067
- pulumi.set(self, "windows_configuration", value)
1068
-
1069
-
1070
- @pulumi.input_type
1071
- class PrivateEndpointConnectionPropertiesArgs:
1072
- def __init__(__self__, *,
1073
- private_endpoint: Optional[pulumi.Input['PrivateEndpointPropertyArgs']] = None,
1074
- private_link_service_connection_state: Optional[pulumi.Input['PrivateLinkServiceConnectionStatePropertyArgs']] = None):
1075
- """
1076
- Properties of a private endpoint connection.
1077
- :param pulumi.Input['PrivateEndpointPropertyArgs'] private_endpoint: Private endpoint which the connection belongs to.
1078
- :param pulumi.Input['PrivateLinkServiceConnectionStatePropertyArgs'] private_link_service_connection_state: Connection state of the private endpoint connection.
1079
- """
1080
- if private_endpoint is not None:
1081
- pulumi.set(__self__, "private_endpoint", private_endpoint)
1082
- if private_link_service_connection_state is not None:
1083
- pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
1084
-
1085
- @property
1086
- @pulumi.getter(name="privateEndpoint")
1087
- def private_endpoint(self) -> Optional[pulumi.Input['PrivateEndpointPropertyArgs']]:
1088
- """
1089
- Private endpoint which the connection belongs to.
1090
- """
1091
- return pulumi.get(self, "private_endpoint")
1092
-
1093
- @private_endpoint.setter
1094
- def private_endpoint(self, value: Optional[pulumi.Input['PrivateEndpointPropertyArgs']]):
1095
- pulumi.set(self, "private_endpoint", value)
1096
-
1097
- @property
1098
- @pulumi.getter(name="privateLinkServiceConnectionState")
1099
- def private_link_service_connection_state(self) -> Optional[pulumi.Input['PrivateLinkServiceConnectionStatePropertyArgs']]:
1100
- """
1101
- Connection state of the private endpoint connection.
1102
- """
1103
- return pulumi.get(self, "private_link_service_connection_state")
1104
-
1105
- @private_link_service_connection_state.setter
1106
- def private_link_service_connection_state(self, value: Optional[pulumi.Input['PrivateLinkServiceConnectionStatePropertyArgs']]):
1107
- pulumi.set(self, "private_link_service_connection_state", value)
1108
-
1109
-
1110
- @pulumi.input_type
1111
- class PrivateEndpointPropertyArgs:
1112
- def __init__(__self__, *,
1113
- id: Optional[pulumi.Input[str]] = None):
1114
- """
1115
- Private endpoint which the connection belongs to.
1116
- :param pulumi.Input[str] id: Resource id of the private endpoint.
1117
- """
1118
- if id is not None:
1119
- pulumi.set(__self__, "id", id)
1120
-
1121
- @property
1122
- @pulumi.getter
1123
- def id(self) -> Optional[pulumi.Input[str]]:
1124
- """
1125
- Resource id of the private endpoint.
1126
- """
1127
- return pulumi.get(self, "id")
1128
-
1129
- @id.setter
1130
- def id(self, value: Optional[pulumi.Input[str]]):
1131
- pulumi.set(self, "id", value)
1132
-
1133
-
1134
- @pulumi.input_type
1135
- class PrivateLinkServiceConnectionStatePropertyArgs:
1136
- def __init__(__self__, *,
1137
- description: pulumi.Input[str],
1138
- status: pulumi.Input[str]):
1139
- """
1140
- State of the private endpoint connection.
1141
- :param pulumi.Input[str] description: The private link service connection description.
1142
- :param pulumi.Input[str] status: The private link service connection status.
1143
- """
1144
- pulumi.set(__self__, "description", description)
1145
- pulumi.set(__self__, "status", status)
1146
-
1147
- @property
1148
- @pulumi.getter
1149
- def description(self) -> pulumi.Input[str]:
1150
- """
1151
- The private link service connection description.
1152
- """
1153
- return pulumi.get(self, "description")
1154
-
1155
- @description.setter
1156
- def description(self, value: pulumi.Input[str]):
1157
- pulumi.set(self, "description", value)
1158
-
1159
- @property
1160
- @pulumi.getter
1161
- def status(self) -> pulumi.Input[str]:
1162
- """
1163
- The private link service connection status.
1164
- """
1165
- return pulumi.get(self, "status")
1166
-
1167
- @status.setter
1168
- def status(self, value: pulumi.Input[str]):
1169
- pulumi.set(self, "status", value)
1170
-
1171
-
1172
- @pulumi.input_type
1173
- class ProductFeatureArgs:
1174
- def __init__(__self__, *,
1175
- name: Optional[pulumi.Input[str]] = None,
1176
- subscription_status: Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]] = None):
1177
- """
1178
- Product Feature
1179
- :param pulumi.Input[str] name: Product feature name.
1180
- :param pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']] subscription_status: Indicates the current status of the product features.
1181
- """
1182
- if name is not None:
1183
- pulumi.set(__self__, "name", name)
1184
- if subscription_status is not None:
1185
- pulumi.set(__self__, "subscription_status", subscription_status)
1186
-
1187
- @property
1188
- @pulumi.getter
1189
- def name(self) -> Optional[pulumi.Input[str]]:
1190
- """
1191
- Product feature name.
1192
- """
1193
- return pulumi.get(self, "name")
1194
-
1195
- @name.setter
1196
- def name(self, value: Optional[pulumi.Input[str]]):
1197
- pulumi.set(self, "name", value)
1198
-
1199
- @property
1200
- @pulumi.getter(name="subscriptionStatus")
1201
- def subscription_status(self) -> Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]]:
1202
- """
1203
- Indicates the current status of the product features.
1204
- """
1205
- return pulumi.get(self, "subscription_status")
1206
-
1207
- @subscription_status.setter
1208
- def subscription_status(self, value: Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]]):
1209
- pulumi.set(self, "subscription_status", value)
1210
-
1211
-
1212
- @pulumi.input_type
1213
- class RunCommandInputParameterArgs:
1214
- def __init__(__self__, *,
1215
- name: pulumi.Input[str],
1216
- value: pulumi.Input[str]):
1217
- """
1218
- Describes the properties of a run command parameter.
1219
- :param pulumi.Input[str] name: The run command parameter name.
1220
- :param pulumi.Input[str] value: The run command parameter value.
1221
- """
1222
- pulumi.set(__self__, "name", name)
1223
- pulumi.set(__self__, "value", value)
1224
-
1225
- @property
1226
- @pulumi.getter
1227
- def name(self) -> pulumi.Input[str]:
1228
- """
1229
- The run command parameter name.
1230
- """
1231
- return pulumi.get(self, "name")
1232
-
1233
- @name.setter
1234
- def name(self, value: pulumi.Input[str]):
1235
- pulumi.set(self, "name", value)
1236
-
1237
- @property
1238
- @pulumi.getter
1239
- def value(self) -> pulumi.Input[str]:
1240
- """
1241
- The run command parameter value.
1242
- """
1243
- return pulumi.get(self, "value")
1244
-
1245
- @value.setter
1246
- def value(self, value: pulumi.Input[str]):
1247
- pulumi.set(self, "value", value)
1248
-
1249
-
1250
- @pulumi.input_type
1251
- class RunCommandManagedIdentityArgs:
1252
- def __init__(__self__, *,
1253
- client_id: Optional[pulumi.Input[str]] = None,
1254
- object_id: Optional[pulumi.Input[str]] = None):
1255
- """
1256
- Contains clientId or objectId (use only one, not both) of a user-assigned managed identity that has access to storage blob used in Run Command. Use an empty RunCommandManagedIdentity object in case of system-assigned identity. Make sure the Azure storage blob exists in case of scriptUri, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment with scriptUri blob and 'Storage Blob Data Contributor' for Append blobs(outputBlobUri, errorBlobUri). 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.
1257
- :param pulumi.Input[str] client_id: Client Id (GUID value) of the user-assigned managed identity. ObjectId should not be used if this is provided.
1258
- :param pulumi.Input[str] object_id: Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided.
1259
- """
1260
- if client_id is not None:
1261
- pulumi.set(__self__, "client_id", client_id)
1262
- if object_id is not None:
1263
- pulumi.set(__self__, "object_id", object_id)
1264
-
1265
- @property
1266
- @pulumi.getter(name="clientId")
1267
- def client_id(self) -> Optional[pulumi.Input[str]]:
1268
- """
1269
- Client Id (GUID value) of the user-assigned managed identity. ObjectId should not be used if this is provided.
1270
- """
1271
- return pulumi.get(self, "client_id")
1272
-
1273
- @client_id.setter
1274
- def client_id(self, value: Optional[pulumi.Input[str]]):
1275
- pulumi.set(self, "client_id", value)
1276
-
1277
- @property
1278
- @pulumi.getter(name="objectId")
1279
- def object_id(self) -> Optional[pulumi.Input[str]]:
1280
- """
1281
- Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided.
1282
- """
1283
- return pulumi.get(self, "object_id")
1284
-
1285
- @object_id.setter
1286
- def object_id(self, value: Optional[pulumi.Input[str]]):
1287
- pulumi.set(self, "object_id", value)
1288
-
1289
-
1290
- @pulumi.input_type
1291
- class ServiceStatusesArgs:
1292
- def __init__(__self__, *,
1293
- extension_service: Optional[pulumi.Input['ServiceStatusArgs']] = None,
1294
- guest_configuration_service: Optional[pulumi.Input['ServiceStatusArgs']] = None):
1295
- """
1296
- Reports the state and behavior of dependent services.
1297
- :param pulumi.Input['ServiceStatusArgs'] extension_service: The state of the extension service on the Arc-enabled machine.
1298
- :param pulumi.Input['ServiceStatusArgs'] guest_configuration_service: The state of the guest configuration service on the Arc-enabled machine.
1299
- """
1300
- if extension_service is not None:
1301
- pulumi.set(__self__, "extension_service", extension_service)
1302
- if guest_configuration_service is not None:
1303
- pulumi.set(__self__, "guest_configuration_service", guest_configuration_service)
1304
-
1305
- @property
1306
- @pulumi.getter(name="extensionService")
1307
- def extension_service(self) -> Optional[pulumi.Input['ServiceStatusArgs']]:
1308
- """
1309
- The state of the extension service on the Arc-enabled machine.
1310
- """
1311
- return pulumi.get(self, "extension_service")
1312
-
1313
- @extension_service.setter
1314
- def extension_service(self, value: Optional[pulumi.Input['ServiceStatusArgs']]):
1315
- pulumi.set(self, "extension_service", value)
1316
-
1317
- @property
1318
- @pulumi.getter(name="guestConfigurationService")
1319
- def guest_configuration_service(self) -> Optional[pulumi.Input['ServiceStatusArgs']]:
1320
- """
1321
- The state of the guest configuration service on the Arc-enabled machine.
1322
- """
1323
- return pulumi.get(self, "guest_configuration_service")
1324
-
1325
- @guest_configuration_service.setter
1326
- def guest_configuration_service(self, value: Optional[pulumi.Input['ServiceStatusArgs']]):
1327
- pulumi.set(self, "guest_configuration_service", value)
1328
-
1329
-
1330
- @pulumi.input_type
1331
- class ServiceStatusArgs:
1332
- def __init__(__self__, *,
1333
- startup_type: Optional[pulumi.Input[str]] = None,
1334
- status: Optional[pulumi.Input[str]] = None):
1335
- """
1336
- Describes the status and behavior of a service.
1337
- :param pulumi.Input[str] startup_type: The behavior of the service when the Arc-enabled machine starts up.
1338
- :param pulumi.Input[str] status: The current status of the service.
1339
- """
1340
- if startup_type is not None:
1341
- pulumi.set(__self__, "startup_type", startup_type)
1342
- if status is not None:
1343
- pulumi.set(__self__, "status", status)
1344
-
1345
- @property
1346
- @pulumi.getter(name="startupType")
1347
- def startup_type(self) -> Optional[pulumi.Input[str]]:
1348
- """
1349
- The behavior of the service when the Arc-enabled machine starts up.
1350
- """
1351
- return pulumi.get(self, "startup_type")
1352
-
1353
- @startup_type.setter
1354
- def startup_type(self, value: Optional[pulumi.Input[str]]):
1355
- pulumi.set(self, "startup_type", value)
1356
-
1357
- @property
1358
- @pulumi.getter
1359
- def status(self) -> Optional[pulumi.Input[str]]:
1360
- """
1361
- The current status of the service.
1362
- """
1363
- return pulumi.get(self, "status")
1364
-
1365
- @status.setter
1366
- def status(self, value: Optional[pulumi.Input[str]]):
1367
- pulumi.set(self, "status", value)
1368
-
1369
-
1370
- @pulumi.input_type
1371
- class VolumeLicenseDetailsArgs:
1372
- def __init__(__self__, *,
1373
- invoice_id: Optional[pulumi.Input[str]] = None,
1374
- program_year: Optional[pulumi.Input[Union[str, 'ProgramYear']]] = None):
1375
- """
1376
- :param pulumi.Input[str] invoice_id: The invoice id for the volume license.
1377
- :param pulumi.Input[Union[str, 'ProgramYear']] program_year: Describes the program year the volume license is for.
1378
- """
1379
- if invoice_id is not None:
1380
- pulumi.set(__self__, "invoice_id", invoice_id)
1381
- if program_year is not None:
1382
- pulumi.set(__self__, "program_year", program_year)
1383
-
1384
- @property
1385
- @pulumi.getter(name="invoiceId")
1386
- def invoice_id(self) -> Optional[pulumi.Input[str]]:
1387
- """
1388
- The invoice id for the volume license.
1389
- """
1390
- return pulumi.get(self, "invoice_id")
1391
-
1392
- @invoice_id.setter
1393
- def invoice_id(self, value: Optional[pulumi.Input[str]]):
1394
- pulumi.set(self, "invoice_id", value)
1395
-
1396
- @property
1397
- @pulumi.getter(name="programYear")
1398
- def program_year(self) -> Optional[pulumi.Input[Union[str, 'ProgramYear']]]:
1399
- """
1400
- Describes the program year the volume license is for.
1401
- """
1402
- return pulumi.get(self, "program_year")
1403
-
1404
- @program_year.setter
1405
- def program_year(self, value: Optional[pulumi.Input[Union[str, 'ProgramYear']]]):
1406
- pulumi.set(self, "program_year", value)
1407
-
1408
-