ResourceFile.FromUrl 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.
Surcharges
FromUrl(String, String, String) |
Crée un à ResourceFile partir de l’URL HTTP spécifiée. |
FromUrl(String, ComputeNodeIdentityReference, String, String) |
Crée un à ResourceFile partir de l’URL HTTP spécifiée. |
FromUrl(String, String, String)
- Source:
- ResourceFile.cs
Crée un à ResourceFile partir de l’URL HTTP spécifiée.
public static Microsoft.Azure.Batch.ResourceFile FromUrl (string httpUrl, string filePath, string fileMode = default);
static member FromUrl : string * string * string -> Microsoft.Azure.Batch.ResourceFile
Public Shared Function FromUrl (httpUrl As String, filePath As String, Optional fileMode As String = Nothing) As ResourceFile
Paramètres
- httpUrl
- String
URL du fichier à télécharger.
- filePath
- String
Emplacement sur le nœud de calcul vers lequel télécharger le ou les fichiers, par rapport au répertoire de travail de la tâche.
- fileMode
- String
Attribut du mode d’autorisation de fichier au format octal.
Retours
ResourceFile à partir de l’URL HTTP spécifiée.
S’applique à
FromUrl(String, ComputeNodeIdentityReference, String, String)
- Source:
- ResourceFile.cs
Crée un à ResourceFile partir de l’URL HTTP spécifiée.
public static Microsoft.Azure.Batch.ResourceFile FromUrl (string httpUrl, Microsoft.Azure.Batch.ComputeNodeIdentityReference identityReference, string filePath, string fileMode = default);
static member FromUrl : string * Microsoft.Azure.Batch.ComputeNodeIdentityReference * string * string -> Microsoft.Azure.Batch.ResourceFile
Public Shared Function FromUrl (httpUrl As String, identityReference As ComputeNodeIdentityReference, filePath As String, Optional fileMode As String = Nothing) As ResourceFile
Paramètres
- httpUrl
- String
URL du fichier à télécharger.
- identityReference
- ComputeNodeIdentityReference
Identité à utiliser pour accéder au fichier dans stockage Azure
- filePath
- String
Emplacement sur le nœud de calcul vers lequel télécharger le ou les fichiers, par rapport au répertoire de travail de la tâche.
- fileMode
- String
Attribut du mode d’autorisation de fichier au format octal.
Retours
ResourceFile à partir de l’URL HTTP spécifiée.
S’applique à
Azure SDK for .NET