Partilhar via


SupportTicketNoSubFileCollection.GetAsync(String, CancellationToken) Método

Definição

Retorna detalhes de um arquivo específico em um espaço de trabalho.

  • Caminho da Solicitação/provedores/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}
  • Operação IdFilesNoSubscription_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketNoSubFileResource>> GetAsync (string fileName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketNoSubFileResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketNoSubFileResource>>
Public Overridable Function GetAsync (fileName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SupportTicketNoSubFileResource))

Parâmetros

fileName
String

Nome do Arquivo.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

fileName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

fileName é nulo.

Aplica-se a