Uses of Class
com.microsoft.azure.management.network.IssueType
-
Packages that use IssueType Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of IssueType in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as IssueType Modifier and Type Field Description static IssueTypeIssueType. AGENT_STOPPEDStatic value AgentStopped for IssueType.static IssueTypeIssueType. DNS_RESOLUTIONStatic value DnsResolution for IssueType.static IssueTypeIssueType. GUEST_FIREWALLStatic value GuestFirewall for IssueType.static IssueTypeIssueType. NETWORK_SECURITY_RULEStatic value NetworkSecurityRule for IssueType.static IssueTypeIssueType. PLATFORMStatic value Platform for IssueType.static IssueTypeIssueType. PORT_THROTTLEDStatic value PortThrottled for IssueType.static IssueTypeIssueType. SOCKET_BINDStatic value SocketBind for IssueType.static IssueTypeIssueType. UNKNOWNStatic value Unknown for IssueType.static IssueTypeIssueType. USER_DEFINED_ROUTEStatic value UserDefinedRoute for IssueType.Methods in com.microsoft.azure.management.network that return IssueType Modifier and Type Method Description static IssueTypeIssueType. fromString(String name)Creates or finds a IssueType from its string representation.IssueTypeConnectivityIssue. type()Get the type value.Methods in com.microsoft.azure.management.network that return types with arguments of type IssueType Modifier and Type Method Description static Collection<IssueType>IssueType. values()
-