Share via


ServerNetworkAccessFlag Struct

Definition

Whether or not public endpoint access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' or 'SecuredByPerimeter'.

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

Constructors

ServerNetworkAccessFlag(String)

Initializes a new instance of ServerNetworkAccessFlag.

Properties

Disabled

Disabled.

Enabled

Enabled.

SecuredByPerimeter

SecuredByPerimeter.

Methods

Equals(ServerNetworkAccessFlag)

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

Equality(ServerNetworkAccessFlag, ServerNetworkAccessFlag)

Determines if two ServerNetworkAccessFlag values are the same.

Implicit(String to ServerNetworkAccessFlag)

Converts a string to a ServerNetworkAccessFlag.

Inequality(ServerNetworkAccessFlag, ServerNetworkAccessFlag)

Determines if two ServerNetworkAccessFlag values are not the same.

Applies to