PublicIPSkuType Class

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

public class PublicIPSkuType

Defines values for PublicIPSkuType.

Field Summary

Modifier and Type Field and Description
final PublicIPSkuType BASIC

Static value Basic for PublicIPSkuType.

final PublicIPSkuType STANDARD

Static value Standard for PublicIPSkuType.

Method Summary

Modifier and Type Method and Description
boolean equals(Object obj)
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()
PublicIPSkuType [] values()

Field Details

BASIC

public static final PublicIPSkuType BASIC= new PublicIPSkuType(PublicIPAddressSkuName.BASIC)

Static value Basic for PublicIPSkuType.

STANDARD

public static final PublicIPSkuType STANDARD= new PublicIPSkuType(PublicIPAddressSkuName.STANDARD)

Static value Standard for PublicIPSkuType.

Method Details

equals

public boolean 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()

sku

public PublicIPAddressSku sku()

Returns:

the PublicIPAddressSku associated with the PublicIPAddressSkuType.

values

public static PublicIPSkuType [] values()

Returns:

predefined publicIP SKU types

Applies to