FirmwareAnalysisSummaryCollection.GetIfExists Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
public virtual Azure.NullableResponse<Azure.ResourceManager.IotFirmwareDefense.FirmwareAnalysisSummaryResource> GetIfExists(Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareAnalysisSummaryName summaryName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareAnalysisSummaryName * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.IotFirmwareDefense.FirmwareAnalysisSummaryResource>
override this.GetIfExists : Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareAnalysisSummaryName * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.IotFirmwareDefense.FirmwareAnalysisSummaryResource>
Public Overridable Function GetIfExists (summaryName As FirmwareAnalysisSummaryName, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of FirmwareAnalysisSummaryResource)
Parameters
- summaryName
- FirmwareAnalysisSummaryName
The Firmware analysis summary name describing the type of summary.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET