MockableIotFirmwareDefenseArmClient.GetIotFirmwareResource Method

Definition

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

public virtual Azure.ResourceManager.IotFirmwareDefense.IotFirmwareResource GetIotFirmwareResource (Azure.Core.ResourceIdentifier id);
abstract member GetIotFirmwareResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.IotFirmwareDefense.IotFirmwareResource
override this.GetIotFirmwareResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.IotFirmwareDefense.IotFirmwareResource
Public Overridable Function GetIotFirmwareResource (id As ResourceIdentifier) As IotFirmwareResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a IotFirmwareResource object.

Applies to