ArmLargeInstanceModelFactory.LargeInstanceProperties Method

Definition

Describes the properties of an Azure Large Instance.

public static Azure.ResourceManager.LargeInstance.Models.LargeInstanceProperties LargeInstanceProperties(Azure.ResourceManager.LargeInstance.Models.LargeInstanceHardwareProfile hardwareProfile = default, Azure.ResourceManager.LargeInstance.Models.LargeInstanceStorageProfile storageProfile = default, Azure.ResourceManager.LargeInstance.Models.LargeInstanceOSProfile osProfile = default, Azure.ResourceManager.LargeInstance.Models.LargeInstanceNetworkProfile networkProfile = default, string largeInstanceId = default, Azure.ResourceManager.LargeInstance.Models.LargeInstancePowerState? powerState = default, string proximityPlacementGroup = default, string hardwareRevision = default, Azure.ResourceManager.LargeInstance.Models.LargeInstanceProvisioningState? provisioningState = default);
static member LargeInstanceProperties : Azure.ResourceManager.LargeInstance.Models.LargeInstanceHardwareProfile * Azure.ResourceManager.LargeInstance.Models.LargeInstanceStorageProfile * Azure.ResourceManager.LargeInstance.Models.LargeInstanceOSProfile * Azure.ResourceManager.LargeInstance.Models.LargeInstanceNetworkProfile * string * Nullable<Azure.ResourceManager.LargeInstance.Models.LargeInstancePowerState> * string * string * Nullable<Azure.ResourceManager.LargeInstance.Models.LargeInstanceProvisioningState> -> Azure.ResourceManager.LargeInstance.Models.LargeInstanceProperties
Public Shared Function LargeInstanceProperties (Optional hardwareProfile As LargeInstanceHardwareProfile = Nothing, Optional storageProfile As LargeInstanceStorageProfile = Nothing, Optional osProfile As LargeInstanceOSProfile = Nothing, Optional networkProfile As LargeInstanceNetworkProfile = Nothing, Optional largeInstanceId As String = Nothing, Optional powerState As Nullable(Of LargeInstancePowerState) = Nothing, Optional proximityPlacementGroup As String = Nothing, Optional hardwareRevision As String = Nothing, Optional provisioningState As Nullable(Of LargeInstanceProvisioningState) = Nothing) As LargeInstanceProperties

Parameters

hardwareProfile
LargeInstanceHardwareProfile

Specifies the hardware settings for the Azure Large Instance.

storageProfile
LargeInstanceStorageProfile

Specifies the storage settings for the Azure Large Instance disks.

osProfile
LargeInstanceOSProfile

Specifies the operating system settings for the Azure Large Instance.

networkProfile
LargeInstanceNetworkProfile

Specifies the network settings for the Azure Large Instance.

largeInstanceId
String

Specifies the Azure Large Instance unique ID.

powerState
Nullable<LargeInstancePowerState>

Resource power state.

proximityPlacementGroup
String

Resource proximity placement group.

hardwareRevision
String

Hardware revision of an Azure Large Instance.

provisioningState
Nullable<LargeInstanceProvisioningState>

State of provisioning of the AzureLargeInstance.

Returns

A new LargeInstanceProperties instance for mocking.

Applies to