ProfileResourceState Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.ProfileResourceState

public class ProfileResourceState

Defines values for ProfileResourceState.

Field Summary

Modifier and Type Field and Description
final ProfileResourceState ACTIVE

Static value Active for ProfileResourceState.

final ProfileResourceState CREATING

Static value Creating for ProfileResourceState.

final ProfileResourceState DELETING

Static value Deleting for ProfileResourceState.

final ProfileResourceState DISABLED

Static value Disabled for ProfileResourceState.

Constructor Summary

Constructor Description
ProfileResourceState(String value)

Creates a custom value for ProfileResourceState.

Method Summary

Modifier and Type Method and Description
boolean equals(Object obj)
int hashCode()
String toString()

Field Details

ACTIVE

public static final ProfileResourceState ACTIVE= new ProfileResourceState("Active")

Static value Active for ProfileResourceState.

CREATING

public static final ProfileResourceState CREATING= new ProfileResourceState("Creating")

Static value Creating for ProfileResourceState.

DELETING

public static final ProfileResourceState DELETING= new ProfileResourceState("Deleting")

Static value Deleting for ProfileResourceState.

DISABLED

public static final ProfileResourceState DISABLED= new ProfileResourceState("Disabled")

Static value Disabled for ProfileResourceState.

Constructor Details

ProfileResourceState

public ProfileResourceState(String value)

Creates a custom value for ProfileResourceState.

Parameters:

value - the custom value

Method Details

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

Applies to