Package-level declarations
Types
Link copied to clipboard
data class AccountArgs(val applicationId: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AccountArgs>
Manages a Microsoft Graph Services Account. !>NOTE: This resource has been deprecated in version 5.0 of the provider and will be removed in version 6.0. Please use azure.graph.ServicesAccount
resource instead.
Link copied to clipboard
class AccountArgsBuilder
Builder for AccountArgs.
Link copied to clipboard
Link copied to clipboard
class AccountResourceBuilder
Builder for Account.
Link copied to clipboard
Manages a Microsoft Graph Services Account.
Link copied to clipboard
Link copied to clipboard
Builder for ServicesAccountArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ServicesAccount.
Functions
Link copied to clipboard
suspend fun servicesAccount(name: String, block: suspend ServicesAccountResourceBuilder.() -> Unit): ServicesAccount