MockableIotFirmwareDefenseArmClient.GetFirmwareAnalysisWorkspaceResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a FirmwareAnalysisWorkspaceResource object.

Applies to