DeveloperPortalStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Status of developer portal in this API Management service.
public readonly struct DeveloperPortalStatus : IEquatable<Azure.ResourceManager.ApiManagement.Models.DeveloperPortalStatus>
type DeveloperPortalStatus = struct
Public Structure DeveloperPortalStatus
Implements IEquatable(Of DeveloperPortalStatus)
- Inheritance
-
DeveloperPortalStatus
- Implements
Constructors
DeveloperPortalStatus(String) |
Initializes a new instance of DeveloperPortalStatus. |
Properties
Disabled |
Developer Portal is disabled for the service. |
Enabled |
Developer Portal is enabled for the service. |
Methods
Equals(DeveloperPortalStatus) |
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(DeveloperPortalStatus, DeveloperPortalStatus) |
Determines if two DeveloperPortalStatus values are the same. |
Implicit(String to DeveloperPortalStatus) |
Converts a string to a DeveloperPortalStatus. |
Inequality(DeveloperPortalStatus, DeveloperPortalStatus) |
Determines if two DeveloperPortalStatus values are not the same. |