ArmKustoModelFactory.KustoResourceSkuZoneDetails 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 KustoResourceSkuZoneDetails.
public static Azure.ResourceManager.Kusto.Models.KustoResourceSkuZoneDetails KustoResourceSkuZoneDetails (System.Collections.Generic.IEnumerable<string> name = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Kusto.Models.KustoResourceSkuCapabilities> capabilities = default);
static member KustoResourceSkuZoneDetails : seq<string> * seq<Azure.ResourceManager.Kusto.Models.KustoResourceSkuCapabilities> -> Azure.ResourceManager.Kusto.Models.KustoResourceSkuZoneDetails
Public Shared Function KustoResourceSkuZoneDetails (Optional name As IEnumerable(Of String) = Nothing, Optional capabilities As IEnumerable(Of KustoResourceSkuCapabilities) = Nothing) As KustoResourceSkuZoneDetails
Parameters
- name
- IEnumerable<String>
The set of zones that the SKU is available in with the specified capabilities.
- capabilities
- IEnumerable<KustoResourceSkuCapabilities>
A list of capabilities that are available for the SKU in the specified list of zones.
Returns
A new KustoResourceSkuZoneDetails 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