IotFirmwareDefenseExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.IotFirmwareDefense.

public static class IotFirmwareDefenseExtensions
type IotFirmwareDefenseExtensions = class
Public Module IotFirmwareDefenseExtensions
Inheritance
IotFirmwareDefenseExtensions

Methods

GetFirmwareAnalysisSummaryResource(ArmClient, ResourceIdentifier)

Gets an object representing a FirmwareAnalysisSummaryResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, FirmwareAnalysisSummaryName) to create a FirmwareAnalysisSummaryResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetFirmwareAnalysisSummaryResource(ResourceIdentifier) instead.

GetFirmwareAnalysisWorkspace(ResourceGroupResource, String, CancellationToken)

Get firmware analysis workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTFirmwareDefense/workspaces/{workspaceName}
  • Operation Id: Workspaces_Get
  • Default Api Version: 2024-01-10
  • Resource: FirmwareAnalysisWorkspaceResource
GetFirmwareAnalysisWorkspaceAsync(ResourceGroupResource, String, CancellationToken)

Get firmware analysis workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTFirmwareDefense/workspaces/{workspaceName}
  • Operation Id: Workspaces_Get
  • Default Api Version: 2024-01-10
  • Resource: FirmwareAnalysisWorkspaceResource
GetFirmwareAnalysisWorkspaceResource(ArmClient, ResourceIdentifier)

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. MockingTo mock this method, please mock GetFirmwareAnalysisWorkspaceResource(ResourceIdentifier) instead.

GetFirmwareAnalysisWorkspaces(ResourceGroupResource)

Gets a collection of FirmwareAnalysisWorkspaceResources in the ResourceGroupResource. MockingTo mock this method, please mock GetFirmwareAnalysisWorkspaces() instead.

GetFirmwareAnalysisWorkspaces(SubscriptionResource, CancellationToken)

Lists all of the firmware analysis workspaces in the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.IoTFirmwareDefense/workspaces
  • Operation Id: Workspaces_ListBySubscription
  • Default Api Version: 2024-01-10
  • Resource: FirmwareAnalysisWorkspaceResource
GetFirmwareAnalysisWorkspacesAsync(SubscriptionResource, CancellationToken)

Lists all of the firmware analysis workspaces in the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.IoTFirmwareDefense/workspaces
  • Operation Id: Workspaces_ListBySubscription
  • Default Api Version: 2024-01-10
  • Resource: FirmwareAnalysisWorkspaceResource
GetFirmwareResource(ArmClient, ResourceIdentifier)

Gets an object representing a FirmwareResource 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 a FirmwareResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetFirmwareResource(ResourceIdentifier) instead.

GetFirmwareWorkspace(ResourceGroupResource, String, CancellationToken)

Get firmware analysis workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTFirmwareDefense/workspaces/{workspaceName}
  • Operation Id: Workspaces_Get
GetFirmwareWorkspaceAsync(ResourceGroupResource, String, CancellationToken)

Get firmware analysis workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTFirmwareDefense/workspaces/{workspaceName}
  • Operation Id: Workspaces_Get
GetFirmwareWorkspaceResource(ArmClient, ResourceIdentifier)

Gets an object representing a FirmwareWorkspaceResource 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 FirmwareWorkspaceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetFirmwareWorkspaceResource(ResourceIdentifier) instead.

GetFirmwareWorkspaces(ResourceGroupResource)

Gets a collection of FirmwareWorkspaceResources in the ResourceGroupResource. MockingTo mock this method, please mock GetFirmwareWorkspaces() instead.

GetFirmwareWorkspaces(SubscriptionResource, CancellationToken)

Lists all of the firmware analysis workspaces in the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.IoTFirmwareDefense/workspaces
  • Operation Id: Workspaces_ListBySubscription
GetFirmwareWorkspacesAsync(SubscriptionResource, CancellationToken)

Lists all of the firmware analysis workspaces in the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.IoTFirmwareDefense/workspaces
  • Operation Id: Workspaces_ListBySubscription
GetIotFirmwareResource(ArmClient, ResourceIdentifier)

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. MockingTo mock this method, please mock GetIotFirmwareResource(ResourceIdentifier) instead.

Applies to