Share via


MockableAvsArmClient.GetIscsiPathResource(ResourceIdentifier) Method

Definition

Gets an object representing an IscsiPathResource 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 IscsiPathResourceResourceIdentifier from its components.

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