Interface StorageAccount.DefinitionStages.WithCustomDomain

    • Method Detail

      • withCustomDomain

        StorageAccount.DefinitionStages.WithCreate withCustomDomain​(CustomDomain customDomain)
        Specifies the user domain assigned to the storage account.
        Parameters:
        customDomain - the user domain assigned to the storage account
        Returns:
        the next stage of storage account definition
      • withCustomDomain

        StorageAccount.DefinitionStages.WithCreate withCustomDomain​(String name)
        Specifies the user domain assigned to the storage account.
        Parameters:
        name - the custom domain name, which is the CNAME source
        Returns:
        the next stage of storage account definition
      • withCustomDomain

        StorageAccount.DefinitionStages.WithCreate withCustomDomain​(String name,
                                                                    boolean useSubDomain)
        Specifies the user domain assigned to the storage account.
        Parameters:
        name - the custom domain name, which is the CNAME source
        useSubDomain - whether indirect CName validation is enabled
        Returns:
        the next stage of storage account definition