Edit

Get-AzInformaticaOrganizationServerlessMetadata

This cmdlet is part of a Preview module. Preview versions aren't recommended for use in production environments. For more information, see https://aka.ms/azps-refstatus.

Gets Metadata of the serverless runtime environment.

Syntax

Get (Default)

Get-AzInformaticaOrganizationServerlessMetadata
    -OrganizationName <String>
    -ResourceGroupName <String>
    [-SubscriptionId <String[]>]
    [-DefaultProfile <PSObject>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

GetViaIdentity

Get-AzInformaticaOrganizationServerlessMetadata
    -InputObject <IInformaticaIdentity>
    [-DefaultProfile <PSObject>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

Gets Metadata of the serverless runtime environment.

Examples

Example 1: Get Serverless Metadata for an Informatica Organization

Get-AzInformaticaOrganizationServerlessMetadata -OrganizationName "Demo-Org" -ResourceGroupName "InformaticaTestRg"
Type                                           : SERVERLESS,
ServerlessConfigPropertiesApplicationTypes     : [{"name": "CDI-E", "value": "Advanced Data Integration"}, {"name": "CDI", "value": "Data Integration"}],
Platform                                       : AZURE,
ExecutionTimeout                               : 3600,
ComputeUnits                                   : [{"name": "CDI", "value": ["1", "2", "4"]}, {"name": "CDI-E", "value": ["4", "8", "12", "16", "20", "24", "28", "32", "36", "40"]}],
Regions                                        : [{"id": "westus", "name": "West US"}, {"id": "eastus2", "name": "East US 2"}],
ServerlessRuntimeConfigPropertiesCdiConfigProps: [{"engineName": "Data_Integration_Server", "engineVersion": "68.0", "applicationConfigs": [{"type": "TOMCAT_CFG", "name": "INFA_DTM_STAGING_ENABLED_CONNECTORS", "value": "''", "platform": "all", "customized": "false", "defaultValue": "''"}]}],
ServerlessRuntimeConfigPropertiesCdiEConfigProps: [{"engineName": "Data_Integration_Server", "engineVersion": "68.0", "applicationConfigs": [{"type": "TOMCAT_CFG", "name": "INFA_DTM_STAGING_ENABLED_CONNECTORS", "value": "''", "platform": "all", "customized": "false", "defaultValue": "''"}]}]

This command will get serverless metadata for an Informatica organization.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DefaultProfile

The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

Parameter properties

Type:PSObject
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzureRMContext, AzureCredential

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-InputObject

Identity Parameter

Parameter properties

Type:IInformaticaIdentity
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

GetViaIdentity
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-OrganizationName

Name of the Organizations resource

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Get
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ResourceGroupName

The name of the resource group. The name is case insensitive.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Get
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SubscriptionId

The ID of the target subscription.

Parameter properties

Type:

String[]

Default value:(Get-AzContext).Subscription.Id
Supports wildcards:False
DontShow:False

Parameter sets

Get
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

IInformaticaIdentity

Outputs

IServerlessMetadataResponse