ServerlessRuntimes interface
Interface representing a ServerlessRuntimes.
Methods
Method Details
beginCreateOrUpdate(string, string, string, InformaticaServerlessRuntimeResource, ServerlessRuntimesCreateOrUpdateOptionalParams)
Create a InformaticaServerlessRuntimeResource
function beginCreateOrUpdate(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, resource: InformaticaServerlessRuntimeResource, options?: ServerlessRuntimesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<InformaticaServerlessRuntimeResource>, InformaticaServerlessRuntimeResource>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- organizationName
-
string
Name of the Organizations resource
- serverlessRuntimeName
-
string
Name of the Serverless Runtime resource
- resource
- InformaticaServerlessRuntimeResource
Resource create parameters.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<InformaticaServerlessRuntimeResource>, InformaticaServerlessRuntimeResource>>
beginCreateOrUpdateAndWait(string, string, string, InformaticaServerlessRuntimeResource, ServerlessRuntimesCreateOrUpdateOptionalParams)
Create a InformaticaServerlessRuntimeResource
function beginCreateOrUpdateAndWait(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, resource: InformaticaServerlessRuntimeResource, options?: ServerlessRuntimesCreateOrUpdateOptionalParams): Promise<InformaticaServerlessRuntimeResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- organizationName
-
string
Name of the Organizations resource
- serverlessRuntimeName
-
string
Name of the Serverless Runtime resource
- resource
- InformaticaServerlessRuntimeResource
Resource create parameters.
The options parameters.
Returns
Promise<InformaticaServerlessRuntimeResource>
beginDelete(string, string, string, ServerlessRuntimesDeleteOptionalParams)
Delete a InformaticaServerlessRuntimeResource
function beginDelete(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ServerlessRuntimesDeleteHeaders>, ServerlessRuntimesDeleteHeaders>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- organizationName
-
string
Name of the Organizations resource
- serverlessRuntimeName
-
string
Name of the Serverless Runtime resource
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ServerlessRuntimesDeleteHeaders>, ServerlessRuntimesDeleteHeaders>>
beginDeleteAndWait(string, string, string, ServerlessRuntimesDeleteOptionalParams)
Delete a InformaticaServerlessRuntimeResource
function beginDeleteAndWait(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesDeleteOptionalParams): Promise<ServerlessRuntimesDeleteHeaders>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- organizationName
-
string
Name of the Organizations resource
- serverlessRuntimeName
-
string
Name of the Serverless Runtime resource
The options parameters.
Returns
Promise<ServerlessRuntimesDeleteHeaders>
checkDependencies(string, string, string, ServerlessRuntimesCheckDependenciesOptionalParams)
Checks all dependencies for a serverless runtime resource
function checkDependencies(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesCheckDependenciesOptionalParams): Promise<CheckDependenciesResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- organizationName
-
string
Name of the Organizations resource
- serverlessRuntimeName
-
string
Name of the Serverless Runtime resource
The options parameters.
Returns
Promise<CheckDependenciesResponse>
get(string, string, string, ServerlessRuntimesGetOptionalParams)
Get a InformaticaServerlessRuntimeResource
function get(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesGetOptionalParams): Promise<InformaticaServerlessRuntimeResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- organizationName
-
string
Name of the Organizations resource
- serverlessRuntimeName
-
string
Name of the Serverless Runtime resource
The options parameters.
Returns
Promise<InformaticaServerlessRuntimeResource>
listByInformaticaOrganizationResource(string, string, ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams)
List InformaticaServerlessRuntimeResource resources by InformaticaOrganizationResource
function listByInformaticaOrganizationResource(resourceGroupName: string, organizationName: string, options?: ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams): PagedAsyncIterableIterator<InformaticaServerlessRuntimeResource, InformaticaServerlessRuntimeResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- organizationName
-
string
Name of the Organizations resource
The options parameters.
Returns
serverlessResourceById(string, string, string, ServerlessRuntimesServerlessResourceByIdOptionalParams)
Returns a serverless runtime resource by ID
function serverlessResourceById(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesServerlessResourceByIdOptionalParams): Promise<InformaticaServerlessRuntimeResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- organizationName
-
string
Name of the Organizations resource
- serverlessRuntimeName
-
string
Name of the Serverless Runtime resource
The options parameters.
Returns
Promise<InformaticaServerlessRuntimeResource>
startFailedServerlessRuntime(string, string, string, ServerlessRuntimesStartFailedServerlessRuntimeOptionalParams)
Starts a failed runtime resource
function startFailedServerlessRuntime(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesStartFailedServerlessRuntimeOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- organizationName
-
string
Name of the Organizations resource
- serverlessRuntimeName
-
string
Name of the Serverless Runtime resource
The options parameters.
Returns
Promise<void>
update(string, string, string, InformaticaServerlessRuntimeResourceUpdate, ServerlessRuntimesUpdateOptionalParams)
Update a InformaticaServerlessRuntimeResource
function update(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, properties: InformaticaServerlessRuntimeResourceUpdate, options?: ServerlessRuntimesUpdateOptionalParams): Promise<InformaticaServerlessRuntimeResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- organizationName
-
string
Name of the Organizations resource
- serverlessRuntimeName
-
string
Name of the Serverless Runtime resource
- properties
- InformaticaServerlessRuntimeResourceUpdate
The resource properties to be updated.
The options parameters.
Returns
Promise<InformaticaServerlessRuntimeResource>