Megosztás a következőn keresztül:


WorkspacePublicNetworkAccess Struct

Definition

Enable or Disable public network access to workspace.

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

Constructors

WorkspacePublicNetworkAccess(String)

Initializes a new instance of WorkspacePublicNetworkAccess.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(WorkspacePublicNetworkAccess)

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

Determines if two WorkspacePublicNetworkAccess values are the same.

Implicit(String to WorkspacePublicNetworkAccess)

Converts a string to a WorkspacePublicNetworkAccess.

Inequality(WorkspacePublicNetworkAccess, WorkspacePublicNetworkAccess)

Determines if two WorkspacePublicNetworkAccess values are not the same.

Applies to