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'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET