MockableNetAppArmClient.GetNetAppAccountResource(ResourceIdentifier) 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 Azure.ResourceManager.NetApp.NetAppAccountResource along with the instance operations that can be performed on it but with no data. You can use Azure.ResourceManager.NetApp.NetAppAccountResource.CreateResourceIdentifier(System.String,System.String,System.String) to create a Azure.ResourceManager.NetApp.NetAppAccountResourceResourceIdentifier from its components.
public virtual Azure.ResourceManager.NetApp.NetAppAccountResource GetNetAppAccountResource (Azure.Core.ResourceIdentifier id);
abstract member GetNetAppAccountResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetApp.NetAppAccountResource
override this.GetNetAppAccountResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetApp.NetAppAccountResource
Public Overridable Function GetNetAppAccountResource (id As ResourceIdentifier) As NetAppAccountResource
Parameters
The resource ID of the resource to get.
Returns
Returns a Azure.ResourceManager.NetApp.NetAppAccountResource object.
Applies to
Azure SDK for .NET