Share via


ArmServiceFabricManagedClustersModelFactory.ServiceFabricManagedUnsupportedVmSize Method

Definition

Initializes a new instance of ServiceFabricManagedUnsupportedVmSize.

public static Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize ServiceFabricManagedUnsupportedVmSize (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string vmSize = default);
static member ServiceFabricManagedUnsupportedVmSize : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string -> Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize
Public Shared Function ServiceFabricManagedUnsupportedVmSize (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional vmSize As String = Nothing) As ServiceFabricManagedUnsupportedVmSize

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

vmSize
String

VM Size properties.

Returns

A new ServiceFabricManagedUnsupportedVmSize instance for mocking.

Applies to