SecurityRuleAccess Class

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

public class SecurityRuleAccess

Defines values for SecurityRuleAccess.

Field Summary

Modifier and Type Field and Description
final SecurityRuleAccess ALLOW

Static value Allow for SecurityRuleAccess.

final SecurityRuleAccess DENY

Static value Deny for SecurityRuleAccess.

Constructor Summary

Constructor Description
SecurityRuleAccess(String value)

Creates a custom value for SecurityRuleAccess.

Method Summary

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

Field Details

ALLOW

public static final SecurityRuleAccess ALLOW= new SecurityRuleAccess("Allow")

Static value Allow for SecurityRuleAccess.

DENY

public static final SecurityRuleAccess DENY= new SecurityRuleAccess("Deny")

Static value Deny for SecurityRuleAccess.

Constructor Details

SecurityRuleAccess

public SecurityRuleAccess(String value)

Creates a custom value for SecurityRuleAccess.

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