290 строки
17 KiB
YAML
290 строки
17 KiB
YAML
|
### 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.fileName()"
|
||
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.fileName()"
|
||
|
name: "fileName()"
|
||
|
nameWithType: "Firmware.fileName()"
|
||
|
summary: "Gets the file<wbr>Name 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.fileSize()"
|
||
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.fileSize()"
|
||
|
name: "fileSize()"
|
||
|
nameWithType: "Firmware.fileSize()"
|
||
|
summary: "Gets the file<wbr>Size 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||
|
- 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: "<xref href=\"com.azure.resourcemanager.iotfirmwaredefense.models.UrlToken?alt=com.azure.resourcemanager.iotfirmwaredefense.models.UrlToken&text=UrlToken\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- 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: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
||
|
syntax: "public abstract Response<UrlToken> 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 <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.iotfirmwaredefense.models.UrlToken?alt=com.azure.resourcemanager.iotfirmwaredefense.models.UrlToken&text=UrlToken\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
- 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: "<xref href=\"com.azure.resourcemanager.iotfirmwaredefense.models.UrlToken?alt=com.azure.resourcemanager.iotfirmwaredefense.models.UrlToken&text=UrlToken\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- 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: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
||
|
syntax: "public abstract Response<UrlToken> 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 <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.iotfirmwaredefense.models.UrlToken?alt=com.azure.resourcemanager.iotfirmwaredefense.models.UrlToken&text=UrlToken\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- 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.<wbr>azure.<wbr>resourcemanager.<wbr>iotfirmwaredefense.<wbr>fluent.<wbr>models.<wbr>Firmware<wbr>Inner 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: "<xref href=\"com.azure.resourcemanager.iotfirmwaredefense.fluent.models.FirmwareInner?alt=com.azure.resourcemanager.iotfirmwaredefense.fluent.models.FirmwareInner&text=FirmwareInner\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.provisioningState()"
|
||
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.provisioningState()"
|
||
|
name: "provisioningState()"
|
||
|
nameWithType: "Firmware.provisioningState()"
|
||
|
summary: "Gets the provisioning<wbr>State 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: "<xref href=\"com.azure.resourcemanager.iotfirmwaredefense.models.ProvisioningState?alt=com.azure.resourcemanager.iotfirmwaredefense.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- 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: "<xref href=\"com.azure.resourcemanager.iotfirmwaredefense.models.Firmware?alt=com.azure.resourcemanager.iotfirmwaredefense.models.Firmware&text=Firmware\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- 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: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
||
|
syntax: "public abstract Firmware refresh(Context context)"
|
||
|
desc: "Refreshes the resource to sync with Azure."
|
||
|
returns:
|
||
|
description: "the refreshed resource."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.iotfirmwaredefense.models.Firmware?alt=com.azure.resourcemanager.iotfirmwaredefense.models.Firmware&text=Firmware\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- 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: "<xref href=\"com.azure.resourcemanager.iotfirmwaredefense.models.Status?alt=com.azure.resourcemanager.iotfirmwaredefense.models.Status&text=Status\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.statusMessages()"
|
||
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.statusMessages()"
|
||
|
name: "statusMessages()"
|
||
|
nameWithType: "Firmware.statusMessages()"
|
||
|
summary: "Gets the status<wbr>Messages property: A list of errors or other messages generated during firmware analysis."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract List<StatusMessage> statusMessages()"
|
||
|
desc: "Gets the statusMessages property: A list of errors or other messages generated during firmware analysis."
|
||
|
returns:
|
||
|
description: "the statusMessages value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.iotfirmwaredefense.models.StatusMessage?alt=com.azure.resourcemanager.iotfirmwaredefense.models.StatusMessage&text=StatusMessage\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.systemData()"
|
||
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.systemData()"
|
||
|
name: "systemData()"
|
||
|
nameWithType: "Firmware.systemData()"
|
||
|
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By 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: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- 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: "<xref href=\"com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.Update?alt=com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
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
|