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.
Retrieves the specified quota template.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual IFsrmQuotaTemplate GetTemplate(
string Name = ""
)
public:
virtual IFsrmQuotaTemplate^ GetTemplate(
String^ Name = ""
)
abstract GetTemplate :
Name:string = "" -> IFsrmQuotaTemplate
override GetTemplate :
Name:string = "" -> IFsrmQuotaTemplate
Public Overridable 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 a IFsrmQuotaTemplate interface to the retrieved template object.
Implements
IFsrmQuotaTemplateManager.GetTemplate(String)
See Also
IFsrmQuotaTemplateManager
FsrmQuotaTemplateManager
FsrmQuotaTemplateManagerClass Class
Microsoft.Storage Namespace
Return to top