Account Args
data class AccountArgs(val accountName: Output<String>? = null, val encryption: Output<EncryptionArgs>? = null, val identity: Output<ManagedServiceIdentityArgs>? = null, val location: Output<String>? = null, val privateEndpointConnections: Output<List<PrivateEndpointConnectionArgs>>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<Either<String, SKU>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AccountArgs>
Device Update account details. Uses Azure REST API version 2023-07-01. In version 2.x of the Azure Native provider, it used API version 2023-07-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:deviceupdate:Account contoso /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(accountName: Output<String>? = null, encryption: Output<EncryptionArgs>? = null, identity: Output<ManagedServiceIdentityArgs>? = null, location: Output<String>? = null, privateEndpointConnections: Output<List<PrivateEndpointConnectionArgs>>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, resourceGroupName: Output<String>? = null, sku: Output<Either<String, SKU>>? = null, tags: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
Account name.
Link copied to clipboard
CMK encryption at rest properties
Link copied to clipboard
The type of identity used for the resource.
Link copied to clipboard
List of private endpoint connections associated with the account. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.
Link copied to clipboard
Whether or not public network access is allowed for the account.
Link copied to clipboard
The resource group name.