Uses of Class
com.azure.resourcemanager.network.models.IssueType
-
Packages that use IssueType Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of IssueType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models 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 property: The type of issue.Methods in com.azure.resourcemanager.network.models that return types with arguments of type IssueType Modifier and Type Method Description static Collection<IssueType>IssueType. values()
-