111 строки
7.8 KiB
YAML
111 строки
7.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.network.models.TransportProtocol"
|
|
fullName: "com.azure.resourcemanager.network.models.TransportProtocol"
|
|
name: "TransportProtocol"
|
|
nameWithType: "TransportProtocol"
|
|
summary: "The transport protocol for the endpoint."
|
|
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\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.getValue()?alt=com.azure.core.util.ExpandableStringEnum.getValue&text=getValue\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **TransportProtocol**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.models.TransportProtocol?alt=com.azure.resourcemanager.network.models.TransportProtocol&text=TransportProtocol\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.network.models.TransportProtocol.TransportProtocol()"
|
|
fullName: "com.azure.resourcemanager.network.models.TransportProtocol.TransportProtocol()"
|
|
name: "TransportProtocol()"
|
|
nameWithType: "TransportProtocol.TransportProtocol()"
|
|
summary: "Creates a new instance of Transport<wbr>Protocol value."
|
|
deprecatedTag: "Use the <xref uid=\"com.azure.resourcemanager.network.models.TransportProtocol.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
|
|
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public TransportProtocol()"
|
|
desc: "Creates a new instance of TransportProtocol value."
|
|
hasDeprecatedTag: true
|
|
fields:
|
|
- uid: "com.azure.resourcemanager.network.models.TransportProtocol.ALL"
|
|
fullName: "com.azure.resourcemanager.network.models.TransportProtocol.ALL"
|
|
name: "ALL"
|
|
nameWithType: "TransportProtocol.ALL"
|
|
summary: "Static value All for Transport<wbr>Protocol."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.TransportProtocol?alt=com.azure.resourcemanager.network.models.TransportProtocol&text=TransportProtocol\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final TransportProtocol ALL"
|
|
desc: "Static value All for TransportProtocol."
|
|
- uid: "com.azure.resourcemanager.network.models.TransportProtocol.TCP"
|
|
fullName: "com.azure.resourcemanager.network.models.TransportProtocol.TCP"
|
|
name: "TCP"
|
|
nameWithType: "TransportProtocol.TCP"
|
|
summary: "Static value Tcp for Transport<wbr>Protocol."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.TransportProtocol?alt=com.azure.resourcemanager.network.models.TransportProtocol&text=TransportProtocol\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final TransportProtocol TCP"
|
|
desc: "Static value Tcp for TransportProtocol."
|
|
- uid: "com.azure.resourcemanager.network.models.TransportProtocol.UDP"
|
|
fullName: "com.azure.resourcemanager.network.models.TransportProtocol.UDP"
|
|
name: "UDP"
|
|
nameWithType: "TransportProtocol.UDP"
|
|
summary: "Static value Udp for Transport<wbr>Protocol."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.TransportProtocol?alt=com.azure.resourcemanager.network.models.TransportProtocol&text=TransportProtocol\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final TransportProtocol UDP"
|
|
desc: "Static value Udp for TransportProtocol."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.network.models.TransportProtocol.fromString(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.models.TransportProtocol.fromString(String name)"
|
|
name: "fromString(String name)"
|
|
nameWithType: "TransportProtocol.fromString(String name)"
|
|
summary: "Creates or finds a Transport<wbr>Protocol 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 TransportProtocol fromString(String name)"
|
|
desc: "Creates or finds a TransportProtocol from its string representation."
|
|
returns:
|
|
description: "the corresponding TransportProtocol."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.TransportProtocol?alt=com.azure.resourcemanager.network.models.TransportProtocol&text=TransportProtocol\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.TransportProtocol.values()"
|
|
fullName: "com.azure.resourcemanager.network.models.TransportProtocol.values()"
|
|
name: "values()"
|
|
nameWithType: "TransportProtocol.values()"
|
|
summary: "Gets known Transport<wbr>Protocol values."
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static Collection<TransportProtocol> values()"
|
|
desc: "Gets known TransportProtocol values."
|
|
returns:
|
|
description: "known TransportProtocol values."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a><<xref href=\"com.azure.resourcemanager.network.models.TransportProtocol?alt=com.azure.resourcemanager.network.models.TransportProtocol&text=TransportProtocol\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "The transport protocol for the endpoint."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.network.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0
|