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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET