Package-level declarations

Types

Link copied to clipboard
class CustomLocation : KotlinCustomResource

Custom Locations definition. Uses Azure REST API version 2021-08-31-preview. In version 2.x of the Azure Native provider, it used API version 2021-08-15. Other available API versions: 2021-08-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native extendedlocation [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class CustomLocationArgs(val authentication: Output<CustomLocationPropertiesAuthenticationArgs>? = null, val clusterExtensionIds: Output<List<String>>? = null, val displayName: Output<String>? = null, val hostResourceId: Output<String>? = null, val hostType: Output<Either<String, HostType>>? = null, val identity: Output<IdentityArgs>? = null, val location: Output<String>? = null, val namespace: Output<String>? = null, val provisioningState: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<CustomLocationArgs>

Custom Locations definition. Uses Azure REST API version 2021-08-31-preview. In version 2.x of the Azure Native provider, it used API version 2021-08-15. Other available API versions: 2021-08-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native extendedlocation [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
object CustomLocationMapper : ResourceMapper<CustomLocation>
Link copied to clipboard
Link copied to clipboard
class ResourceSyncRule : KotlinCustomResource

Resource Sync Rules definition. Uses Azure REST API version 2021-08-31-preview. In version 2.x of the Azure Native provider, it used API version 2021-08-31-preview.

Link copied to clipboard
data class ResourceSyncRuleArgs(val childResourceName: Output<String>? = null, val location: Output<String>? = null, val priority: Output<Int>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val selector: Output<ResourceSyncRulePropertiesSelectorArgs>? = null, val tags: Output<Map<String, String>>? = null, val targetResourceGroup: Output<String>? = null) : ConvertibleToJava<ResourceSyncRuleArgs>

Resource Sync Rules definition. Uses Azure REST API version 2021-08-31-preview. In version 2.x of the Azure Native provider, it used API version 2021-08-31-preview.

Link copied to clipboard
object ResourceSyncRuleMapper : ResourceMapper<ResourceSyncRule>

Functions

Link copied to clipboard
Link copied to clipboard