30 строки
2.9 KiB
YAML
30 строки
2.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.batch.models.BatchAccount.DefinitionStages.WithAllowedAuthenticationModes"
|
|
fullName: "com.azure.resourcemanager.batch.models.BatchAccount.DefinitionStages.WithAllowedAuthenticationModes"
|
|
name: "BatchAccount.DefinitionStages.WithAllowedAuthenticationModes"
|
|
nameWithType: "BatchAccount.DefinitionStages.WithAllowedAuthenticationModes"
|
|
summary: "The stage of the Batch<wbr>Account definition allowing to specify allowed<wbr>Authentication<wbr>Modes."
|
|
syntax: "public static interface **BatchAccount.DefinitionStages.WithAllowedAuthenticationModes**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.batch.models.BatchAccount.DefinitionStages.WithAllowedAuthenticationModes.withAllowedAuthenticationModes(java.util.List<com.azure.resourcemanager.batch.models.AuthenticationMode>)"
|
|
fullName: "com.azure.resourcemanager.batch.models.BatchAccount.DefinitionStages.WithAllowedAuthenticationModes.withAllowedAuthenticationModes(List<AuthenticationMode> allowedAuthenticationModes)"
|
|
name: "withAllowedAuthenticationModes(List<AuthenticationMode> allowedAuthenticationModes)"
|
|
nameWithType: "BatchAccount.DefinitionStages.WithAllowedAuthenticationModes.withAllowedAuthenticationModes(List<AuthenticationMode> allowedAuthenticationModes)"
|
|
summary: "Specifies the allowed<wbr>Authentication<wbr>Modes property: List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "List of allowed authentication modes for the Batch account that can be\n used to authenticate with the data plane. This does not affect authentication with the control plane."
|
|
name: "allowedAuthenticationModes"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.batch.models.AuthenticationMode?alt=com.azure.resourcemanager.batch.models.AuthenticationMode&text=AuthenticationMode\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract BatchAccount.DefinitionStages.WithCreate withAllowedAuthenticationModes(List<AuthenticationMode> allowedAuthenticationModes)"
|
|
desc: "Specifies the allowedAuthenticationModes property: List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane. This does not affect authentication with the control plane.."
|
|
returns:
|
|
description: "the next definition stage."
|
|
type: "<xref href=\"com.azure.resourcemanager.batch.models.BatchAccount.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.batch.models.BatchAccount.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "The stage of the BatchAccount definition allowing to specify allowedAuthenticationModes."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.batch.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-batch:2.0.0
|