Share via


MockableStorageArmClient.GetFileServiceUsageResource Method

Definition

Gets an object representing a FileServiceUsageResource 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 FileServiceUsageResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Storage.FileServiceUsageResource GetFileServiceUsageResource(Azure.Core.ResourceIdentifier id);
abstract member GetFileServiceUsageResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Storage.FileServiceUsageResource
override this.GetFileServiceUsageResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Storage.FileServiceUsageResource
Public Overridable Function GetFileServiceUsageResource (id As ResourceIdentifier) As FileServiceUsageResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a FileServiceUsageResource object.

Applies to