Share via


MockableAvsArmClient.GetIscsiPathResource(ResourceIdentifier) Method

Definition

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

public virtual Azure.ResourceManager.Avs.IscsiPathResource GetIscsiPathResource(Azure.Core.ResourceIdentifier id);
abstract member GetIscsiPathResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Avs.IscsiPathResource
override this.GetIscsiPathResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Avs.IscsiPathResource
Public Overridable Function GetIscsiPathResource (id As ResourceIdentifier) As IscsiPathResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a IscsiPathResource object.

Applies to