PrivateEndpointBillingSku Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. PrivateEndpointBillingSku
- com.
- com.
public final class PrivateEndpointBillingSku
extends ExpandableStringEnum<PrivateEndpointBillingSku>
The billing sku of the private endpoint.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Private |
FIXED
Fixed sku is best for high data processing private endpoints. |
|
static final
Private |
PAY_AS_YOU_GO
Pay |
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateEndpointBillingSku() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Private |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Private |
fromString(String name)
Creates or finds a Private |
|
static
Collection<Private |
values()
Gets known Private |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FIXED
public static final PrivateEndpointBillingSku FIXED
Fixed sku is best for high data processing private endpoints.
PAY_AS_YOU_GO
public static final PrivateEndpointBillingSku PAY_AS_YOU_GO
PayAsYouGo sku is the default price for private endpoints.
Constructor Details
PrivateEndpointBillingSku
@Deprecated
public PrivateEndpointBillingSku()
Deprecated
Creates a new instance of PrivateEndpointBillingSku value.
Method Details
fromString
public static PrivateEndpointBillingSku fromString(String name)
Creates or finds a PrivateEndpointBillingSku from its string representation.
Parameters:
Returns:
values
public static Collection<PrivateEndpointBillingSku> values()
Gets known PrivateEndpointBillingSku values.
Returns: