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

74 строки
4.0 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: com.microsoft.azure.management.network.SecurityRuleProtocol.SecurityRuleProtocol(String value)
name: SecurityRuleProtocol(String value)
nameWithType: SecurityRuleProtocol.SecurityRuleProtocol(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 SecurityRuleProtocol. </p>
syntax: public SecurityRuleProtocol(String value)
uid: com.microsoft.azure.management.network.SecurityRuleProtocol.SecurityRuleProtocol(String)
fields:
- field:
type: final <xref href="com.microsoft.azure.management.network.SecurityRuleProtocol?alt=com.microsoft.azure.management.network.SecurityRuleProtocol&text=SecurityRuleProtocol" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.azure.management.network.SecurityRuleProtocol.ASTERISK
name: ASTERISK
nameWithType: SecurityRuleProtocol.ASTERISK
summary: <p>Static value * for SecurityRuleProtocol. </p>
syntax: public static final SecurityRuleProtocol ASTERISK= new SecurityRuleProtocol("*")
uid: com.microsoft.azure.management.network.SecurityRuleProtocol.ASTERISK
- field:
type: final <xref href="com.microsoft.azure.management.network.SecurityRuleProtocol?alt=com.microsoft.azure.management.network.SecurityRuleProtocol&text=SecurityRuleProtocol" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.azure.management.network.SecurityRuleProtocol.TCP
name: TCP
nameWithType: SecurityRuleProtocol.TCP
summary: <p>Static value Tcp for SecurityRuleProtocol. </p>
syntax: public static final SecurityRuleProtocol TCP= new SecurityRuleProtocol("Tcp")
uid: com.microsoft.azure.management.network.SecurityRuleProtocol.TCP
- field:
type: final <xref href="com.microsoft.azure.management.network.SecurityRuleProtocol?alt=com.microsoft.azure.management.network.SecurityRuleProtocol&text=SecurityRuleProtocol" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.azure.management.network.SecurityRuleProtocol.UDP
name: UDP
nameWithType: SecurityRuleProtocol.UDP
summary: <p>Static value Udp for SecurityRuleProtocol. </p>
syntax: public static final SecurityRuleProtocol UDP= new SecurityRuleProtocol("Udp")
uid: com.microsoft.azure.management.network.SecurityRuleProtocol.UDP
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.network.SecurityRuleProtocol.equals(Object obj)
name: equals(Object obj)
nameWithType: SecurityRuleProtocol.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.network.SecurityRuleProtocol.equals(Object)
- fullName: com.microsoft.azure.management.network.SecurityRuleProtocol.hashCode()
name: hashCode()
nameWithType: SecurityRuleProtocol.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.network.SecurityRuleProtocol.hashCode()
- fullName: com.microsoft.azure.management.network.SecurityRuleProtocol.toString()
name: toString()
nameWithType: SecurityRuleProtocol.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.network.SecurityRuleProtocol.toString()
nameWithType: SecurityRuleProtocol
syntax: public class SecurityRuleProtocol
type: class
uid: com.microsoft.azure.management.network.SecurityRuleProtocol
fullName: com.microsoft.azure.management.network.SecurityRuleProtocol
name: SecurityRuleProtocol
package: com.microsoft.azure.management.network
summary: <p>Defines values for SecurityRuleProtocol. </p>
metadata: {}