ArmDevTestLabsModelFactory.DevTestLabFormulaData Method

Definition

Initializes a new instance of DevTestLabFormulaData.

public static Azure.ResourceManager.DevTestLabs.DevTestLabFormulaData DevTestLabFormulaData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string description = default, string author = default, string osType = default, DateTimeOffset? createdOn = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabVmCreationContent formulaContent = default, string labVmId = default, string provisioningState = default, Guid? uniqueIdentifier = default);
static member DevTestLabFormulaData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * string * string * Nullable<DateTimeOffset> * Azure.ResourceManager.DevTestLabs.Models.DevTestLabVmCreationContent * string * string * Nullable<Guid> -> Azure.ResourceManager.DevTestLabs.DevTestLabFormulaData
Public Shared Function DevTestLabFormulaData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional description As String = Nothing, Optional author As String = Nothing, Optional osType As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional formulaContent As DevTestLabVmCreationContent = Nothing, Optional labVmId As String = Nothing, Optional provisioningState As String = Nothing, Optional uniqueIdentifier As Nullable(Of Guid) = Nothing) As DevTestLabFormulaData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

description
String

The description of the formula.

author
String

The author of the formula.

osType
String

The OS type of the formula.

createdOn
Nullable<DateTimeOffset>

The creation date of the formula.

formulaContent
DevTestLabVmCreationContent

The content of the formula.

labVmId
String

Information about a VM from which a formula is to be created.

provisioningState
String

The provisioning status of the resource.

uniqueIdentifier
Nullable<Guid>

The unique immutable identifier of a resource (Guid).

Returns

A new DevTestLabFormulaData instance for mocking.

Applies to