ArmLargeInstanceModelFactory Class

Definition

A factory class for creating instances of the models for mocking.

public static class ArmLargeInstanceModelFactory
type ArmLargeInstanceModelFactory = class
Public Class ArmLargeInstanceModelFactory
Inheritance
ArmLargeInstanceModelFactory

Methods

Name Description
LargeInstanceData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, LargeInstanceProperties)

Azure Large Instance info on Azure (ARM properties and AzureLargeInstance properties)

LargeInstanceDisk(String, Nullable<Int32>, Nullable<Int32>)

Specifies the disk information fo the Azure Large Instance.

LargeInstanceNetworkProfile(IEnumerable<LargeInstanceIPAddress>, String)

Specifies the network settings for the Azure Large Instance disks.

LargeInstancePatch(IDictionary<String,String>)

The type used for updating tags in AzureLargeInstance resources.

LargeInstanceProperties(LargeInstanceHardwareProfile, LargeInstanceStorageProfile, LargeInstanceOSProfile, LargeInstanceNetworkProfile, String, Nullable<LargeInstancePowerState>, String, String, Nullable<LargeInstanceProvisioningState>)

Describes the properties of an Azure Large Instance.

LargeInstanceStorageProfile(String, IEnumerable<LargeInstanceDisk>)

Specifies the storage settings for the Azure Large Instance disks.

LargeStorageInstanceData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, LargeStorageInstanceProperties, ManagedServiceIdentity)

AzureLargeStorageInstance info on Azure (ARM properties and AzureLargeStorageInstance properties)

LargeStorageInstancePatch(IDictionary<String,String>, ManagedServiceIdentity)

The type used for updating tags in AzureLargeStorageInstance resources.

Applies to