Uses of Class
com.azure.resourcemanager.network.models.IssueType
Packages that use IssueType
Package
Description
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 IssueTypeModifier and TypeFieldDescriptionstatic final IssueTypeIssueType.AGENT_STOPPEDStatic value AgentStopped for IssueType.static final IssueTypeIssueType.DNS_RESOLUTIONStatic value DnsResolution for IssueType.static final IssueTypeIssueType.GUEST_FIREWALLStatic value GuestFirewall for IssueType.static final IssueTypeIssueType.NETWORK_SECURITY_RULEStatic value NetworkSecurityRule for IssueType.static final IssueTypeIssueType.PLATFORMStatic value Platform for IssueType.static final IssueTypeIssueType.PORT_THROTTLEDStatic value PortThrottled for IssueType.static final IssueTypeIssueType.SOCKET_BINDStatic value SocketBind for IssueType.static final IssueTypeIssueType.UNKNOWNStatic value Unknown for IssueType.static final IssueTypeIssueType.USER_DEFINED_ROUTEStatic value UserDefinedRoute for IssueType.Methods in com.azure.resourcemanager.network.models that return IssueTypeModifier and TypeMethodDescriptionstatic IssueTypeIssueType.fromString(String name) Creates or finds a IssueType from its string representation.ConnectivityIssue.type()Get the type property: The type of issue.Methods in com.azure.resourcemanager.network.models that return types with arguments of type IssueTypeModifier and TypeMethodDescriptionstatic Collection<IssueType>IssueType.values()Gets known IssueType values.