PolicyType Class

  • java.lang.Object
    • com.microsoft.azure.management.resources.PolicyType

public class PolicyType

Defines values for PolicyType.

Field Summary

Modifier and Type Field and Description
final PolicyType BUILT_IN

Static value BuiltIn for PolicyType.

final PolicyType CUSTOM

Static value Custom for PolicyType.

final PolicyType NOT_SPECIFIED

Static value NotSpecified for PolicyType.

Constructor Summary

Constructor Description
PolicyType(String value)

Creates a custom value for PolicyType.

Method Summary

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

Field Details

BUILT_IN

public static final PolicyType BUILT_IN= new PolicyType("BuiltIn")

Static value BuiltIn for PolicyType.

CUSTOM

public static final PolicyType CUSTOM= new PolicyType("Custom")

Static value Custom for PolicyType.

NOT_SPECIFIED

public static final PolicyType NOT_SPECIFIED= new PolicyType("NotSpecified")

Static value NotSpecified for PolicyType.

Constructor Details

PolicyType

public PolicyType(String value)

Creates a custom value for PolicyType.

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