Share via


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
System_CAPS_pubproperty Description

Gets and sets the Description property.

System_CAPS_pubproperty id

Gets the id property.

System_CAPS_pubproperty Members

Gets and sets the Members property.

System_CAPS_pubproperty Name

Gets and sets the Name property.

System_CAPS_pubproperty NonMembers

Gets and sets the NonMembers property.

System_CAPS_pubproperty OverwriteOnCommit

Retrieves or sets a value that determines whether a file group is overwritten if it exists.

Methods

Name Description
System_CAPS_pubmethod Commit()

Saves the imported file group object in the server's list of objects.

System_CAPS_pubmethod Delete()

Removes the imported file group object from the server's list of objects.

See Also

Microsoft.Storage Namespace

Return to top