ArmInformaticaDataManagementModelFactory.ServerlessMetadataResponse 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 ServerlessMetadataResponse.
public static Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessMetadataResponse ServerlessMetadataResponse (Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaRuntimeType? runtimeType = default, Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessConfigProperties serverlessConfigProperties = default, Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimeConfigProperties serverlessRuntimeConfigProperties = default);
static member ServerlessMetadataResponse : Nullable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaRuntimeType> * Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessConfigProperties * Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimeConfigProperties -> Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessMetadataResponse
Public Shared Function ServerlessMetadataResponse (Optional runtimeType As Nullable(Of InformaticaRuntimeType) = Nothing, Optional serverlessConfigProperties As ServerlessConfigProperties = Nothing, Optional serverlessRuntimeConfigProperties As ServerlessRuntimeConfigProperties = Nothing) As ServerlessMetadataResponse
Parameters
- runtimeType
- Nullable<InformaticaRuntimeType>
type of the runtime environment.
- serverlessConfigProperties
- ServerlessConfigProperties
serverless config properties.
- serverlessRuntimeConfigProperties
- ServerlessRuntimeConfigProperties
serverless runtime config properties.
Returns
A new ServerlessMetadataResponse 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