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 NetworkRuleSetIpRuleArgs(val filterName: Output<String>? = null, val ipMask: Output<String>? = null) : ConvertibleToJava<NetworkRuleSetIpRuleArgs>
An object for an IP range that will be allowed access.
Link copied to clipboard
Builder for NetworkRuleSetIpRuleArgs.
Link copied to clipboard
data class NetworkRuleSetsArgs(val applyToDevices: Output<Boolean>? = null, val applyToIoTCentral: Output<Boolean>? = null, val defaultAction: Output<Either<String, NetworkAction>>? = null, val ipRules: Output<List<NetworkRuleSetIpRuleArgs>>? = null) : ConvertibleToJava<NetworkRuleSetsArgs>
Network Rule Set Properties of this IoT Central application.
Link copied to clipboard
Builder for NetworkRuleSetsArgs.
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.