azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

102 строки
5.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.HubRoutingPreference"
fullName: "com.azure.resourcemanager.network.models.HubRoutingPreference"
name: "HubRoutingPreference"
nameWithType: "HubRoutingPreference"
summary: "The hub routing preference gateway types."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)"
- "com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)"
- "com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)"
- "com.azure.core.util.ExpandableStringEnum.hashCode()"
- "com.azure.core.util.ExpandableStringEnum.toString()"
- "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 HubRoutingPreference extends ExpandableStringEnum<HubRoutingPreference>"
constructors:
- uid: "com.azure.resourcemanager.network.models.HubRoutingPreference.HubRoutingPreference()"
fullName: "com.azure.resourcemanager.network.models.HubRoutingPreference.HubRoutingPreference()"
name: "HubRoutingPreference()"
nameWithType: "HubRoutingPreference.HubRoutingPreference()"
syntax: "public HubRoutingPreference()"
fields:
- uid: "com.azure.resourcemanager.network.models.HubRoutingPreference.ASPATH"
fullName: "com.azure.resourcemanager.network.models.HubRoutingPreference.ASPATH"
name: "ASPATH"
nameWithType: "HubRoutingPreference.ASPATH"
summary: "Static value ASPath for Hub<wbr>Routing<wbr>Preference."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.network.models.HubRoutingPreference?alt=com.azure.resourcemanager.network.models.HubRoutingPreference&text=HubRoutingPreference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HubRoutingPreference ASPATH"
desc: "Static value ASPath for HubRoutingPreference."
- uid: "com.azure.resourcemanager.network.models.HubRoutingPreference.EXPRESS_ROUTE"
fullName: "com.azure.resourcemanager.network.models.HubRoutingPreference.EXPRESS_ROUTE"
name: "EXPRESS_ROUTE"
nameWithType: "HubRoutingPreference.EXPRESS_ROUTE"
summary: "Static value Express<wbr>Route for Hub<wbr>Routing<wbr>Preference."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.network.models.HubRoutingPreference?alt=com.azure.resourcemanager.network.models.HubRoutingPreference&text=HubRoutingPreference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HubRoutingPreference EXPRESS_ROUTE"
desc: "Static value ExpressRoute for HubRoutingPreference."
- uid: "com.azure.resourcemanager.network.models.HubRoutingPreference.VPN_GATEWAY"
fullName: "com.azure.resourcemanager.network.models.HubRoutingPreference.VPN_GATEWAY"
name: "VPN_GATEWAY"
nameWithType: "HubRoutingPreference.VPN_GATEWAY"
summary: "Static value Vpn<wbr>Gateway for Hub<wbr>Routing<wbr>Preference."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.network.models.HubRoutingPreference?alt=com.azure.resourcemanager.network.models.HubRoutingPreference&text=HubRoutingPreference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HubRoutingPreference VPN_GATEWAY"
desc: "Static value VpnGateway for HubRoutingPreference."
methods:
- uid: "com.azure.resourcemanager.network.models.HubRoutingPreference.fromString(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.HubRoutingPreference.fromString(String name)"
name: "fromString(String name)"
nameWithType: "HubRoutingPreference.fromString(String name)"
summary: "Creates or finds a Hub<wbr>Routing<wbr>Preference from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static HubRoutingPreference fromString(String name)"
desc: "Creates or finds a HubRoutingPreference from its string representation."
returns:
description: "the corresponding HubRoutingPreference."
type: "<xref href=\"com.azure.resourcemanager.network.models.HubRoutingPreference?alt=com.azure.resourcemanager.network.models.HubRoutingPreference&text=HubRoutingPreference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.HubRoutingPreference.values()"
fullName: "com.azure.resourcemanager.network.models.HubRoutingPreference.values()"
name: "values()"
nameWithType: "HubRoutingPreference.values()"
summary: "Gets known Hub<wbr>Routing<wbr>Preference values."
modifiers:
- "static"
syntax: "public static Collection<HubRoutingPreference> values()"
desc: "Gets known HubRoutingPreference values."
returns:
description: "known HubRoutingPreference values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.HubRoutingPreference?alt=com.azure.resourcemanager.network.models.HubRoutingPreference&text=HubRoutingPreference\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "The hub routing preference gateway types."
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.18.0