### YamlMime:JavaType uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware" name: "Firmware" nameWithType: "Firmware" summary: "An immutable client-side representation of Firmware." syntax: "public interface **Firmware**" methods: - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.description()" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.description()" name: "description()" nameWithType: "Firmware.description()" summary: "Gets the description property: User-specified description of the firmware." modifiers: - "abstract" syntax: "public abstract String description()" desc: "Gets the description property: User-specified description of the firmware." returns: description: "the description value." type: "String" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.fileName()" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.fileName()" name: "fileName()" nameWithType: "Firmware.fileName()" summary: "Gets the fileName property: File name for a firmware that user uploaded." modifiers: - "abstract" syntax: "public abstract String fileName()" desc: "Gets the fileName property: File name for a firmware that user uploaded." returns: description: "the fileName value." type: "String" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.fileSize()" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.fileSize()" name: "fileSize()" nameWithType: "Firmware.fileSize()" summary: "Gets the fileSize property: File size of the uploaded firmware image." modifiers: - "abstract" syntax: "public abstract Long fileSize()" desc: "Gets the fileSize property: File size of the uploaded firmware image." returns: description: "the fileSize value." type: "Long" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.generateDownloadUrl()" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.generateDownloadUrl()" name: "generateDownloadUrl()" nameWithType: "Firmware.generateDownloadUrl()" summary: "The operation to a url for file download." modifiers: - "abstract" syntax: "public abstract UrlToken generateDownloadUrl()" desc: "The operation to a url for file download." returns: description: "url data for creating or accessing a blob file." type: "" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.generateDownloadUrlWithResponse(com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.generateDownloadUrlWithResponse(Context context)" name: "generateDownloadUrlWithResponse(Context context)" nameWithType: "Firmware.generateDownloadUrlWithResponse(Context context)" summary: "The operation to a url for file download." modifiers: - "abstract" parameters: - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response generateDownloadUrlWithResponse(Context context)" desc: "The operation to a url for file download." returns: description: "url data for creating or accessing a blob file along with ." type: "<>" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.generateFilesystemDownloadUrl()" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.generateFilesystemDownloadUrl()" name: "generateFilesystemDownloadUrl()" nameWithType: "Firmware.generateFilesystemDownloadUrl()" summary: "The operation to a url for tar file download." modifiers: - "abstract" syntax: "public abstract UrlToken generateFilesystemDownloadUrl()" desc: "The operation to a url for tar file download." returns: description: "url data for creating or accessing a blob file." type: "" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.generateFilesystemDownloadUrlWithResponse(com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.generateFilesystemDownloadUrlWithResponse(Context context)" name: "generateFilesystemDownloadUrlWithResponse(Context context)" nameWithType: "Firmware.generateFilesystemDownloadUrlWithResponse(Context context)" summary: "The operation to a url for tar file download." modifiers: - "abstract" parameters: - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response generateFilesystemDownloadUrlWithResponse(Context context)" desc: "The operation to a url for tar file download." returns: description: "url data for creating or accessing a blob file along with ." type: "<>" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.id()" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.id()" name: "id()" nameWithType: "Firmware.id()" summary: "Gets the id property: Fully qualified resource Id for the resource." modifiers: - "abstract" syntax: "public abstract String id()" desc: "Gets the id property: Fully qualified resource Id for the resource." returns: description: "the id value." type: "String" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.innerModel()" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.innerModel()" name: "innerModel()" nameWithType: "Firmware.innerModel()" summary: "Gets the inner com.azure.resourcemanager.iotfirmwaredefense.fluent.models.FirmwareInner object." modifiers: - "abstract" syntax: "public abstract FirmwareInner innerModel()" desc: "Gets the inner com.azure.resourcemanager.iotfirmwaredefense.fluent.models.FirmwareInner object." returns: description: "the inner object." type: "" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.model()" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.model()" name: "model()" nameWithType: "Firmware.model()" summary: "Gets the model property: Firmware model." modifiers: - "abstract" syntax: "public abstract String model()" desc: "Gets the model property: Firmware model." returns: description: "the model value." type: "String" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.name()" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.name()" name: "name()" nameWithType: "Firmware.name()" summary: "Gets the name property: The name of the resource." modifiers: - "abstract" syntax: "public abstract String name()" desc: "Gets the name property: The name of the resource." returns: description: "the name value." type: "String" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.provisioningState()" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.provisioningState()" name: "provisioningState()" nameWithType: "Firmware.provisioningState()" summary: "Gets the provisioningState property: Provisioning state of the resource." modifiers: - "abstract" syntax: "public abstract ProvisioningState provisioningState()" desc: "Gets the provisioningState property: Provisioning state of the resource." returns: description: "the provisioningState value." type: "" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.refresh()" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.refresh()" name: "refresh()" nameWithType: "Firmware.refresh()" summary: "Refreshes the resource to sync with Azure." modifiers: - "abstract" syntax: "public abstract Firmware refresh()" desc: "Refreshes the resource to sync with Azure." returns: description: "the refreshed resource." type: "" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.refresh(com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.refresh(Context context)" name: "refresh(Context context)" nameWithType: "Firmware.refresh(Context context)" summary: "Refreshes the resource to sync with Azure." modifiers: - "abstract" parameters: - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Firmware refresh(Context context)" desc: "Refreshes the resource to sync with Azure." returns: description: "the refreshed resource." type: "" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.resourceGroupName()" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.resourceGroupName()" name: "resourceGroupName()" nameWithType: "Firmware.resourceGroupName()" summary: "Gets the name of the resource group." modifiers: - "abstract" syntax: "public abstract String resourceGroupName()" desc: "Gets the name of the resource group." returns: description: "the name of the resource group." type: "String" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.status()" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.status()" name: "status()" nameWithType: "Firmware.status()" summary: "Gets the status property: The status of firmware scan." modifiers: - "abstract" syntax: "public abstract Status status()" desc: "Gets the status property: The status of firmware scan." returns: description: "the status value." type: "" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.statusMessages()" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.statusMessages()" name: "statusMessages()" nameWithType: "Firmware.statusMessages()" summary: "Gets the statusMessages property: A list of errors or other messages generated during firmware analysis." modifiers: - "abstract" syntax: "public abstract List statusMessages()" desc: "Gets the statusMessages property: A list of errors or other messages generated during firmware analysis." returns: description: "the statusMessages value." type: "List<>" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.systemData()" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.systemData()" name: "systemData()" nameWithType: "Firmware.systemData()" summary: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information." modifiers: - "abstract" syntax: "public abstract SystemData systemData()" desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information." returns: description: "the systemData value." type: "" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.type()" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.type()" name: "type()" nameWithType: "Firmware.type()" summary: "Gets the type property: The type of the resource." modifiers: - "abstract" syntax: "public abstract String type()" desc: "Gets the type property: The type of the resource." returns: description: "the type value." type: "String" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.update()" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.update()" name: "update()" nameWithType: "Firmware.update()" summary: "Begins update for the Firmware resource." modifiers: - "abstract" syntax: "public abstract Firmware.Update update()" desc: "Begins update for the Firmware resource." returns: description: "the stage of resource update." type: "" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.vendor()" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.vendor()" name: "vendor()" nameWithType: "Firmware.vendor()" summary: "Gets the vendor property: Firmware vendor." modifiers: - "abstract" syntax: "public abstract String vendor()" desc: "Gets the vendor property: Firmware vendor." returns: description: "the vendor value." type: "String" - uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.version()" fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.version()" name: "version()" nameWithType: "Firmware.version()" summary: "Gets the version property: Firmware version." modifiers: - "abstract" syntax: "public abstract String version()" desc: "Gets the version property: Firmware version." returns: description: "the version value." type: "String" type: "interface" desc: "An immutable client-side representation of Firmware." metadata: {} package: "com.azure.resourcemanager.iotfirmwaredefense.models" artifact: com.azure.resourcemanager:azure-resourcemanager-iotfirmwaredefense:1.0.0