FirmwareAnalysisSummaryCollection Class

Definition

A class representing a collection of FirmwareAnalysisSummaryResource and their operations. Each FirmwareAnalysisSummaryResource in the collection will belong to the same instance of IotFirmwareResource. To get a FirmwareAnalysisSummaryCollection instance call the GetFirmwareAnalysisSummaries method from an instance of IotFirmwareResource.

public class FirmwareAnalysisSummaryCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.IotFirmwareDefense.FirmwareAnalysisSummaryResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotFirmwareDefense.FirmwareAnalysisSummaryResource>
type FirmwareAnalysisSummaryCollection = class
    inherit ArmCollection
    interface seq<FirmwareAnalysisSummaryResource>
    interface IEnumerable
    interface IAsyncEnumerable<FirmwareAnalysisSummaryResource>
Public Class FirmwareAnalysisSummaryCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of FirmwareAnalysisSummaryResource), IEnumerable(Of FirmwareAnalysisSummaryResource)
Inheritance
FirmwareAnalysisSummaryCollection
Implements

Constructors

FirmwareAnalysisSummaryCollection()

Initializes a new instance of the FirmwareAnalysisSummaryCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Exists(FirmwareAnalysisSummaryName, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTFirmwareDefense/workspaces/{workspaceName}/firmwares/{firmwareId}/summaries/{summaryName}
  • Operation Id: Summaries_Get
  • Default Api Version: 2024-01-10
  • Resource: FirmwareAnalysisSummaryResource
ExistsAsync(FirmwareAnalysisSummaryName, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTFirmwareDefense/workspaces/{workspaceName}/firmwares/{firmwareId}/summaries/{summaryName}
  • Operation Id: Summaries_Get
  • Default Api Version: 2024-01-10
  • Resource: FirmwareAnalysisSummaryResource
Get(FirmwareAnalysisSummaryName, CancellationToken)

Get an analysis result summary of a firmware by name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTFirmwareDefense/workspaces/{workspaceName}/firmwares/{firmwareId}/summaries/{summaryName}
  • Operation Id: Summaries_Get
  • Default Api Version: 2024-01-10
  • Resource: FirmwareAnalysisSummaryResource
GetAll(CancellationToken)

Lists analysis result summary names of a firmware. To fetch the full summary data, get that summary by name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTFirmwareDefense/workspaces/{workspaceName}/firmwares/{firmwareId}/summaries
  • Operation Id: Summaries_ListByFirmware
  • Default Api Version: 2024-01-10
  • Resource: FirmwareAnalysisSummaryResource
GetAllAsync(CancellationToken)

Lists analysis result summary names of a firmware. To fetch the full summary data, get that summary by name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTFirmwareDefense/workspaces/{workspaceName}/firmwares/{firmwareId}/summaries
  • Operation Id: Summaries_ListByFirmware
  • Default Api Version: 2024-01-10
  • Resource: FirmwareAnalysisSummaryResource
GetAsync(FirmwareAnalysisSummaryName, CancellationToken)

Get an analysis result summary of a firmware by name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTFirmwareDefense/workspaces/{workspaceName}/firmwares/{firmwareId}/summaries/{summaryName}
  • Operation Id: Summaries_Get
  • Default Api Version: 2024-01-10
  • Resource: FirmwareAnalysisSummaryResource
GetIfExists(FirmwareAnalysisSummaryName, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTFirmwareDefense/workspaces/{workspaceName}/firmwares/{firmwareId}/summaries/{summaryName}
  • Operation Id: Summaries_Get
  • Default Api Version: 2024-01-10
  • Resource: FirmwareAnalysisSummaryResource
GetIfExistsAsync(FirmwareAnalysisSummaryName, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTFirmwareDefense/workspaces/{workspaceName}/firmwares/{firmwareId}/summaries/{summaryName}
  • Operation Id: Summaries_Get
  • Default Api Version: 2024-01-10
  • Resource: FirmwareAnalysisSummaryResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<FirmwareAnalysisSummaryResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<FirmwareAnalysisSummaryResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to