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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.