Package-level declarations
Types
Link copied to clipboard
Custom Locations definition. Azure REST API version: 2021-08-15. Prior API version in Azure Native 1.x: 2021-03-15-preview. Other available API versions: 2021-08-31-preview.
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. Azure REST API version: 2021-08-15. Prior API version in Azure Native 1.x: 2021-03-15-preview. Other available API versions: 2021-08-31-preview.
Link copied to clipboard
Builder for CustomLocationArgs.
Link copied to clipboard
Link copied to clipboard
Builder for CustomLocation.
Link copied to clipboard
object ExtendedlocationFunctions
Link copied to clipboard
Resource Sync Rules definition. Azure REST API version: 2021-08-31-preview. Prior API version in Azure Native 1.x: 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. Azure REST API version: 2021-08-31-preview. Prior API version in Azure Native 1.x: 2021-08-31-preview.
Link copied to clipboard
Builder for ResourceSyncRuleArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ResourceSyncRule.
Functions
Link copied to clipboard
suspend fun customLocation(name: String, block: suspend CustomLocationResourceBuilder.() -> Unit): CustomLocation
Link copied to clipboard
suspend fun resourceSyncRule(name: String, block: suspend ResourceSyncRuleResourceBuilder.() -> Unit): ResourceSyncRule