WorkspacePublicNetworkAccess Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET