Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to modify and save imported quota templates.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("9A2BF113-A329-44CC-809A-5C00FCE8DA40")]
public interface IFsrmQuotaTemplateImported : IFsrmQuotaTemplate
[GuidAttribute("9A2BF113-A329-44CC-809A-5C00FCE8DA40")]
public interface class IFsrmQuotaTemplateImported : IFsrmQuotaTemplate
[<GuidAttribute("9A2BF113-A329-44CC-809A-5C00FCE8DA40")>]
type IFsrmQuotaTemplateImported =
interface
interface IFsrmQuotaTemplate
end
<GuidAttribute("9A2BF113-A329-44CC-809A-5C00FCE8DA40")>
Public Interface IFsrmQuotaTemplateImported
Inherits IFsrmQuotaTemplate
Properties
| Name | Description | |
|---|---|---|
![]() |
Description | Retrieves or sets the description of the object. |
![]() |
id | Retrieves the identifier of the object. |
![]() |
Name | Retrieves and sets the name of the quota template. |
![]() |
OverwriteOnCommit | Retrieves or sets a value that determines whether a quota template is overwritten if it exists when the template is imported. |
![]() |
QuotaFlags | Retrieves or sets the quota flags for the object. |
![]() |
QuotaLimit | Retrieves or sets the quota limit for the object. |
![]() |
Thresholds | Retrieves the thresholds for the quota object. |
Methods
| Name | Description | |
|---|---|---|
![]() |
AddThreshold(Int32) | Adds a threshold to the imported quota template. |
![]() |
Commit() | Saves the imported quota template in the server's list of objects. |
![]() |
CommitAndUpdateDerived(_FsrmCommitOptions, _FsrmTemplateApplyOptions) | Saves the imported quota template and then applies any changes to the derived quota objects. |
![]() |
CopyTemplate(String) | Copies the property values of the specified template to this imported quota template. |
![]() |
CreateThresholdAction(Int32, _FsrmActionType) | Creates an action and associates it with the specified threshold on the imported quota template. |
![]() |
Delete() | Removes the imported quota template from the server's list of objects. |
![]() |
DeleteThreshold(Int32) | Deletes a threshold from the imported quota template. |
![]() |
EnumThresholdActions(Int32) | Enumerates all the actions for the specified threshold of the imported quota template. |
![]() |
ModifyThreshold(Int32, Int32) | Changes the threshold of the imported quota template. |
Remarks
The ImportQuotaTemplates method returns this interface.
See Also
FsrmQuotaTemplateManager
Microsoft.Storage Namespace
Return to top
.jpeg)
.jpeg)