ArmInformaticaDataManagementModelFactory.ServerlessRuntimeDependency 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 ServerlessRuntimeDependency.
public static Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimeDependency ServerlessRuntimeDependency (string id = default, string appContextId = default, string path = default, string documentType = default, string description = default, string lastUpdatedTime = default);
static member ServerlessRuntimeDependency : string * string * string * string * string * string -> Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimeDependency
Public Shared Function ServerlessRuntimeDependency (Optional id As String = Nothing, Optional appContextId As String = Nothing, Optional path As String = Nothing, Optional documentType As String = Nothing, Optional description As String = Nothing, Optional lastUpdatedTime As String = Nothing) As ServerlessRuntimeDependency
Parameters
- id
- String
Dependency ID.
- appContextId
- String
Application context ID.
- path
- String
Dependency path.
- documentType
- String
document type.
- description
- String
description of Dependency.
- lastUpdatedTime
- String
Last Update Time.
Returns
A new ServerlessRuntimeDependency instance for mocking.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET