Share via


MockableStorageSyncArmClient.GetStorageSyncRegisteredServerResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a StorageSyncRegisteredServerResource object.

Applies to