PublicIPSkuType Class

  • java.lang.Object
    • com.microsoft.azure.management.network.PublicIPSkuType

public final class PublicIPSkuType

Defines values for PublicIPSkuType.

Field Summary

Modifier and Type Field and Description
static final PublicIPSkuType BASIC

Static value Basic for PublicIPSkuType.

static final PublicIPSkuType STANDARD

Static value Standard for PublicIPSkuType.

Method Summary

Modifier and Type Method and Description
boolean equals(Object obj)
static PublicIPSkuType fromSku(PublicIPAddressSku pipSku)

Parses a value into a SKU type and creates a new PublicIPSkuType instance if not found among the existing ones.

int hashCode()
PublicIPAddressSku sku()
static PublicIPSkuType[] values()

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

BASIC

public static final PublicIPSkuType BASIC

Static value Basic for PublicIPSkuType.

STANDARD

public static final PublicIPSkuType STANDARD

Static value Standard for PublicIPSkuType.

Method Details

equals

public boolean equals(Object obj)

Overrides:

PublicIPSkuType.equals(Object obj)

Parameters:

obj

fromSku

public static PublicIPSkuType fromSku(PublicIPAddressSku pipSku)

Parses a value into a SKU type and creates a new PublicIPSkuType instance if not found among the existing ones.

Parameters:

pipSku - a sku

Returns:

the PublicIPSkuType

hashCode

public int hashCode()

Overrides:

PublicIPSkuType.hashCode()

sku

public PublicIPAddressSku sku()

Returns:

the PublicIPAddressSku associated with the PublicIPAddressSkuType.

values

public static PublicIPSkuType[] values()

Returns:

predefined publicIP SKU types

Applies to