Landing Zone Account Operation Args
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}
Content copied to clipboard
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)