MockableNetAppArmClient.GetNetAppAccountResource(ResourceIdentifier) Method

Definition

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

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Azure.ResourceManager.NetApp.NetAppAccountResource

Returns a Azure.ResourceManager.NetApp.NetAppAccountResource object.

Applies to