GradientEdge CDK Utils
    Preparing search index...

    Properties for resolving an existing Storage account

    interface ResolveStorageAccountProps {
        accountName: Input<string>;
        expand?: Input<string>;
        resourceGroupName: Input<string>;
    }

    Hierarchy

    • GetStorageAccountOutputArgs
      • ResolveStorageAccountProps
    Index

    Properties

    accountName: Input<string>

    The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

    expand?: Input<string>

    May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus.

    resourceGroupName: Input<string>

    The name of the resource group within the user's subscription. The name is case insensitive.