ArmHybridNetworkModelFactory.HybridNetworkSku 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 HybridNetworkSku.
public static Azure.ResourceManager.HybridNetwork.Models.HybridNetworkSku HybridNetworkSku(Azure.ResourceManager.HybridNetwork.Models.HybridNetworkSkuName name = default, Azure.ResourceManager.HybridNetwork.Models.HybridNetworkSkuTier? tier = default);
static member HybridNetworkSku : Azure.ResourceManager.HybridNetwork.Models.HybridNetworkSkuName * Nullable<Azure.ResourceManager.HybridNetwork.Models.HybridNetworkSkuTier> -> Azure.ResourceManager.HybridNetwork.Models.HybridNetworkSku
Public Shared Function HybridNetworkSku (Optional name As HybridNetworkSkuName = Nothing, Optional tier As Nullable(Of HybridNetworkSkuTier) = Nothing) As HybridNetworkSku
Parameters
- name
- HybridNetworkSkuName
Name of this Sku.
- tier
- Nullable<HybridNetworkSkuTier>
The SKU tier based on the SKU name.
Returns
A new HybridNetworkSku 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