IFsrmFileGroupImported Interface
Used to configure imported file group objects.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("AD55F10B-5F11-4BE7-94EF-D9EE2E470DED")]
public interface IFsrmFileGroupImported : IFsrmFileGroup
[GuidAttribute("AD55F10B-5F11-4BE7-94EF-D9EE2E470DED")]
public interface class IFsrmFileGroupImported : IFsrmFileGroup
[<GuidAttribute("AD55F10B-5F11-4BE7-94EF-D9EE2E470DED")>]
type IFsrmFileGroupImported =
interface
interface IFsrmFileGroup
end
<GuidAttribute("AD55F10B-5F11-4BE7-94EF-D9EE2E470DED")>
Public Interface IFsrmFileGroupImported
Inherits IFsrmFileGroup
Properties
Name | Description | |
---|---|---|
Description | Gets and sets the Description property. |
|
id | Gets the id property. |
|
Members | Gets and sets the Members property. |
|
Name | Gets and sets the Name property. |
|
NonMembers | Gets and sets the NonMembers property. |
|
OverwriteOnCommit | Retrieves or sets a value that determines whether a file group is overwritten if it exists. |
Methods
Name | Description | |
---|---|---|
Commit() | Saves the imported file group object in the server's list of objects. |
|
Delete() | Removes the imported file group object from the server's list of objects. |
See Also
Return to top