NetworkManager Class
- java.
lang. Object - com.
azure. resourcemanager. resources. fluentcore. arm. Manager<InnerT> - com.
azure. resourcemanager. network. NetworkManager
- com.
- com.
public final class NetworkManager
extends Manager<NetworkManagementClient>
Entry point to Azure network management.
Method Summary
Modifier and Type | Method and Description |
---|---|
Application |
applicationGateways()
Gets entry point to application gateway management. |
Application |
applicationSecurityGroups()
Gets entry point to application security groups management. |
static
Network |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Network |
static
Network |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Network |
static Configurable |
configure()
Get a Configurable instance that can be used to create NetworkManager with optional configuration. |
Ddos |
ddosProtectionPlans()
Gets entry point to DDoS protection plans management. |
Express |
expressRouteCircuits()
Gets entry point to express route circuit management. |
Express |
expressRouteCrossConnections()
Gets entry point to express route cross connections management. |
Load |
loadBalancers()
Gets entry point to load balancer management. |
Local |
localNetworkGateways()
Gets entry point to local network gateway management. |
Network |
networkInterfaces()
Gets entry point to network interface management. |
Network |
networkProfiles()
Gets entry point to network profiles management. |
Network |
networkSecurityGroups()
Gets entry point to network security group management. |
Network |
networkWatchers()
Gets API entry point to network watchers management. |
Networks |
networks()
Gets entry point to virtual network management. |
Private |
privateEndpoints()
Gets entry point to private endpoints management. |
Public |
publicIpAddresses()
Gets entry point to public IP address management. |
Public |
publicIpPrefixes()
Gets entry point to public IP prefix management. |
Route |
routeFilters()
Gets entry point to application security groups management. |
Route |
routeTables()
Gets entry point to route table management. |
Network |
usages()
Gets API entry point to network resource usage management. |
Virtual |
virtualNetworkGateways()
Gets entry point to virtual network gateways management. |
Web |
webApplicationFirewallPolicies()
Gets entry point to web application firewall policies management. |
Methods inherited from Manager
Methods inherited from java.lang.Object
Method Details
applicationGateways
public ApplicationGateways applicationGateways()
Gets entry point to application gateway management.
Returns:
applicationSecurityGroups
public ApplicationSecurityGroups applicationSecurityGroups()
Gets entry point to application security groups management.
Returns:
authenticate
public static NetworkManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of NetworkManager that exposes network resource management API entry points.
Parameters:
Returns:
authenticate
public static NetworkManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of NetworkManager that exposes network resource management API entry points.
Parameters:
Returns:
configure
public static NetworkManager.Configurable configure()
Get a Configurable instance that can be used to create NetworkManager with optional configuration.
Returns:
ddosProtectionPlans
public DdosProtectionPlans ddosProtectionPlans()
Gets entry point to DDoS protection plans management.
Returns:
expressRouteCircuits
public ExpressRouteCircuits expressRouteCircuits()
Gets entry point to express route circuit management.
Returns:
expressRouteCrossConnections
public ExpressRouteCrossConnections expressRouteCrossConnections()
Gets entry point to express route cross connections management.
Returns:
loadBalancers
public LoadBalancers loadBalancers()
Gets entry point to load balancer management.
Returns:
localNetworkGateways
public LocalNetworkGateways localNetworkGateways()
Gets entry point to local network gateway management.
Returns:
networkInterfaces
public NetworkInterfaces networkInterfaces()
Gets entry point to network interface management.
Returns:
networkProfiles
public NetworkProfiles networkProfiles()
Gets entry point to network profiles management.
Returns:
networkSecurityGroups
public NetworkSecurityGroups networkSecurityGroups()
Gets entry point to network security group management.
Returns:
networkWatchers
public NetworkWatchers networkWatchers()
Gets API entry point to network watchers management.
Returns:
networks
public Networks networks()
Gets entry point to virtual network management.
Returns:
privateEndpoints
public PrivateEndpoints privateEndpoints()
Gets entry point to private endpoints management.
Returns:
publicIpAddresses
public PublicIpAddresses publicIpAddresses()
Gets entry point to public IP address management.
Returns:
publicIpPrefixes
public PublicIpPrefixes publicIpPrefixes()
Gets entry point to public IP prefix management.
Returns:
routeFilters
public RouteFilters routeFilters()
Gets entry point to application security groups management.
Returns:
routeTables
public RouteTables routeTables()
Gets entry point to route table management.
Returns:
usages
public NetworkUsages usages()
Gets API entry point to network resource usage management.
Returns:
virtualNetworkGateways
public VirtualNetworkGateways virtualNetworkGateways()
Gets entry point to virtual network gateways management.
Returns:
webApplicationFirewallPolicies
public WebApplicationFirewallPolicies webApplicationFirewallPolicies()
Gets entry point to web application firewall policies management.
Returns:
Applies to
Azure SDK for Java