| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static LoadBalancerSkuType |
LoadBalancerSkuType.BASIC
Static value Basic for LoadBalancerSkuType.
|
static LoadBalancerSkuType |
LoadBalancerSkuType.STANDARD
Static value Standard for LoadBalancerSkuType.
|
| Modifier and Type | Method and Description |
|---|---|
static LoadBalancerSkuType |
LoadBalancerSkuType.fromSku(LoadBalancerSku lbSku)
Parses a value into a SKU type and creates a new LoadBalancerSkuType instance if not
found among the existing ones.
|
LoadBalancerSkuType |
LoadBalancer.sku() |
static LoadBalancerSkuType[] |
LoadBalancerSkuType.values() |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancer.DefinitionStages.WithCreate |
LoadBalancer.DefinitionStages.WithSku.withSku(LoadBalancerSkuType skuType)
Specifies the SKU for the load balancer.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/