ArmServiceFabricManagedClustersModelFactory.NodeTypeAvailableSku 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 NodeTypeAvailableSku.
public static Azure.ResourceManager.ServiceFabricManagedClusters.Models.NodeTypeAvailableSku NodeTypeAvailableSku (Azure.Core.ResourceType? resourceType = default, Azure.ResourceManager.ServiceFabricManagedClusters.Models.NodeTypeSupportedSku sku = default, Azure.ResourceManager.ServiceFabricManagedClusters.Models.NodeTypeSkuCapacity capacity = default);
static member NodeTypeAvailableSku : Nullable<Azure.Core.ResourceType> * Azure.ResourceManager.ServiceFabricManagedClusters.Models.NodeTypeSupportedSku * Azure.ResourceManager.ServiceFabricManagedClusters.Models.NodeTypeSkuCapacity -> Azure.ResourceManager.ServiceFabricManagedClusters.Models.NodeTypeAvailableSku
Public Shared Function NodeTypeAvailableSku (Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional sku As NodeTypeSupportedSku = Nothing, Optional capacity As NodeTypeSkuCapacity = Nothing) As NodeTypeAvailableSku
Parameters
- resourceType
- Nullable<ResourceType>
The type of resource the sku applies to. <br /><br />Value: Microsoft.ServiceFabric/managedClusters/nodeTypes.
The supported SKU for a for node type.
- capacity
- NodeTypeSkuCapacity
Provides information about how the node count can be scaled.
Returns
A new NodeTypeAvailableSku instance for mocking.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET