Share via


MockableSqlArmClient.GetSubscriptionLongTermRetentionBackupResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SubscriptionLongTermRetentionBackupResource object.

Applies to