azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

66 строки
3.0 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: com.microsoft.azure.management.compute.IPVersion.IPVersion(String value)
name: IPVersion(String value)
nameWithType: IPVersion.IPVersion(String value)
parameters:
- description: <p>the custom value </p>
name: value
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: <p>Creates a custom value for IPVersion. </p>
syntax: public IPVersion(String value)
uid: com.microsoft.azure.management.compute.IPVersion.IPVersion(String)
fields:
- field:
type: final <xref href="com.microsoft.azure.management.compute.IPVersion?alt=com.microsoft.azure.management.compute.IPVersion&text=IPVersion" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.azure.management.compute.IPVersion.IPV4
name: IPV4
nameWithType: IPVersion.IPV4
summary: <p>Static value IPv4 for IPVersion. </p>
syntax: public static final IPVersion IPV4= new IPVersion("IPv4")
uid: com.microsoft.azure.management.compute.IPVersion.IPV4
- field:
type: final <xref href="com.microsoft.azure.management.compute.IPVersion?alt=com.microsoft.azure.management.compute.IPVersion&text=IPVersion" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.azure.management.compute.IPVersion.IPV6
name: IPV6
nameWithType: IPVersion.IPV6
summary: <p>Static value IPv6 for IPVersion. </p>
syntax: public static final IPVersion IPV6= new IPVersion("IPv6")
uid: com.microsoft.azure.management.compute.IPVersion.IPV6
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.compute.IPVersion.equals(Object obj)
name: equals(Object obj)
nameWithType: IPVersion.equals(Object obj)
parameters:
- name: obj
type: <xref href="Object?alt=Object&text=Object" data-throw-if-not-resolved="False"/>
returns:
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
syntax: public boolean equals(Object obj)
uid: com.microsoft.azure.management.compute.IPVersion.equals(Object)
- fullName: com.microsoft.azure.management.compute.IPVersion.hashCode()
name: hashCode()
nameWithType: IPVersion.hashCode()
returns:
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
syntax: public int hashCode()
uid: com.microsoft.azure.management.compute.IPVersion.hashCode()
- fullName: com.microsoft.azure.management.compute.IPVersion.toString()
name: toString()
nameWithType: IPVersion.toString()
returns:
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String toString()
uid: com.microsoft.azure.management.compute.IPVersion.toString()
nameWithType: IPVersion
syntax: public class IPVersion
type: class
uid: com.microsoft.azure.management.compute.IPVersion
fullName: com.microsoft.azure.management.compute.IPVersion
name: IPVersion
package: com.microsoft.azure.management.compute
summary: <p>Defines values for IPVersion. </p>
metadata: {}