ArmIotFirmwareDefenseModelFactory.SbomComponent 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.
Initializes a new instance of SbomComponent.
public static Azure.ResourceManager.IotFirmwareDefense.Models.SbomComponent SbomComponent (string componentId = default, string componentName = default, string version = default, string license = default, DateTimeOffset? releaseOn = default, System.Collections.Generic.IEnumerable<string> paths = default, Azure.ResourceManager.IotFirmwareDefense.Models.IsUpdateAvailable? isUpdateAvailable = default);
static member SbomComponent : string * string * string * string * Nullable<DateTimeOffset> * seq<string> * Nullable<Azure.ResourceManager.IotFirmwareDefense.Models.IsUpdateAvailable> -> Azure.ResourceManager.IotFirmwareDefense.Models.SbomComponent
Public Shared Function SbomComponent (Optional componentId As String = Nothing, Optional componentName As String = Nothing, Optional version As String = Nothing, Optional license As String = Nothing, Optional releaseOn As Nullable(Of DateTimeOffset) = Nothing, Optional paths As IEnumerable(Of String) = Nothing, Optional isUpdateAvailable As Nullable(Of IsUpdateAvailable) = Nothing) As SbomComponent
Parameters
- componentId
- String
ID for the component.
- componentName
- String
Name for the component.
- version
- String
Version for the component.
- license
- String
License for the component.
- releaseOn
- Nullable<DateTimeOffset>
Release date for the component.
- paths
- IEnumerable<String>
Paths of the component.
- isUpdateAvailable
- Nullable<IsUpdateAvailable>
Flag if new update is available for the component.
Returns
A new SbomComponent instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET