Share via


IFsrmQuotaTemplateImported.CopyTemplate Method (String)

 

Copies the property values of the specified template to this imported quota template.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

void CopyTemplate(
    string quotaTemplateName
)
void CopyTemplate(
    String^ quotaTemplateName
)
abstract CopyTemplate : 
        quotaTemplateName:string -> unit
Sub CopyTemplate (
    quotaTemplateName As String
)

Parameters

  • quotaTemplateName
    Type: System.String

    he name of the template from which to copy the property values. The string is limited to 4,000 characters.

Implements

IFsrmQuotaTemplate.CopyTemplate(String)

See Also

IFsrmQuotaTemplateImported Interface
Microsoft.Storage Namespace

Return to top