61 строка
5.0 KiB
YAML
61 строка
5.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.iotfirmwaredefense.fluent.CryptoKeysClient"
|
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.fluent.CryptoKeysClient"
|
|
name: "CryptoKeysClient"
|
|
nameWithType: "CryptoKeysClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Crypto<wbr>Keys<wbr>Client."
|
|
syntax: "public interface **CryptoKeysClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.iotfirmwaredefense.fluent.CryptoKeysClient.listByFirmware(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.fluent.CryptoKeysClient.listByFirmware(String resourceGroupName, String workspaceName, String firmwareId)"
|
|
name: "listByFirmware(String resourceGroupName, String workspaceName, String firmwareId)"
|
|
nameWithType: "CryptoKeysClient.listByFirmware(String resourceGroupName, String workspaceName, String firmwareId)"
|
|
summary: "Lists cryptographic key analysis results found in 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 PagedIterable<CryptoKeyResourceInner> listByFirmware(String resourceGroupName, String workspaceName, String firmwareId)"
|
|
desc: "Lists cryptographic key analysis results found in a firmware."
|
|
returns:
|
|
description: "list of crypto keys 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.fluent.models.CryptoKeyResourceInner?alt=com.azure.resourcemanager.iotfirmwaredefense.fluent.models.CryptoKeyResourceInner&text=CryptoKeyResourceInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.iotfirmwaredefense.fluent.CryptoKeysClient.listByFirmware(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.iotfirmwaredefense.fluent.CryptoKeysClient.listByFirmware(String resourceGroupName, String workspaceName, String firmwareId, Context context)"
|
|
name: "listByFirmware(String resourceGroupName, String workspaceName, String firmwareId, Context context)"
|
|
nameWithType: "CryptoKeysClient.listByFirmware(String resourceGroupName, String workspaceName, String firmwareId, Context context)"
|
|
summary: "Lists cryptographic key analysis results found in 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 PagedIterable<CryptoKeyResourceInner> listByFirmware(String resourceGroupName, String workspaceName, String firmwareId, Context context)"
|
|
desc: "Lists cryptographic key analysis results found in a firmware."
|
|
returns:
|
|
description: "list of crypto keys 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.fluent.models.CryptoKeyResourceInner?alt=com.azure.resourcemanager.iotfirmwaredefense.fluent.models.CryptoKeyResourceInner&text=CryptoKeyResourceInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in CryptoKeysClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.iotfirmwaredefense.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-iotfirmwaredefense:1.0.0
|