你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DevCenterFeatureStatus Struct

Definition

Feature status.

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

Constructors

Name Description
DevCenterFeatureStatus(String)

Initializes a new instance of DevCenterFeatureStatus.

Properties

Name Description
AutoDeploy

Auto Deploy feature status.

Disabled

Feature is disabled.

Enabled

Feature is enabled.

Methods

Name Description
Equals(DevCenterFeatureStatus)

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

Name Description
Equality(DevCenterFeatureStatus, DevCenterFeatureStatus)

Determines if two DevCenterFeatureStatus values are the same.

Implicit(String to DevCenterFeatureStatus)

Converts a string to a DevCenterFeatureStatus.

Implicit(String to Nullable<DevCenterFeatureStatus>)
Inequality(DevCenterFeatureStatus, DevCenterFeatureStatus)

Determines if two DevCenterFeatureStatus values are not the same.

Applies to