2021-08-07 07:27:44 +03:00
|
|
|
### YamlMime:JavaEnum
|
|
|
|
uid: "com.microsoft.azure.management.batch.AutoStorageAuthenticationMode"
|
|
|
|
fullName: "com.microsoft.azure.management.batch.AutoStorageAuthenticationMode"
|
|
|
|
name: "AutoStorageAuthenticationMode"
|
|
|
|
nameWithType: "AutoStorageAuthenticationMode"
|
2022-08-22 08:55:24 +03:00
|
|
|
summary: "Defines values for Auto<wbr>Storage<wbr>Authentication<wbr>Mode."
|
2021-08-07 07:27:44 +03:00
|
|
|
inheritances:
|
2022-08-11 07:43:16 +03:00
|
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
2022-09-27 07:22:51 +03:00
|
|
|
inheritedClassMethods:
|
|
|
|
- classRef: "<xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
methodsRef:
|
|
|
|
- "<xref href=\"java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)?alt=java.lang.Enum.<T>valueOf&text=<T>valueOf\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Enum.clone()?alt=java.lang.Enum.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Enum.compareTo(E)?alt=java.lang.Enum.compareTo&text=compareTo\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Enum.equals(java.lang.Object)?alt=java.lang.Enum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Enum.finalize()?alt=java.lang.Enum.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Enum.getDeclaringClass()?alt=java.lang.Enum.getDeclaringClass&text=getDeclaringClass\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Enum.hashCode()?alt=java.lang.Enum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Enum.name()?alt=java.lang.Enum.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Enum.ordinal()?alt=java.lang.Enum.ordinal&text=ordinal\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Enum.toString()?alt=java.lang.Enum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
methodsRef:
|
|
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
2022-11-01 07:30:49 +03:00
|
|
|
syntax: "public enum **AutoStorageAuthenticationMode**</br> extends <xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.batch.AutoStorageAuthenticationMode?alt=com.microsoft.azure.management.batch.AutoStorageAuthenticationMode&text=AutoStorageAuthenticationMode\" data-throw-if-not-resolved=\"False\" />>"
|
2021-08-07 07:27:44 +03:00
|
|
|
fields:
|
|
|
|
- uid: "com.microsoft.azure.management.batch.AutoStorageAuthenticationMode.BATCH_ACCOUNT_MANAGED_IDENTITY"
|
|
|
|
fullName: "com.microsoft.azure.management.batch.AutoStorageAuthenticationMode.BATCH_ACCOUNT_MANAGED_IDENTITY"
|
|
|
|
name: "BATCH_ACCOUNT_MANAGED_IDENTITY"
|
|
|
|
nameWithType: "AutoStorageAuthenticationMode.BATCH_ACCOUNT_MANAGED_IDENTITY"
|
|
|
|
summary: "The Batch service will authenticate requests to auto-storage using the managed identity assigned to the Batch account."
|
2022-08-11 07:43:16 +03:00
|
|
|
desc: "The Batch service will authenticate requests to auto-storage using the managed identity assigned to the Batch account."
|
2021-08-07 07:27:44 +03:00
|
|
|
- uid: "com.microsoft.azure.management.batch.AutoStorageAuthenticationMode.STORAGE_KEYS"
|
|
|
|
fullName: "com.microsoft.azure.management.batch.AutoStorageAuthenticationMode.STORAGE_KEYS"
|
|
|
|
name: "STORAGE_KEYS"
|
|
|
|
nameWithType: "AutoStorageAuthenticationMode.STORAGE_KEYS"
|
|
|
|
summary: "The Batch service will authenticate requests to auto-storage using storage account keys."
|
2022-08-11 07:43:16 +03:00
|
|
|
desc: "The Batch service will authenticate requests to auto-storage using storage account keys."
|
2021-08-07 07:27:44 +03:00
|
|
|
methods:
|
|
|
|
- uid: "com.microsoft.azure.management.batch.AutoStorageAuthenticationMode.fromString(java.lang.String)"
|
|
|
|
fullName: "com.microsoft.azure.management.batch.AutoStorageAuthenticationMode.fromString(String value)"
|
|
|
|
name: "fromString(String value)"
|
|
|
|
nameWithType: "AutoStorageAuthenticationMode.fromString(String value)"
|
2022-08-22 08:55:24 +03:00
|
|
|
summary: "Parses a serialized value to a Auto<wbr>Storage<wbr>Authentication<wbr>Mode instance."
|
|
|
|
modifiers:
|
|
|
|
- "static"
|
2021-08-07 07:27:44 +03:00
|
|
|
parameters:
|
|
|
|
- description: "the serialized value to parse."
|
|
|
|
name: "value"
|
|
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
syntax: "public static AutoStorageAuthenticationMode fromString(String value)"
|
2022-08-11 07:43:16 +03:00
|
|
|
desc: "Parses a serialized value to a AutoStorageAuthenticationMode instance."
|
2021-08-07 07:27:44 +03:00
|
|
|
returns:
|
|
|
|
description: "the parsed AutoStorageAuthenticationMode object, or null if unable to parse."
|
|
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.AutoStorageAuthenticationMode?alt=com.microsoft.azure.management.batch.AutoStorageAuthenticationMode&text=AutoStorageAuthenticationMode\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- uid: "com.microsoft.azure.management.batch.AutoStorageAuthenticationMode.toString()"
|
|
|
|
fullName: "com.microsoft.azure.management.batch.AutoStorageAuthenticationMode.toString()"
|
|
|
|
name: "toString()"
|
|
|
|
nameWithType: "AutoStorageAuthenticationMode.toString()"
|
|
|
|
overridden: "java.lang.Enum.toString()"
|
|
|
|
syntax: "public String toString()"
|
|
|
|
returns:
|
|
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- uid: "com.microsoft.azure.management.batch.AutoStorageAuthenticationMode.valueOf(java.lang.String)"
|
|
|
|
fullName: "com.microsoft.azure.management.batch.AutoStorageAuthenticationMode.valueOf(String name)"
|
|
|
|
name: "valueOf(String name)"
|
|
|
|
nameWithType: "AutoStorageAuthenticationMode.valueOf(String name)"
|
2022-08-22 08:55:24 +03:00
|
|
|
modifiers:
|
|
|
|
- "static"
|
2021-08-07 07:27:44 +03:00
|
|
|
parameters:
|
|
|
|
- name: "name"
|
|
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
syntax: "public static AutoStorageAuthenticationMode valueOf(String name)"
|
|
|
|
returns:
|
|
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.AutoStorageAuthenticationMode?alt=com.microsoft.azure.management.batch.AutoStorageAuthenticationMode&text=AutoStorageAuthenticationMode\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- uid: "com.microsoft.azure.management.batch.AutoStorageAuthenticationMode.values()"
|
|
|
|
fullName: "com.microsoft.azure.management.batch.AutoStorageAuthenticationMode.values()"
|
|
|
|
name: "values()"
|
|
|
|
nameWithType: "AutoStorageAuthenticationMode.values()"
|
2022-08-22 08:55:24 +03:00
|
|
|
modifiers:
|
|
|
|
- "static"
|
2021-08-07 07:27:44 +03:00
|
|
|
syntax: "public static AutoStorageAuthenticationMode[] values()"
|
|
|
|
returns:
|
|
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.AutoStorageAuthenticationMode?alt=com.microsoft.azure.management.batch.AutoStorageAuthenticationMode&text=AutoStorageAuthenticationMode\" data-throw-if-not-resolved=\"False\" />[]"
|
2022-08-11 07:43:16 +03:00
|
|
|
desc: "Defines values for AutoStorageAuthenticationMode."
|
2021-08-07 07:27:44 +03:00
|
|
|
metadata: {}
|
|
|
|
package: "com.microsoft.azure.management.batch"
|
2022-07-23 07:42:28 +03:00
|
|
|
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4
|