ArmPeeringModelFactory.CheckPeeringServiceProviderAvailabilityContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Peering.Models.CheckPeeringServiceProviderAvailabilityContent CheckPeeringServiceProviderAvailabilityContent(string peeringServiceLocation = default, string peeringServiceProvider = default);
static member CheckPeeringServiceProviderAvailabilityContent : string * string -> Azure.ResourceManager.Peering.Models.CheckPeeringServiceProviderAvailabilityContent
Public Shared Function CheckPeeringServiceProviderAvailabilityContent (Optional peeringServiceLocation As String = Nothing, Optional peeringServiceProvider As String = Nothing) As CheckPeeringServiceProviderAvailabilityContent
Parameters
- peeringServiceLocation
- String
Gets or sets the peering service location.
- peeringServiceProvider
- String
Gets or sets the peering service provider.
Returns
A new CheckPeeringServiceProviderAvailabilityContent instance for mocking.