Aracılığıyla paylaş


WafRuleType Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.cdn.WafRuleType

public final class WafRuleType
extends com.microsoft.rest.ExpandableStringEnum<WafRuleType>

Defines values for WafRuleType.

Field Summary

Modifier and Type Field and Description
static final WafRuleType BOT

Static value bot for WafRuleType.

static final WafRuleType CUSTOM

Static value custom for WafRuleType.

static final WafRuleType MANAGED

Static value managed for WafRuleType.

Constructor Summary

Constructor Description
WafRuleType()

Method Summary

Modifier and Type Method and Description
static WafRuleType fromString(String name)

Creates or finds a WafRuleType from its string representation.

static java.util.Collection<WafRuleType> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

BOT

public static final WafRuleType BOT

Static value bot for WafRuleType.

CUSTOM

public static final WafRuleType CUSTOM

Static value custom for WafRuleType.

MANAGED

public static final WafRuleType MANAGED

Static value managed for WafRuleType.

Constructor Details

WafRuleType

public WafRuleType()

Method Details

fromString

public static WafRuleType fromString(String name)

Creates or finds a WafRuleType from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding WafRuleType

values

public static Collection values()

Returns:

known WafRuleType values

Applies to