共用方式為


ComponentLinkedStorageAccountCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}
  • Operation Id: ComponentLinkedStorageAccounts_Get
  • Default Api Version: 2020-03-01-preview
  • Resource: ComponentLinkedStorageAccountResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ApplicationInsights.ComponentLinkedStorageAccountResource>> GetIfExistsAsync (Azure.ResourceManager.ApplicationInsights.Models.StorageType storageType, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : Azure.ResourceManager.ApplicationInsights.Models.StorageType * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ApplicationInsights.ComponentLinkedStorageAccountResource>>
override this.GetIfExistsAsync : Azure.ResourceManager.ApplicationInsights.Models.StorageType * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ApplicationInsights.ComponentLinkedStorageAccountResource>>
Public Overridable Function GetIfExistsAsync (storageType As StorageType, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of ComponentLinkedStorageAccountResource))

Parameters

storageType
StorageType

The type of the Application Insights component data source for the linked storage account.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to