MockableStorageSyncArmClient.GetStorageSyncGroupResource Method

Definition

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

public virtual Azure.ResourceManager.StorageSync.StorageSyncGroupResource GetStorageSyncGroupResource (Azure.Core.ResourceIdentifier id);
abstract member GetStorageSyncGroupResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.StorageSync.StorageSyncGroupResource
override this.GetStorageSyncGroupResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.StorageSync.StorageSyncGroupResource
Public Overridable Function GetStorageSyncGroupResource (id As ResourceIdentifier) As StorageSyncGroupResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a StorageSyncGroupResource object.

Applies to