| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static IssueType |
IssueType.AGENT_STOPPED
Static value AgentStopped for IssueType.
|
static IssueType |
IssueType.DNS_RESOLUTION
Static value DnsResolution for IssueType.
|
static IssueType |
IssueType.GUEST_FIREWALL
Static value GuestFirewall for IssueType.
|
static IssueType |
IssueType.NETWORK_SECURITY_RULE
Static value NetworkSecurityRule for IssueType.
|
static IssueType |
IssueType.PLATFORM
Static value Platform for IssueType.
|
static IssueType |
IssueType.PORT_THROTTLED
Static value PortThrottled for IssueType.
|
static IssueType |
IssueType.SOCKET_BIND
Static value SocketBind for IssueType.
|
static IssueType |
IssueType.UNKNOWN
Static value Unknown for IssueType.
|
static IssueType |
IssueType.USER_DEFINED_ROUTE
Static value UserDefinedRoute for IssueType.
|
| Modifier and Type | Method and Description |
|---|---|
static IssueType |
IssueType.fromString(String name)
Creates or finds a IssueType from its string representation.
|
IssueType |
ConnectivityIssue.type()
Get the type value.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<IssueType> |
IssueType.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/