89 строки
4.5 KiB
YAML
89 строки
4.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.storage.KeySource"
|
|
fullName: "com.microsoft.azure.management.storage.KeySource"
|
|
name: "KeySource"
|
|
nameWithType: "KeySource"
|
|
summary: "Defines values for Key<wbr>Source."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "com.microsoft.rest.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)"
|
|
- "com.microsoft.rest.ExpandableStringEnum.<T>values(java.lang.Class<T>)"
|
|
- "com.microsoft.rest.ExpandableStringEnum.equals(java.lang.Object)"
|
|
- "com.microsoft.rest.ExpandableStringEnum.hashCode()"
|
|
- "com.microsoft.rest.ExpandableStringEnum.toString()"
|
|
- "com.microsoft.rest.ExpandableStringEnum.withNameValue(java.lang.String,T,java.lang.Class<T>)"
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class KeySource extends ExpandableStringEnum<KeySource>"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.storage.KeySource.KeySource()"
|
|
fullName: "com.microsoft.azure.management.storage.KeySource.KeySource()"
|
|
name: "KeySource()"
|
|
nameWithType: "KeySource.KeySource()"
|
|
syntax: "public KeySource()"
|
|
fields:
|
|
- uid: "com.microsoft.azure.management.storage.KeySource.MICROSOFT_KEYVAULT"
|
|
fullName: "com.microsoft.azure.management.storage.KeySource.MICROSOFT_KEYVAULT"
|
|
name: "MICROSOFT_KEYVAULT"
|
|
nameWithType: "KeySource.MICROSOFT_KEYVAULT"
|
|
summary: "Static value Microsoft.<wbr>Keyvault for Key<wbr>Source."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.microsoft.azure.management.storage.KeySource?alt=com.microsoft.azure.management.storage.KeySource&text=KeySource\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final KeySource MICROSOFT_KEYVAULT"
|
|
desc: "Static value Microsoft.Keyvault for KeySource."
|
|
- uid: "com.microsoft.azure.management.storage.KeySource.MICROSOFT_STORAGE"
|
|
fullName: "com.microsoft.azure.management.storage.KeySource.MICROSOFT_STORAGE"
|
|
name: "MICROSOFT_STORAGE"
|
|
nameWithType: "KeySource.MICROSOFT_STORAGE"
|
|
summary: "Static value Microsoft.<wbr>Storage for Key<wbr>Source."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.microsoft.azure.management.storage.KeySource?alt=com.microsoft.azure.management.storage.KeySource&text=KeySource\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final KeySource MICROSOFT_STORAGE"
|
|
desc: "Static value Microsoft.Storage for KeySource."
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.storage.KeySource.fromString(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.storage.KeySource.fromString(String name)"
|
|
name: "fromString(String name)"
|
|
nameWithType: "KeySource.fromString(String name)"
|
|
summary: "Creates or finds a Key<wbr>Source from its string representation."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "a name to look for"
|
|
name: "name"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static KeySource fromString(String name)"
|
|
desc: "Creates or finds a KeySource from its string representation."
|
|
returns:
|
|
description: "the corresponding KeySource"
|
|
type: "<xref href=\"com.microsoft.azure.management.storage.KeySource?alt=com.microsoft.azure.management.storage.KeySource&text=KeySource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.storage.KeySource.values()"
|
|
fullName: "com.microsoft.azure.management.storage.KeySource.values()"
|
|
name: "values()"
|
|
nameWithType: "KeySource.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static Collection<KeySource> values()"
|
|
returns:
|
|
description: "known KeySource values"
|
|
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.storage.KeySource?alt=com.microsoft.azure.management.storage.KeySource&text=KeySource\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "Defines values for KeySource."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.storage"
|
|
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4
|