AssociationType Class

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

public class AssociationType

Defines values for AssociationType.

Field Summary

Modifier and Type Field and Description
final AssociationType ASSOCIATED

Static value Associated for AssociationType.

final AssociationType CONTAINS

Static value Contains for AssociationType.

Constructor Summary

Constructor Description
AssociationType(String value)

Creates a custom value for AssociationType.

Method Summary

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

Field Details

ASSOCIATED

public static final AssociationType ASSOCIATED= new AssociationType("Associated")

Static value Associated for AssociationType.

CONTAINS

public static final AssociationType CONTAINS= new AssociationType("Contains")

Static value Contains for AssociationType.

Constructor Details

AssociationType

public AssociationType(String value)

Creates a custom value for AssociationType.

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