55 строки
4.2 KiB
YAML
55 строки
4.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.storageimportexport.models.BitLockerKeys"
|
|
fullName: "com.azure.resourcemanager.storageimportexport.models.BitLockerKeys"
|
|
name: "BitLockerKeys"
|
|
nameWithType: "BitLockerKeys"
|
|
summary: "Resource collection API of Bit<wbr>Locker<wbr>Keys."
|
|
syntax: "public interface **BitLockerKeys**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.storageimportexport.models.BitLockerKeys.list(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.storageimportexport.models.BitLockerKeys.list(String jobName, String resourceGroupName)"
|
|
name: "list(String jobName, String resourceGroupName)"
|
|
nameWithType: "BitLockerKeys.list(String jobName, String resourceGroupName)"
|
|
summary: "Returns the Bit<wbr>Locker Keys for all drives in the specified job."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the import/export job."
|
|
name: "jobName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The resource group name uniquely identifies the resource group within the user\n subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<DriveBitLockerKey> list(String jobName, String resourceGroupName)"
|
|
desc: "Returns the BitLocker Keys for all drives in the specified job."
|
|
returns:
|
|
description: "getBitLockerKeys response 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.storageimportexport.models.DriveBitLockerKey?alt=com.azure.resourcemanager.storageimportexport.models.DriveBitLockerKey&text=DriveBitLockerKey\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.storageimportexport.models.BitLockerKeys.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.storageimportexport.models.BitLockerKeys.list(String jobName, String resourceGroupName, Context context)"
|
|
name: "list(String jobName, String resourceGroupName, Context context)"
|
|
nameWithType: "BitLockerKeys.list(String jobName, String resourceGroupName, Context context)"
|
|
summary: "Returns the Bit<wbr>Locker Keys for all drives in the specified job."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the import/export job."
|
|
name: "jobName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The resource group name uniquely identifies the resource group within the user\n subscription."
|
|
name: "resourceGroupName"
|
|
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<DriveBitLockerKey> list(String jobName, String resourceGroupName, Context context)"
|
|
desc: "Returns the BitLocker Keys for all drives in the specified job."
|
|
returns:
|
|
description: "getBitLockerKeys response 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.storageimportexport.models.DriveBitLockerKey?alt=com.azure.resourcemanager.storageimportexport.models.DriveBitLockerKey&text=DriveBitLockerKey\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of BitLockerKeys."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.storageimportexport.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-storageimportexport:1.0.0-beta.3
|