LegacyPortalStatus Struct

Definition

Status of legacy portal in the API Management service.

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

Constructors

LegacyPortalStatus(String)

Initializes a new instance of LegacyPortalStatus.

Properties

Disabled

Legacy Portal is disabled for the service.

Enabled

Legacy Portal is enabled for the service.

Methods

Equals(LegacyPortalStatus)

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(LegacyPortalStatus, LegacyPortalStatus)

Determines if two LegacyPortalStatus values are the same.

Implicit(String to LegacyPortalStatus)

Converts a string to a LegacyPortalStatus.

Inequality(LegacyPortalStatus, LegacyPortalStatus)

Determines if two LegacyPortalStatus values are not the same.

Applies to