Policykey Enum

  • java.lang.Object
    • java.lang.Enum<Policykey>
      • com.microsoft.azure.management.servicebus.Policykey

public enum Policykey

Defines values for Policykey.

Fields

PRIMARY_KEY

Enum value PrimaryKey.

SECONDARY_KEY

Enum value SecondaryKey.

Methods

fromString(String value)

public static Policykey fromString(String value)

Parses a serialized value to a Policykey instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed Policykey object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to