PrivateEndpointBillingSku Class

public final class PrivateEndpointBillingSku
extends ExpandableStringEnum<PrivateEndpointBillingSku>

The billing sku of the private endpoint.

Field Summary

Modifier and Type Field and Description
static final PrivateEndpointBillingSku FIXED

Fixed sku is best for high data processing private endpoints.

static final PrivateEndpointBillingSku PAY_AS_YOU_GO

PayAsYouGo sku is the default price for private endpoints.

Constructor Summary

Constructor Description
PrivateEndpointBillingSku()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PrivateEndpointBillingSku value.

Method Summary

Modifier and Type Method and Description
static PrivateEndpointBillingSku fromString(String name)

Creates or finds a PrivateEndpointBillingSku from its string representation.

static Collection<PrivateEndpointBillingSku> values()

Gets known PrivateEndpointBillingSku values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding PrivateEndpointBillingSku.

values

public static Collection<PrivateEndpointBillingSku> values()

Gets known PrivateEndpointBillingSku values.

Returns:

known PrivateEndpointBillingSku values.

Applies to