MockableSqlArmClient.GetManagedBackupShortTermRetentionPolicyResource Method

Definition

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

public virtual Azure.ResourceManager.Sql.ManagedBackupShortTermRetentionPolicyResource GetManagedBackupShortTermRetentionPolicyResource (Azure.Core.ResourceIdentifier id);
abstract member GetManagedBackupShortTermRetentionPolicyResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Sql.ManagedBackupShortTermRetentionPolicyResource
override this.GetManagedBackupShortTermRetentionPolicyResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Sql.ManagedBackupShortTermRetentionPolicyResource
Public Overridable Function GetManagedBackupShortTermRetentionPolicyResource (id As ResourceIdentifier) As ManagedBackupShortTermRetentionPolicyResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ManagedBackupShortTermRetentionPolicyResource object.

Applies to