New-AzPeeringCheckServiceProviderAvailabilityInputObject
Create an in-memory object for CheckServiceProviderAvailabilityInput.
Syntax
New-AzPeeringCheckServiceProviderAvailabilityInputObject
[-PeeringServiceLocation <String>]
[-PeeringServiceProvider <String>]
[<CommonParameters>]
Description
Create an in-memory object for CheckServiceProviderAvailabilityInput.
Examples
Example 1: Create a check service provider availability object
New-AzPeeringCheckServiceProviderAvailabilityInputObject -PeeringServiceLocation Osaka -PeeringServiceProvider IIJ
PeeringServiceLocation PeeringServiceProvider
---------------------- ----------------------
Osaka IIJ
Creates a CheckServiceProviderAvailabilityInputObject with the specified location and provider and stores it in memory
Parameters
-PeeringServiceLocation
Gets or sets the peering service location.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PeeringServiceProvider
Gets or sets the peering service provider.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell