Package-level declarations

Types

Link copied to clipboard
data class GetCloudEndpointPlainArgs(val cloudEndpointName: String, val resourceGroupName: String, val storageSyncServiceName: String, val syncGroupName: String) : ConvertibleToJava<GetCloudEndpointPlainArgs>
Link copied to clipboard
data class GetPrivateEndpointConnectionPlainArgs(val privateEndpointConnectionName: String, val resourceGroupName: String, val storageSyncServiceName: String) : ConvertibleToJava<GetPrivateEndpointConnectionPlainArgs>
Link copied to clipboard
data class GetRegisteredServerPlainArgs(val resourceGroupName: String, val serverId: String, val storageSyncServiceName: String) : ConvertibleToJava<GetRegisteredServerPlainArgs>
Link copied to clipboard
data class GetServerEndpointPlainArgs(val resourceGroupName: String, val serverEndpointName: String, val storageSyncServiceName: String, val syncGroupName: String) : ConvertibleToJava<GetServerEndpointPlainArgs>
Link copied to clipboard
data class GetStorageSyncServicePlainArgs(val resourceGroupName: String, val storageSyncServiceName: String) : ConvertibleToJava<GetStorageSyncServicePlainArgs>
Link copied to clipboard
data class GetSyncGroupPlainArgs(val resourceGroupName: String, val storageSyncServiceName: String, val syncGroupName: String) : ConvertibleToJava<GetSyncGroupPlainArgs>
Link copied to clipboard
data class ManagedServiceIdentityArgs(val type: Output<Either<String, ManagedServiceIdentityType>>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ManagedServiceIdentityArgs>

Managed service identity (system assigned and/or user assigned identities)

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.