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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET