GradientEdge CDK Utils
    Preparing search index...

    Provides operations on Azure Resource Group using Pulumi

    import { CommonAzureConstruct, CommonAzureStackProps } from '@gradientedge/cdk-utils'

    class CustomConstruct extends CommonAzureConstruct {
    constructor(name: string, props: CommonAzureStackProps) {
    super(name, props)
    this.props = props
    this.resourceGroupManager.createResourceGroup('MyResourceGroup', this, props)
    }
    }
    Index

    Constructors

    Methods

    • Parameters

      • scope: CommonAzureConstruct

        scope in which this resource is defined

      • resourceGroupName: string

        the resource group name

      • OptionalresourceOptions: ResourceOptions

        Optional settings to control resource behaviour

      Returns Output<GetResourceGroupResult>