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.
Applies the property values of the specified quota template to this automatic quota object.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
void ApplyTemplate(
string quotaTemplateName
)
void ApplyTemplate(
String^ quotaTemplateName
)
abstract ApplyTemplate :
quotaTemplateName:string -> unit
Sub ApplyTemplate (
quotaTemplateName As String
)
Parameters
quotaTemplateName
Type: System.StringThe name of the quota template. The string is limited to 4,000 characters.
Implements
IFsrmQuotaObject.ApplyTemplate(String)
Remarks
For an example, see Defining a Quota.
See Also
IFsrmAutoApplyQuota Interface
Microsoft.Storage Namespace
Return to top