MockableSupportArmClient.GetSubscriptionFileWorkspaceResource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The resource ID of the resource to get.
Returns
Returns a SubscriptionFileWorkspaceResource object.
Applies to
Azure SDK for .NET