ResourceFile.FromUrl 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.
Sobrecargas
FromUrl(String, String, String) |
Cria um novo ResourceFile da URL HTTP especificada. |
FromUrl(String, ComputeNodeIdentityReference, String, String) |
Cria um novo ResourceFile da URL HTTP especificada. |
FromUrl(String, String, String)
- Origem:
- ResourceFile.cs
Cria um novo ResourceFile da URL HTTP especificada.
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
Parâmetros
- httpUrl
- String
A URL do arquivo para download.
- filePath
- String
O local no nó de computação para o qual baixar os arquivos, em relação ao diretório de trabalho da tarefa.
- fileMode
- String
O atributo de modo de permissão de arquivo no formato octal.
Retornos
Um ResourceFile da URL HTTP especificada.
Aplica-se a
FromUrl(String, ComputeNodeIdentityReference, String, String)
- Origem:
- ResourceFile.cs
Cria um novo ResourceFile da URL HTTP especificada.
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
Parâmetros
- httpUrl
- String
A URL do arquivo para download.
- identityReference
- ComputeNodeIdentityReference
A identidade a ser usada para acessar o arquivo no Armazenamento do Azure
- filePath
- String
O local no nó de computação para o qual baixar os arquivos, em relação ao diretório de trabalho da tarefa.
- fileMode
- String
O atributo de modo de permissão de arquivo no formato octal.
Retornos
Um ResourceFile da URL HTTP especificada.
Aplica-se a
Azure SDK for .NET