ArmServiceFabricManagedClustersModelFactory.ServiceFabricManagedUnsupportedVmSize Method

Definition

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

Parameters

id
ResourceIdentifier

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

resourceType
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

serviceFabricManagedVmSize
String

VM Size name.

name
String

VM Size name.

Returns

A new ServiceFabricManagedUnsupportedVmSize instance for mocking.

Applies to