IPWorks Cloud 2020 Python Edition

Questions / Feedback?

account Property

The Azure storage account name.

Syntax

def get_account() -> str: ...
def set_account(value: str) -> None: ...

account = property(get_account, set_account)

Default Value

""

Remarks

This property specifies the name of the Azure storage account to operate against. It must be set before attempting any operations which connect to the server.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Python Edition - Version 20.0 [Build 8265]