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

ServerPublicNetworkAccessState Struct

Definition

public network access is enabled or not

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

Fields

Name Description
Disabled
Enabled

Methods

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

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

Equals(Object)

Compares values of enum type ServerPublicNetworkAccessState (override for Object)

Equals(ServerPublicNetworkAccessState)

Compares values of enum type ServerPublicNetworkAccessState

GetHashCode()

Returns hashCode for enum ServerPublicNetworkAccessState

ToString()

Returns string representation for ServerPublicNetworkAccessState

Operators

Name Description
Equality(ServerPublicNetworkAccessState, ServerPublicNetworkAccessState)

Overriding == operator for enum ServerPublicNetworkAccessState

Implicit(ServerPublicNetworkAccessState to String)

Implicit operator to convert ServerPublicNetworkAccessState to string

Implicit(String to ServerPublicNetworkAccessState)

Implicit operator to convert string to ServerPublicNetworkAccessState

Inequality(ServerPublicNetworkAccessState, ServerPublicNetworkAccessState)

Overriding != operator for enum ServerPublicNetworkAccessState

Applies to