다음을 통해 공유


BackupProtectionIntentResource.Get(CancellationToken) Method

Definition

Provides the details of the protection intent up item. This is an asynchronous operation. To know the status of the operation, call the GetItemOperationResult API.

  • Request Path: /Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/backupProtectionIntent/{intentObjectName}
  • Operation Id: ProtectionIntent_Get
public virtual Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.BackupProtectionIntentResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.BackupProtectionIntentResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.BackupProtectionIntentResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of BackupProtectionIntentResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to