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
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