Share via


MockableElasticSanArmClient.GetElasticSanResource(ResourceIdentifier) Method

Definition

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

public virtual Azure.ResourceManager.ElasticSan.ElasticSanResource GetElasticSanResource(Azure.Core.ResourceIdentifier id);
abstract member GetElasticSanResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ElasticSan.ElasticSanResource
override this.GetElasticSanResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ElasticSan.ElasticSanResource
Public Overridable Function GetElasticSanResource (id As ResourceIdentifier) As ElasticSanResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ElasticSanResource object.

Applies to