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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET