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 file group from FSRM.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual IFsrmFileGroup GetFileGroup(
string Name
)
public:
virtual IFsrmFileGroup^ GetFileGroup(
String^ Name
)
abstract GetFileGroup :
Name:string -> IFsrmFileGroup
override GetFileGroup :
Name:string -> IFsrmFileGroup
Public Overridable Function GetFileGroup (
Name As String
) As IFsrmFileGroup
Parameters
Name
Type: System.StringThe name of the file group to retrieve. The string is limited to 4,000 characters.
Return Value
Type: Microsoft.Storage.IFsrmFileGroup
Returns a IFsrmFileGroup to the retrieved file group.
Implements
IFsrmFileGroupManager.GetFileGroup(String)
See Also
IFsrmFileGroupManager
FsrmFileGroupManager
FsrmFileGroupManagerClass Class
Microsoft.Storage Namespace
Return to top