ArmDevTestLabsModelFactory.DevTestLabArtifactData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of DevTestLabArtifactData.
public static Azure.ResourceManager.DevTestLabs.DevTestLabArtifactData DevTestLabArtifactData (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 title = default, string description = default, string publisher = default, string filePath = default, string icon = default, string targetOSType = default, BinaryData parameters = default, DateTimeOffset? createdOn = default);
static member DevTestLabArtifactData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * string * string * string * string * string * BinaryData * Nullable<DateTimeOffset> -> Azure.ResourceManager.DevTestLabs.DevTestLabArtifactData
Public Shared Function DevTestLabArtifactData (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 title As String = Nothing, Optional description As String = Nothing, Optional publisher As String = Nothing, Optional filePath As String = Nothing, Optional icon As String = Nothing, Optional targetOSType As String = Nothing, Optional parameters As BinaryData = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing) As DevTestLabArtifactData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- title
- String
The artifact's title.
- description
- String
The artifact's description.
- publisher
- String
The artifact's publisher.
- filePath
- String
The file path to the artifact.
- icon
- String
The URI to the artifact icon.
- targetOSType
- String
The artifact's target OS.
- parameters
- BinaryData
The artifact's parameters.
- createdOn
- Nullable<DateTimeOffset>
The artifact's creation date.
Returns
A new DevTestLabArtifactData instance for mocking.
Applies to
Azure SDK for .NET