< Back

Get-AzureRmIntegrationAccountReceivedIcn

Tue Jan 29, 2019 9:51 pm

NAME Get-AzureRmIntegrationAccountReceivedIcn



SYNOPSIS

This cmdlet retrieves a specific received interchange control number per agreement and control number value.





SYNTAX

Get-AzureRmIntegrationAccountReceivedIcn -AgreementName <String> [-AgreementType {X12 | Edifact}] -ControlNumberValue <String> [-DefaultProfile

<IAzureContextContainer>] -Name <String> -ResourceGroupName <String> [<CommonParameters>]





DESCRIPTION

This cmdlet is meant to be used in disaster recovery scenarios to validate the presence of a received interchange control number and optionally to

remove that entity with Remove-AzureRmIntegrationAccountReceivedIcn. Please do provide the "-AgreementType" parameter to specify whether X12 or

Edifact control numbers to return





PARAMETERS

-AgreementName <String>

The integration account agreement name.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-AgreementType <String>

The integration account agreement type.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ControlNumberValue <String>

The integration account control number value.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

The integration account name.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

The integration account resource group name.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String







OUTPUTS

Microsoft.Azure.Commands.LogicApp.Utilities.IntegrationAccountClient+IntegrationAccountControlNumber







NOTES









Example 1



PS C:\\> Get-AzureRmIntegrationAccountReceivedIcn -AgreementType "X12" -ResourceGroupName "groupName" -Name "accountName" -AgreementName

"X12AgreementName" -ControlNumberValue "000000641"

ControlNumber : 000000641

ControlNumberChangedTime : 2/15/2017 12:36:00 AM

IsMessageProcessingFailed: False



This command gets the X12 integration account received interchange control number by agreement name and control number value.





Example 2



PS C:\\> Get-AzureRmIntegrationAccountReceivedIcn -AgreementType "Edifact" -ResourceGroupName "groupName" -Name "accountName" -AgreementName

"EdifactAgreementName" -ControlNumberValue "000000641"

ControlNumber : 000000641

ControlNumberChangedTime : 2/15/2017 12:36:00 AM

IsMessageProcessingFailed: False



This command gets the Edifact integration account received interchange control number by agreement name and control number value.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... eceivedicn

Set-AzureRmIntegrationAccountReceivedIcn

Remove-AzureRmIntegrationAccountReceivedIcn