Package-level declarations

Types

Link copied to clipboard
data class GetServicePlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetServicePlainArgs>

A collection of arguments for invoking getService.

Link copied to clipboard
data class ServiceIdentityArgs(val identityIds: Output<List<String>>? = null, val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ServiceIdentityArgs>