FsrmReportManagerClass Class

 

Used to manage report jobs.

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

System.Object
  Microsoft.Storage.FsrmReportManagerClass

<GuidAttribute("0058EF37-AA66-4C48-BD5B-2FCE432AB0C8")>
<ClassInterfaceAttribute(0)>
Public Class FsrmReportManagerClass
	Implements IFsrmReportManager, FsrmReportManager

NameDescription
System_CAPS_pubmethodFsrmReportManagerClass()

Creates a new instance of the FsrmReportManagerClass class.

NameDescription
System_CAPS_pubmethodCreateReportJob()

Creates a report job.

System_CAPS_pubmethodEnumReportJobs(_FsrmEnumOptions)

Enumerates the report jobs.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetDefaultFilter(_FsrmReportType, _FsrmReportFilter)

Retrieves the default report filter value that is used with the specified report type.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetOutputDirectory(_FsrmReportGenerationContext)

Retrieves the local directory path where the reports with the specified context are stored.

System_CAPS_pubmethodGetReportJob(String)

Retrieves the specified report job.

System_CAPS_pubmethodGetReportSizeLimit(_FsrmReportLimit)

Retrieves the current value of the specified report size limit.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsFilterValidForReportType(_FsrmReportType, _FsrmReportFilter)

Retrieves a value that determines whether a specified report filter is configurable for the specified report type.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSetDefaultFilter(_FsrmReportType, _FsrmReportFilter, Object)

Sets the default report filter value to use with the specified report type.

System_CAPS_pubmethodSetOutputDirectory(_FsrmReportGenerationContext, String)

Sets the local directory path where reports are stored.

System_CAPS_pubmethodSetReportSizeLimit(_FsrmReportLimit, Object)

Sets the current value of the specified report size limit.

System_CAPS_pubmethodToString()

(Inherited from Object.)

A storage report job specifies a set of directories that will be analyzed to generate one or more different report types that help administrators to better understand how storage is utilized in the specified directories. You can configure report jobs to execute according to a schedule or on demand.

To create this object from a script, use the "Fsrm.FsrmReportManager" program identifier.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: