다음을 통해 공유


IFsrmPipelineModuleDefinition.Account Property

 

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

Returns a _FsrmAccountType containing the account to use when running the module. For possible account types, see the _FsrmAccountType enumeration.

See Also

IFsrmPipelineModuleDefinition Interface
Microsoft.Storage Namespace

Return to top