GradientEdge CDK Utils
    Preparing search index...

    Provides operations on Azure Storage 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.storageManager.createStorageAccount('MyAccount', this, props)
    }
    }
    Index

    Constructors

    Methods