ArmDevTestLabsModelFactory.DevTestLabArtifactSourceData Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de 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
Paramètres
ID.
- name
- String
Nom.
- resourceType
- ResourceType
ResourceType.
- systemData
- SystemData
SystemData.
- tags
- IDictionary<String,String>
Balises.
- location
- AzureLocation
Emplacement.
- displayName
- String
Nom complet de la source de l’artefact.
- uri
- Uri
URI de la source d’artefact.
- sourceType
- Nullable<DevTestLabSourceControlType>
Type de la source de l’artefact.
- folderPath
- String
Dossier contenant des artefacts.
- armTemplateFolderPath
- String
Dossier contenant des modèles de Resource Manager Azure.
- branchRef
- String
Référence de branche de la source d’artefact.
- securityToken
- String
Jeton de sécurité à authentifier auprès de la source de l’artefact.
- status
- Nullable<DevTestLabEnableStatus>
Indique si la source de l’artefact est activée (valeurs : Activé, Désactivé).
- createdOn
- Nullable<DateTimeOffset>
Date de création de la source de l’artefact.
- provisioningState
- String
Status d’approvisionnement de la ressource.
Retours
Une nouvelle DevTestLabArtifactSourceData instance pour se moquer.
S’applique à
Azure SDK for .NET