IFsrmQuotaTemplateManager.GetTemplate Method (String)
Retrieves the specified quota template.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmQuotaTemplate GetTemplate(
string Name = ""
)
IFsrmQuotaTemplate^ GetTemplate(
String^ Name = ""
)
abstract GetTemplate :
Name:string = "" -> IFsrmQuotaTemplate
Function GetTemplate (
Name As String
) As IFsrmQuotaTemplate
Parameters
Name
Type: System.StringThe name of the quota template to retrieve. The string is limited to 4,000 characters.
Return Value
Type: Microsoft.Storage.IFsrmQuotaTemplate
Returns an IFsrmQuotaTemplate interface to the retrieved template object.
Remarks
For an example, see Updating a Quota.
See Also
FsrmQuotaTemplateManager
IFsrmQuotaTemplateManager Interface
Microsoft.Storage Namespace
Return to top