LandingZoneAccountOperationArgs

data class LandingZoneAccountOperationArgs(val identity: Output<ManagedServiceIdentityArgs>? = null, val landingZoneAccountName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<LandingZoneAccountResourcePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<LandingZoneAccountOperationArgs>

The Landing zone account resource type. A Landing zone account is the container for configuring, deploying and managing multiple landing zones. Uses Azure REST API version 2025-02-27-preview. In version 2.x of the Azure Native provider, it used API version 2025-02-27-preview.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:sovereign:LandingZoneAccountOperation lza-RemApiExample /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sovereign/landingZoneAccounts/{landingZoneAccountName}

Constructors

Link copied to clipboard
constructor(identity: Output<ManagedServiceIdentityArgs>? = null, landingZoneAccountName: Output<String>? = null, location: Output<String>? = null, properties: Output<LandingZoneAccountResourcePropertiesArgs>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard

The managed service identities assigned to this resource.

Link copied to clipboard
val landingZoneAccountName: Output<String>? = null

The landing zone account.

Link copied to clipboard
val location: Output<String>? = null

The geo-location where the resource lives

Link copied to clipboard

The resource-specific properties for this resource.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

The name of the resource group. The name is case insensitive.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Resource tags.

Functions

Link copied to clipboard
open override fun toJava(): LandingZoneAccountOperationArgs