ArtifactSource Constructeurs
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.
Surcharges
ArtifactSource() |
Initialise une nouvelle instance de la classe ArtifactSource. |
ArtifactSource(String, String, Authentication, String, String, String, IDictionary<String,String>, String) |
Initialise une nouvelle instance de la classe ArtifactSource. |
ArtifactSource()
Initialise une nouvelle instance de la classe ArtifactSource.
public ArtifactSource ();
Public Sub New ()
S’applique à
ArtifactSource(String, String, Authentication, String, String, String, IDictionary<String,String>, String)
Initialise une nouvelle instance de la classe ArtifactSource.
public ArtifactSource (string location, string sourceType, Microsoft.Azure.Management.DeploymentManager.Models.Authentication authentication, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string artifactRoot = default);
new Microsoft.Azure.Management.DeploymentManager.Models.ArtifactSource : string * string * Microsoft.Azure.Management.DeploymentManager.Models.Authentication * string * string * string * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.DeploymentManager.Models.ArtifactSource
Public Sub New (location As String, sourceType As String, authentication As Authentication, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional artifactRoot As String = Nothing)
Paramètres
- location
- String
Emplacement géographique où réside la ressource
- sourceType
- String
Type de source d’artefact utilisé.
- authentication
- Authentication
Méthode d’authentification à utiliser pour accéder à la source de l’artefact.
- id
- String
ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
nom de la ressource.
- type
- String
Type de la ressource. Par exemple, Microsoft.Compute/virtualMachines ou Microsoft.Storage/storageAccounts.
- tags
- IDictionary<String,String>
Balises de ressource.
- artifactRoot
- String
Chemin d’accès à partir de l’emplacement auquel la propriété « authentication » [par exemple, un URI SAS vers le conteneur d’objets blob] fait référence, à l’emplacement des artefacts. Cela peut être utilisé pour différencier différentes versions des artefacts. Ou, différents types d’artefacts tels que des fichiers binaires ou des modèles. L’emplacement référencé par la propriété d’authentification concaténé avec ce chemin d’accès facultatif artifactRoot forme l’emplacement source de l’artefact où les artefacts sont censés être trouvés.
S’applique à
Azure SDK for .NET