TenantFileWorkspaceResource.GetSupportTicketNoSubFileAsync 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.
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>> GetSupportTicketNoSubFileAsync (string fileName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSupportTicketNoSubFileAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketNoSubFileResource>>
override this.GetSupportTicketNoSubFileAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketNoSubFileResource>>
Public Overridable Function GetSupportTicketNoSubFileAsync (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.