IFsrmQuota.ApplyTemplate Method (String)
Applies the property values of the specified quota template to this 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
IFsrmQuota Interface
Microsoft.Storage Namespace
Return to top