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
Builder for GetServicePlainArgs.
Link copied to clipboard
data class ServiceIdentityArgs(val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ServiceIdentityArgs>
Link copied to clipboard
Builder for ServiceIdentityArgs.