Condividi tramite


MockableFileSharesArmClient.GetFileShareSnapshotResource Method

Definition

Gets an object representing a FileShareSnapshotResource along with the instance operations that can be performed on it but with no data.

public virtual Azure.ResourceManager.FileShares.FileShareSnapshotResource GetFileShareSnapshotResource(Azure.Core.ResourceIdentifier id);
abstract member GetFileShareSnapshotResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.FileShares.FileShareSnapshotResource
override this.GetFileShareSnapshotResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.FileShares.FileShareSnapshotResource
Public Overridable Function GetFileShareSnapshotResource (id As ResourceIdentifier) As FileShareSnapshotResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a FileShareSnapshotResource object.

Applies to