Freigeben über


SupportTicketNoSubFileCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}
  • Operation Id: FilesNoSubscription_Get
  • Default Api Version: 2024-04-01
  • Resource: SupportTicketNoSubFileResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Support.SupportTicketNoSubFileResource> GetIfExists (string fileName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Support.SupportTicketNoSubFileResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Support.SupportTicketNoSubFileResource>
Public Overridable Function GetIfExists (fileName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of SupportTicketNoSubFileResource)

Parameters

fileName
String

File Name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

fileName is an empty string, and was expected to be non-empty.

fileName is null.

Applies to