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

MicrosoftHostedNetworkEnableStatus Struct

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.MicrosoftHostedNetworkEnableStatusTypeConverter))]
public struct MicrosoftHostedNetworkEnableStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.MicrosoftHostedNetworkEnableStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.MicrosoftHostedNetworkEnableStatusTypeConverter))>]
type MicrosoftHostedNetworkEnableStatus = struct
    interface IArgumentCompleter
Public Structure MicrosoftHostedNetworkEnableStatus
Implements IArgumentCompleter, IEquatable(Of MicrosoftHostedNetworkEnableStatus)
Inheritance
MicrosoftHostedNetworkEnableStatus
Attributes
Implements

Fields

Disabled
Enabled

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(MicrosoftHostedNetworkEnableStatus)

Compares values of enum type MicrosoftHostedNetworkEnableStatus

Equals(Object)

Compares values of enum type MicrosoftHostedNetworkEnableStatus (override for Object)

GetHashCode()

Returns hashCode for enum MicrosoftHostedNetworkEnableStatus

ToString()

Returns string representation for MicrosoftHostedNetworkEnableStatus

Operators

Equality(MicrosoftHostedNetworkEnableStatus, MicrosoftHostedNetworkEnableStatus)

Overriding == operator for enum MicrosoftHostedNetworkEnableStatus

Implicit(MicrosoftHostedNetworkEnableStatus to String)

Implicit operator to convert MicrosoftHostedNetworkEnableStatus to string

Implicit(String to MicrosoftHostedNetworkEnableStatus)

Implicit operator to convert string to MicrosoftHostedNetworkEnableStatus

Inequality(MicrosoftHostedNetworkEnableStatus, MicrosoftHostedNetworkEnableStatus)

Overriding != operator for enum MicrosoftHostedNetworkEnableStatus

Applies to