89 строки
4.3 KiB
YAML
89 строки
4.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerinstance.Scheme"
|
|
fullName: "com.microsoft.azure.management.containerinstance.Scheme"
|
|
name: "Scheme"
|
|
nameWithType: "Scheme"
|
|
summary: "Defines values for Scheme."
|
|
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 Scheme extends ExpandableStringEnum<Scheme>"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.containerinstance.Scheme.Scheme()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.Scheme.Scheme()"
|
|
name: "Scheme()"
|
|
nameWithType: "Scheme.Scheme()"
|
|
syntax: "public Scheme()"
|
|
fields:
|
|
- uid: "com.microsoft.azure.management.containerinstance.Scheme.HTTP"
|
|
fullName: "com.microsoft.azure.management.containerinstance.Scheme.HTTP"
|
|
name: "HTTP"
|
|
nameWithType: "Scheme.HTTP"
|
|
summary: "Static value http for Scheme."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.microsoft.azure.management.containerinstance.Scheme?alt=com.microsoft.azure.management.containerinstance.Scheme&text=Scheme\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final Scheme HTTP"
|
|
desc: "Static value http for Scheme."
|
|
- uid: "com.microsoft.azure.management.containerinstance.Scheme.HTTPS"
|
|
fullName: "com.microsoft.azure.management.containerinstance.Scheme.HTTPS"
|
|
name: "HTTPS"
|
|
nameWithType: "Scheme.HTTPS"
|
|
summary: "Static value https for Scheme."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.microsoft.azure.management.containerinstance.Scheme?alt=com.microsoft.azure.management.containerinstance.Scheme&text=Scheme\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final Scheme HTTPS"
|
|
desc: "Static value https for Scheme."
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerinstance.Scheme.fromString(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.Scheme.fromString(String name)"
|
|
name: "fromString(String name)"
|
|
nameWithType: "Scheme.fromString(String name)"
|
|
summary: "Creates or finds a Scheme 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 Scheme fromString(String name)"
|
|
desc: "Creates or finds a Scheme from its string representation."
|
|
returns:
|
|
description: "the corresponding Scheme"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerinstance.Scheme?alt=com.microsoft.azure.management.containerinstance.Scheme&text=Scheme\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerinstance.Scheme.values()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.Scheme.values()"
|
|
name: "values()"
|
|
nameWithType: "Scheme.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static Collection<Scheme> values()"
|
|
returns:
|
|
description: "known Scheme 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.containerinstance.Scheme?alt=com.microsoft.azure.management.containerinstance.Scheme&text=Scheme\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "Defines values for Scheme."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerinstance"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4
|