Share via


Get-PartnerCountryValidation

Gets the rules for validating an address for a specific country.

Syntax

Default (Default)

Get-PartnerCountryValidation
    -CountryCode <String>
    [<CommonParameters>]

Description

Gets the rules for validating an address for a specific country.

Examples

Example 1

PS C:\> Get-PartnerCountryValidation -CountryCode US

Gets the rules for validating an address for the United States.

Parameters

-CountryCode

The country code code in ISO2 format.

Parameter properties

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

Parameter sets

(All)
Position:Named
Mandatory:True
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

None

Outputs

Microsoft.Store.PartnerCenter.PowerShell.Models.CountryValidationRules.PSCountryValidationRules