ArmDataFactoryModelFactory.SsisObjectMetadataStatusResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of SsisObjectMetadataStatusResult.
public static Azure.ResourceManager.DataFactory.Models.SsisObjectMetadataStatusResult SsisObjectMetadataStatusResult (string status = default, string name = default, string properties = default, string error = default);
static member SsisObjectMetadataStatusResult : string * string * string * string -> Azure.ResourceManager.DataFactory.Models.SsisObjectMetadataStatusResult
Public Shared Function SsisObjectMetadataStatusResult (Optional status As String = Nothing, Optional name As String = Nothing, Optional properties As String = Nothing, Optional error As String = Nothing) As SsisObjectMetadataStatusResult
Parameters
- status
- String
The status of the operation.
- name
- String
The operation name.
- properties
- String
The operation properties.
- error
- String
The operation error message.
Returns
A new SsisObjectMetadataStatusResult instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET