Package-level declarations
Types
Link copied to clipboard
data class AppSkuInfoArgs(val name: Output<Either<String, AppSku>>) : ConvertibleToJava<AppSkuInfoArgs>
Information about the SKU of the IoT Central application.
Link copied to clipboard
class AppSkuInfoArgsBuilder
Builder for AppSkuInfoArgs.
Link copied to clipboard
data class GetAppPlainArgs(val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetAppPlainArgs>
Link copied to clipboard
class GetAppPlainArgsBuilder
Builder for GetAppPlainArgs.
Link copied to clipboard
data class GetPrivateEndpointConnectionPlainArgs(val privateEndpointConnectionName: String, val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetPrivateEndpointConnectionPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class PrivateLinkServiceConnectionStateArgs(val actionsRequired: Output<String>? = null, val description: Output<String>? = null, val status: Output<Either<String, PrivateEndpointServiceConnectionStatus>>? = null) : ConvertibleToJava<PrivateLinkServiceConnectionStateArgs>
A collection of information about the state of the connection between service consumer and provider.
Link copied to clipboard
Link copied to clipboard
data class SystemAssignedServiceIdentityArgs(val type: Output<Either<String, SystemAssignedServiceIdentityType>>) : ConvertibleToJava<SystemAssignedServiceIdentityArgs>
Managed service identity (either system assigned, or none)
Link copied to clipboard
Builder for SystemAssignedServiceIdentityArgs.