IFsrmStorageModuleDefinition.Account Property

 

Gets and sets the account to use when running the module.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

_FsrmAccountType Account { get; set; }
property _FsrmAccountType Account {
    _FsrmAccountType get();
    void set(_FsrmAccountType value);
}
abstract Account : _FsrmAccountType with get, set
Property Account As _FsrmAccountType

Property Value

Type: Microsoft.Storage._FsrmAccountType

The account to use when running the module.

Implements

IFsrmPipelineModuleDefinition.Account

See Also

IFsrmStorageModuleDefinition Interface
Microsoft.Storage Namespace

Return to top