ArmPeeringModelFactory.PeeringSku 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.
Initializes a new instance of PeeringSku.
public static Azure.ResourceManager.Peering.Models.PeeringSku PeeringSku (string name = default, Azure.ResourceManager.Peering.Models.PeeringTier? tier = default, Azure.ResourceManager.Peering.Models.PeeringFamily? family = default, Azure.ResourceManager.Peering.Models.PeeringSize? size = default);
static member PeeringSku : string * Nullable<Azure.ResourceManager.Peering.Models.PeeringTier> * Nullable<Azure.ResourceManager.Peering.Models.PeeringFamily> * Nullable<Azure.ResourceManager.Peering.Models.PeeringSize> -> Azure.ResourceManager.Peering.Models.PeeringSku
Public Shared Function PeeringSku (Optional name As String = Nothing, Optional tier As Nullable(Of PeeringTier) = Nothing, Optional family As Nullable(Of PeeringFamily) = Nothing, Optional size As Nullable(Of PeeringSize) = Nothing) As PeeringSku
Parameters
- name
- String
The name of the peering SKU.
- tier
- Nullable<PeeringTier>
The tier of the peering SKU.
- family
- Nullable<PeeringFamily>
The family of the peering SKU.
- size
- Nullable<PeeringSize>
The size of the peering SKU.
Returns
A new PeeringSku instance for mocking.
Applies to
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 SDK for .NET