Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class ConfigurationProfile : KotlinCustomResource

Definition of the configuration profile. Uses Azure REST API version 2022-05-04. In version 2.x of the Azure Native provider, it used API version 2022-05-04. Other available API versions: 2021-04-30-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native automanage [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class ConfigurationProfileArgs(val configurationProfileName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<ConfigurationProfilePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ConfigurationProfileArgs>

Definition of the configuration profile. Uses Azure REST API version 2022-05-04. In version 2.x of the Azure Native provider, it used API version 2022-05-04. Other available API versions: 2021-04-30-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native automanage [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
class ConfigurationProfileAssignment : KotlinCustomResource

Configuration profile assignment is an association between a VM and automanage profile configuration. Uses Azure REST API version 2022-05-04. In version 2.x of the Azure Native provider, it used API version 2022-05-04. Other available API versions: 2020-06-30-preview, 2021-04-30-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native automanage [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class ConfigurationProfileAssignmentArgs(val configurationProfileAssignmentName: Output<String>? = null, val properties: Output<ConfigurationProfileAssignmentPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val vmName: Output<String>? = null) : ConvertibleToJava<ConfigurationProfileAssignmentArgs>

Configuration profile assignment is an association between a VM and automanage profile configuration. Uses Azure REST API version 2022-05-04. In version 2.x of the Azure Native provider, it used API version 2022-05-04. Other available API versions: 2020-06-30-preview, 2021-04-30-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native automanage [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
class ConfigurationProfileHCIAssignment : KotlinCustomResource

Configuration profile assignment is an association between a VM and automanage profile configuration. Uses Azure REST API version 2022-05-04. In version 2.x of the Azure Native provider, it used API version 2022-05-04. Other available API versions: 2021-04-30-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native automanage [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class ConfigurationProfileHCIAssignmentArgs(val clusterName: Output<String>? = null, val configurationProfileAssignmentName: Output<String>? = null, val properties: Output<ConfigurationProfileAssignmentPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<ConfigurationProfileHCIAssignmentArgs>

Configuration profile assignment is an association between a VM and automanage profile configuration. Uses Azure REST API version 2022-05-04. In version 2.x of the Azure Native provider, it used API version 2022-05-04. Other available API versions: 2021-04-30-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native automanage [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
class ConfigurationProfileHCRPAssignment : KotlinCustomResource

Configuration profile assignment is an association between a VM and automanage profile configuration. Uses Azure REST API version 2022-05-04. In version 2.x of the Azure Native provider, it used API version 2022-05-04. Other available API versions: 2021-04-30-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native automanage [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class ConfigurationProfileHCRPAssignmentArgs(val configurationProfileAssignmentName: Output<String>? = null, val machineName: Output<String>? = null, val properties: Output<ConfigurationProfileAssignmentPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<ConfigurationProfileHCRPAssignmentArgs>

Configuration profile assignment is an association between a VM and automanage profile configuration. Uses Azure REST API version 2022-05-04. In version 2.x of the Azure Native provider, it used API version 2022-05-04. Other available API versions: 2021-04-30-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native automanage [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
class ConfigurationProfilesVersion : KotlinCustomResource

Definition of the configuration profile. Uses Azure REST API version 2022-05-04. In version 2.x of the Azure Native provider, it used API version 2022-05-04. Other available API versions: 2021-04-30-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native automanage [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class ConfigurationProfilesVersionArgs(val configurationProfileName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<ConfigurationProfilePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val versionName: Output<String>? = null) : ConvertibleToJava<ConfigurationProfilesVersionArgs>

Definition of the configuration profile. Uses Azure REST API version 2022-05-04. In version 2.x of the Azure Native provider, it used API version 2022-05-04. Other available API versions: 2021-04-30-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native automanage [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Functions