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

DevCenterMicrosoftHostedNetworkEnableStatus Struct

Definition

Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.

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

Constructors

Name Description
DevCenterMicrosoftHostedNetworkEnableStatus(String)

Initializes a new instance of DevCenterMicrosoftHostedNetworkEnableStatus.

Properties

Name Description
Disabled

Microsoft Hosted Networks are disabled for this Dev Center.

Enabled

Microsoft Hosted Networks are enabled for this Dev Center.

Methods

Name Description
Equals(DevCenterMicrosoftHostedNetworkEnableStatus)

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

Determines if two DevCenterMicrosoftHostedNetworkEnableStatus values are the same.

Implicit(String to DevCenterMicrosoftHostedNetworkEnableStatus)

Converts a string to a DevCenterMicrosoftHostedNetworkEnableStatus.

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

Determines if two DevCenterMicrosoftHostedNetworkEnableStatus values are not the same.

Applies to