LegacyApiState Struct

Definition

Indication whether or not the legacy Configuration API (v1) should be exposed on the API Management service. Value is optional but must be 'Enabled' or 'Disabled'. If 'Disabled', legacy Configuration API (v1) will not be available for self-hosted gateways. Default value is 'Enabled'.

public readonly struct LegacyApiState : IEquatable<Azure.ResourceManager.ApiManagement.Models.LegacyApiState>
type LegacyApiState = struct
Public Structure LegacyApiState
Implements IEquatable(Of LegacyApiState)
Inheritance
LegacyApiState
Implements

Constructors

LegacyApiState(String)

Initializes a new instance of LegacyApiState.

Properties

Disabled

Legacy Configuration API (v1) is disabled for the service and self-hosted gateways can not connect to it.

Enabled

Legacy Configuration API (v1) is enabled for the service and self-hosted gateways can connect to it.

Methods

Equals(LegacyApiState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(LegacyApiState, LegacyApiState)

Determines if two LegacyApiState values are the same.

Implicit(String to LegacyApiState)

Converts a string to a LegacyApiState.

Inequality(LegacyApiState, LegacyApiState)

Determines if two LegacyApiState values are not the same.

Applies to