Udostępnij za pośrednictwem


ArmServiceFabricManagedClustersModelFactory.NodeTypeSupportedSku Method

Definition

Initializes a new instance of NodeTypeSupportedSku.

public static Azure.ResourceManager.ServiceFabricManagedClusters.Models.NodeTypeSupportedSku NodeTypeSupportedSku (string name = default, string tier = default);
static member NodeTypeSupportedSku : string * string -> Azure.ResourceManager.ServiceFabricManagedClusters.Models.NodeTypeSupportedSku
Public Shared Function NodeTypeSupportedSku (Optional name As String = Nothing, Optional tier As String = Nothing) As NodeTypeSupportedSku

Parameters

name
String

The sku name.

tier
String

Specifies the tier of the node type. <br /><br /> Possible Values:<br /> Standard.

Returns

A new NodeTypeSupportedSku instance for mocking.

Applies to