MockableRecoveryServicesBackupArmClient.GetBackupProtectionIntentResource Method

Definition

Gets an object representing a BackupProtectionIntentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a BackupProtectionIntentResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.RecoveryServicesBackup.BackupProtectionIntentResource GetBackupProtectionIntentResource (Azure.Core.ResourceIdentifier id);
abstract member GetBackupProtectionIntentResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.RecoveryServicesBackup.BackupProtectionIntentResource
override this.GetBackupProtectionIntentResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.RecoveryServicesBackup.BackupProtectionIntentResource
Public Overridable Function GetBackupProtectionIntentResource (id As ResourceIdentifier) As BackupProtectionIntentResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a BackupProtectionIntentResource object.

Applies to