Share via


MockableElasticSanArmClient.GetElasticSanResource(ResourceIdentifier) Method

Definition

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

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