323 строки
24 KiB
YAML
323 строки
24 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares"
|
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares"
|
|
name: "Firmwares"
|
|
nameWithType: "Firmwares"
|
|
summary: "Resource collection API of Firmwares."
|
|
syntax: "public interface **Firmwares**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "Firmwares.define(String name)"
|
|
summary: "Begins definition for a new Firmware resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "resource name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Firmware.DefinitionStages.Blank define(String name)"
|
|
desc: "Begins definition for a new Firmware resource."
|
|
returns:
|
|
description: "the first stage of the new Firmware definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.DefinitionStages.Blank?alt=com.azure.resourcemanager.iotfirmwaredefense.models.Firmware.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.delete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.delete(String resourceGroupName, String workspaceName, String firmwareId)"
|
|
name: "delete(String resourceGroupName, String workspaceName, String firmwareId)"
|
|
nameWithType: "Firmwares.delete(String resourceGroupName, String workspaceName, String firmwareId)"
|
|
summary: "The operation to delete a firmware."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the firmware analysis workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The id of the firmware."
|
|
name: "firmwareId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void delete(String resourceGroupName, String workspaceName, String firmwareId)"
|
|
desc: "The operation to delete a firmware."
|
|
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.deleteById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.deleteById(String id)"
|
|
name: "deleteById(String id)"
|
|
nameWithType: "Firmwares.deleteById(String id)"
|
|
summary: "The operation to delete a firmware."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void deleteById(String id)"
|
|
desc: "The operation to delete a firmware."
|
|
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.deleteByIdWithResponse(String id, Context context)"
|
|
name: "deleteByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Firmwares.deleteByIdWithResponse(String id, Context context)"
|
|
summary: "The operation to delete a firmware."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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<Void> deleteByIdWithResponse(String id, Context context)"
|
|
desc: "The operation to delete a firmware."
|
|
returns:
|
|
description: "the <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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.deleteWithResponse(String resourceGroupName, String workspaceName, String firmwareId, Context context)"
|
|
name: "deleteWithResponse(String resourceGroupName, String workspaceName, String firmwareId, Context context)"
|
|
nameWithType: "Firmwares.deleteWithResponse(String resourceGroupName, String workspaceName, String firmwareId, Context context)"
|
|
summary: "The operation to delete a firmware."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the firmware analysis workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The id of the firmware."
|
|
name: "firmwareId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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<Void> deleteWithResponse(String resourceGroupName, String workspaceName, String firmwareId, Context context)"
|
|
desc: "The operation to delete a firmware."
|
|
returns:
|
|
description: "the <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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.generateDownloadUrl(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.generateDownloadUrl(String resourceGroupName, String workspaceName, String firmwareId)"
|
|
name: "generateDownloadUrl(String resourceGroupName, String workspaceName, String firmwareId)"
|
|
nameWithType: "Firmwares.generateDownloadUrl(String resourceGroupName, String workspaceName, String firmwareId)"
|
|
summary: "The operation to a url for file download."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the firmware analysis workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The id of the firmware."
|
|
name: "firmwareId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract UrlToken generateDownloadUrl(String resourceGroupName, String workspaceName, String firmwareId)"
|
|
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.Firmwares.generateDownloadUrlWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.generateDownloadUrlWithResponse(String resourceGroupName, String workspaceName, String firmwareId, Context context)"
|
|
name: "generateDownloadUrlWithResponse(String resourceGroupName, String workspaceName, String firmwareId, Context context)"
|
|
nameWithType: "Firmwares.generateDownloadUrlWithResponse(String resourceGroupName, String workspaceName, String firmwareId, Context context)"
|
|
summary: "The operation to a url for file download."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the firmware analysis workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The id of the firmware."
|
|
name: "firmwareId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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(String resourceGroupName, String workspaceName, String firmwareId, 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.Firmwares.generateFilesystemDownloadUrl(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.generateFilesystemDownloadUrl(String resourceGroupName, String workspaceName, String firmwareId)"
|
|
name: "generateFilesystemDownloadUrl(String resourceGroupName, String workspaceName, String firmwareId)"
|
|
nameWithType: "Firmwares.generateFilesystemDownloadUrl(String resourceGroupName, String workspaceName, String firmwareId)"
|
|
summary: "The operation to a url for tar file download."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the firmware analysis workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The id of the firmware."
|
|
name: "firmwareId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract UrlToken generateFilesystemDownloadUrl(String resourceGroupName, String workspaceName, String firmwareId)"
|
|
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.Firmwares.generateFilesystemDownloadUrlWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.generateFilesystemDownloadUrlWithResponse(String resourceGroupName, String workspaceName, String firmwareId, Context context)"
|
|
name: "generateFilesystemDownloadUrlWithResponse(String resourceGroupName, String workspaceName, String firmwareId, Context context)"
|
|
nameWithType: "Firmwares.generateFilesystemDownloadUrlWithResponse(String resourceGroupName, String workspaceName, String firmwareId, Context context)"
|
|
summary: "The operation to a url for tar file download."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the firmware analysis workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The id of the firmware."
|
|
name: "firmwareId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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(String resourceGroupName, String workspaceName, String firmwareId, 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.Firmwares.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.get(String resourceGroupName, String workspaceName, String firmwareId)"
|
|
name: "get(String resourceGroupName, String workspaceName, String firmwareId)"
|
|
nameWithType: "Firmwares.get(String resourceGroupName, String workspaceName, String firmwareId)"
|
|
summary: "Get firmware."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the firmware analysis workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The id of the firmware."
|
|
name: "firmwareId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Firmware get(String resourceGroupName, String workspaceName, String firmwareId)"
|
|
desc: "Get firmware."
|
|
returns:
|
|
description: "firmware."
|
|
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.Firmwares.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "Firmwares.getById(String id)"
|
|
summary: "Get firmware."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Firmware getById(String id)"
|
|
desc: "Get firmware."
|
|
returns:
|
|
description: "firmware 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.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.Firmwares.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.getByIdWithResponse(String id, Context context)"
|
|
name: "getByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Firmwares.getByIdWithResponse(String id, Context context)"
|
|
summary: "Get firmware."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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<Firmware> getByIdWithResponse(String id, Context context)"
|
|
desc: "Get firmware."
|
|
returns:
|
|
description: "firmware 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.Firmware?alt=com.azure.resourcemanager.iotfirmwaredefense.models.Firmware&text=Firmware\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.getWithResponse(String resourceGroupName, String workspaceName, String firmwareId, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String workspaceName, String firmwareId, Context context)"
|
|
nameWithType: "Firmwares.getWithResponse(String resourceGroupName, String workspaceName, String firmwareId, Context context)"
|
|
summary: "Get firmware."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the firmware analysis workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The id of the firmware."
|
|
name: "firmwareId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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<Firmware> getWithResponse(String resourceGroupName, String workspaceName, String firmwareId, Context context)"
|
|
desc: "Get firmware."
|
|
returns:
|
|
description: "firmware 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.Firmware?alt=com.azure.resourcemanager.iotfirmwaredefense.models.Firmware&text=Firmware\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.listByWorkspace(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.listByWorkspace(String resourceGroupName, String workspaceName)"
|
|
name: "listByWorkspace(String resourceGroupName, String workspaceName)"
|
|
nameWithType: "Firmwares.listByWorkspace(String resourceGroupName, String workspaceName)"
|
|
summary: "Lists all of firmwares inside a workspace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the firmware analysis workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<Firmware> listByWorkspace(String resourceGroupName, String workspaceName)"
|
|
desc: "Lists all of firmwares inside a workspace."
|
|
returns:
|
|
description: "list of firmwares as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<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.Firmwares.listByWorkspace(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.Firmwares.listByWorkspace(String resourceGroupName, String workspaceName, Context context)"
|
|
name: "listByWorkspace(String resourceGroupName, String workspaceName, Context context)"
|
|
nameWithType: "Firmwares.listByWorkspace(String resourceGroupName, String workspaceName, Context context)"
|
|
summary: "Lists all of firmwares inside a workspace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the firmware analysis workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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 PagedIterable<Firmware> listByWorkspace(String resourceGroupName, String workspaceName, Context context)"
|
|
desc: "Lists all of firmwares inside a workspace."
|
|
returns:
|
|
description: "list of firmwares as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.iotfirmwaredefense.models.Firmware?alt=com.azure.resourcemanager.iotfirmwaredefense.models.Firmware&text=Firmware\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of Firmwares."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.iotfirmwaredefense.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-iotfirmwaredefense:1.0.0
|