MockableSupportArmClient.GetSubscriptionFileWorkspaceResource Method

Definition

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

public virtual Azure.ResourceManager.Support.SubscriptionFileWorkspaceResource GetSubscriptionFileWorkspaceResource (Azure.Core.ResourceIdentifier id);
abstract member GetSubscriptionFileWorkspaceResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Support.SubscriptionFileWorkspaceResource
override this.GetSubscriptionFileWorkspaceResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Support.SubscriptionFileWorkspaceResource
Public Overridable Function GetSubscriptionFileWorkspaceResource (id As ResourceIdentifier) As SubscriptionFileWorkspaceResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SubscriptionFileWorkspaceResource object.

Applies to