Partilhar via


ManagedInstanceEncryptionProtectorCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}
  • Operation Id: ManagedInstanceEncryptionProtectors_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstanceEncryptionProtectorResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Sql.ManagedInstanceEncryptionProtectorResource>> GetIfExistsAsync (Azure.ResourceManager.Sql.Models.EncryptionProtectorName encryptionProtectorName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : Azure.ResourceManager.Sql.Models.EncryptionProtectorName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Sql.ManagedInstanceEncryptionProtectorResource>>
override this.GetIfExistsAsync : Azure.ResourceManager.Sql.Models.EncryptionProtectorName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Sql.ManagedInstanceEncryptionProtectorResource>>
Public Overridable Function GetIfExistsAsync (encryptionProtectorName As EncryptionProtectorName, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of ManagedInstanceEncryptionProtectorResource))

Parameters

encryptionProtectorName
EncryptionProtectorName

The name of the encryption protector to be retrieved.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to