ArmDevTestLabsModelFactory.DevTestLabArtifactSourceData Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância 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
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- tags
- IDictionary<String,String>
As marcas.
- location
- AzureLocation
O local.
- displayName
- String
O nome de exibição da origem do artefato.
- uri
- Uri
O URI da origem do artefato.
- sourceType
- Nullable<DevTestLabSourceControlType>
O tipo da origem do artefato.
- folderPath
- String
A pasta que contém artefatos.
- armTemplateFolderPath
- String
A pasta que contém modelos de Resource Manager do Azure.
- branchRef
- String
A referência de branch da origem do artefato.
- securityToken
- String
O token de segurança a ser autenticado na origem do artefato.
- status
- Nullable<DevTestLabEnableStatus>
Indica se a origem do artefato está habilitada (valores: Habilitado, Desabilitado).
- createdOn
- Nullable<DateTimeOffset>
A data de criação da fonte do artefato.
- provisioningState
- String
O status de provisionamento do recurso.
Retornos
Uma nova DevTestLabArtifactSourceData instância para zombar.
Aplica-se a
Azure SDK for .NET