Package-level declarations
Types
Link copied to clipboard
data class GetPrivateLinkResourcePlainArgs(val webPubsubId: String) : ConvertibleToJava<GetPrivateLinkResourcePlainArgs>
A collection of arguments for invoking getPrivateLinkResource.
Link copied to clipboard
Builder for GetPrivateLinkResourcePlainArgs.
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 HubEventHandlerArgs(val auth: Output<HubEventHandlerAuthArgs>? = null, val systemEvents: Output<List<String>>? = null, val urlTemplate: Output<String>, val userEventPattern: Output<String>? = null) : ConvertibleToJava<HubEventHandlerArgs>
Link copied to clipboard
Builder for HubEventHandlerArgs.
Link copied to clipboard
data class HubEventHandlerAuthArgs(val managedIdentityId: Output<String>) : ConvertibleToJava<HubEventHandlerAuthArgs>
Link copied to clipboard
Builder for HubEventHandlerAuthArgs.
Link copied to clipboard
Link copied to clipboard
Builder for HubEventListenerArgs.
Link copied to clipboard
Link copied to clipboard
Builder for NetworkAclPrivateEndpointArgs.
Link copied to clipboard
data class NetworkAclPublicNetworkArgs(val allowedRequestTypes: Output<List<String>>? = null, val deniedRequestTypes: Output<List<String>>? = null) : ConvertibleToJava<NetworkAclPublicNetworkArgs>
Link copied to clipboard
Builder for NetworkAclPublicNetworkArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ServiceIdentityArgs.
Link copied to clipboard
data class ServiceLiveTraceArgs(val connectivityLogsEnabled: Output<Boolean>? = null, val enabled: Output<Boolean>? = null, val httpRequestLogsEnabled: Output<Boolean>? = null, val messagingLogsEnabled: Output<Boolean>? = null) : ConvertibleToJava<ServiceLiveTraceArgs>
Link copied to clipboard
Builder for ServiceLiveTraceArgs.
Link copied to clipboard
Link copied to clipboard
Builder for SocketioIdentityArgs.
Link copied to clipboard
data class SocketioSkuArgs(val capacity: Output<Int>? = null, val name: Output<String>) : ConvertibleToJava<SocketioSkuArgs>
Link copied to clipboard
class SocketioSkuArgsBuilder
Builder for SocketioSkuArgs.