IFsrmDerivedObjectsResult Interface
Used to access the results when the source template calls the CommitAndUpdateDerived method.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("39322A2D-38EE-4D0D-8095-421A80849A82")]
public interface IFsrmDerivedObjectsResult
[GuidAttribute("39322A2D-38EE-4D0D-8095-421A80849A82")]
public interface class IFsrmDerivedObjectsResult
[<GuidAttribute("39322A2D-38EE-4D0D-8095-421A80849A82")>]
type IFsrmDerivedObjectsResult = interface end
<GuidAttribute("39322A2D-38EE-4D0D-8095-421A80849A82")>
Public Interface IFsrmDerivedObjectsResult
Properties
Name | Description | |
---|---|---|
DerivedObjects | Retrieves the collection of derived objects that were updated. |
|
results | Retrieves the HRESULT values that indicate the success or failure of the update for each derived object. |
Remarks
The following methods returns this interface:
See Also
Return to top