46 строки
3.3 KiB
YAML
46 строки
3.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.keyvault.Key.UpdateStages.WithKeyOperations"
|
|
fullName: "com.microsoft.azure.management.keyvault.Key.UpdateStages.WithKeyOperations"
|
|
name: "Key.UpdateStages.WithKeyOperations"
|
|
nameWithType: "Key.UpdateStages.WithKeyOperations"
|
|
summary: "The stage of a key update allowing to specify the allowed operations for the key."
|
|
syntax: "public static interface **Key.UpdateStages.WithKeyOperations**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.keyvault.Key.UpdateStages.WithKeyOperations.withKeyOperations(com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation...)"
|
|
fullName: "com.microsoft.azure.management.keyvault.Key.UpdateStages.WithKeyOperations.withKeyOperations(JsonWebKeyOperation[] keyOperations)"
|
|
name: "withKeyOperations(JsonWebKeyOperation[] keyOperations)"
|
|
nameWithType: "Key.UpdateStages.WithKeyOperations.withKeyOperations(JsonWebKeyOperation[] keyOperations)"
|
|
summary: "Specifies the list of allowed key operations."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the list of JWK operations"
|
|
name: "keyOperations"
|
|
type: "<xref href=\"com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation?alt=com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation&text=JsonWebKeyOperation\" data-throw-if-not-resolved=\"False\" />[]"
|
|
syntax: "public abstract Key.Update withKeyOperations(JsonWebKeyOperation[] keyOperations)"
|
|
desc: "Specifies the list of allowed key operations. By default all operations are allowed."
|
|
returns:
|
|
description: "the next stage of the update"
|
|
type: "<xref href=\"com.microsoft.azure.management.keyvault.Key.Update?alt=com.microsoft.azure.management.keyvault.Key.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.keyvault.Key.UpdateStages.WithKeyOperations.withKeyOperations(java.util.List<com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation>)"
|
|
fullName: "com.microsoft.azure.management.keyvault.Key.UpdateStages.WithKeyOperations.withKeyOperations(List<JsonWebKeyOperation> keyOperations)"
|
|
name: "withKeyOperations(List<JsonWebKeyOperation> keyOperations)"
|
|
nameWithType: "Key.UpdateStages.WithKeyOperations.withKeyOperations(List<JsonWebKeyOperation> keyOperations)"
|
|
summary: "Specifies the list of allowed key operations."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the list of JWK operations"
|
|
name: "keyOperations"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation?alt=com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation&text=JsonWebKeyOperation\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract Key.Update withKeyOperations(List<JsonWebKeyOperation> keyOperations)"
|
|
desc: "Specifies the list of allowed key operations. By default all operations are allowed."
|
|
returns:
|
|
description: "the next stage of the update"
|
|
type: "<xref href=\"com.microsoft.azure.management.keyvault.Key.Update?alt=com.microsoft.azure.management.keyvault.Key.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "The stage of a key update allowing to specify the allowed operations for the key."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.keyvault"
|
|
artifact: com.microsoft.azure:azure-mgmt-keyvault:1.41.4
|