Bagikan melalui


MockableStorageSyncArmClient.GetStorageSyncServiceResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a StorageSyncServiceResource object.

Applies to