ArmDevTestLabsModelFactory.DevTestLabArtifactSourceData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von DevTestLabArtifactSourceData.
public static Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceData DevTestLabArtifactSourceData (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 displayName = default, Uri uri = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabSourceControlType? sourceType = default, string folderPath = default, string armTemplateFolderPath = default, string branchRef = default, string securityToken = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnableStatus? status = default, DateTimeOffset? createdOn = default, string provisioningState = default, Guid? uniqueIdentifier = default);
static member DevTestLabArtifactSourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Uri * Nullable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabSourceControlType> * string * string * string * string * Nullable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnableStatus> * Nullable<DateTimeOffset> * string * Nullable<Guid> -> Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceData
Public Shared Function DevTestLabArtifactSourceData (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 displayName As String = Nothing, Optional uri As Uri = Nothing, Optional sourceType As Nullable(Of DevTestLabSourceControlType) = Nothing, Optional folderPath As String = Nothing, Optional armTemplateFolderPath As String = Nothing, Optional branchRef As String = Nothing, Optional securityToken As String = Nothing, Optional status As Nullable(Of DevTestLabEnableStatus) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As String = Nothing, Optional uniqueIdentifier As Nullable(Of Guid) = Nothing) As DevTestLabArtifactSourceData
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemData.
- tags
- IDictionary<String,String>
Die Tags.
- location
- AzureLocation
Der Speicherort.
- displayName
- String
Der Anzeigename der Artefaktquelle.
- uri
- Uri
Der URI der Artefaktquelle.
- sourceType
- Nullable<DevTestLabSourceControlType>
Der Typ der Artefaktquelle.
- folderPath
- String
Der Ordner, der Artefakte enthält.
- armTemplateFolderPath
- String
Der Ordner, der Azure Resource Manager-Vorlagen enthält.
- branchRef
- String
Der Branchverweis der Artefaktquelle.
- securityToken
- String
Das Sicherheitstoken, das bei der Artefaktquelle authentifiziert werden soll.
- status
- Nullable<DevTestLabEnableStatus>
Gibt an, ob die Artefaktquelle aktiviert ist (Werte: Aktiviert, Deaktiviert).
- createdOn
- Nullable<DateTimeOffset>
Das Erstellungsdatum der Artefaktquelle.
- provisioningState
- String
Der bereitstellungs-status der Ressource.
Gibt zurück
Eine neue DevTestLabArtifactSourceData instance zum Simulieren.
Gilt für:
Azure SDK for .NET