Partager via


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

Disabled
Enabled

Methods

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

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