DefaultStorageFirewall 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.
Gets or Sets Default Storage Firewall configuration information
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.DefaultStorageFirewallTypeConverter))]
public struct DefaultStorageFirewall : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.DefaultStorageFirewall>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.DefaultStorageFirewallTypeConverter))>]
type DefaultStorageFirewall = struct
interface IArgumentCompleter
Public Structure DefaultStorageFirewall
Implements IArgumentCompleter, IEquatable(Of DefaultStorageFirewall)
- Inheritance
-
DefaultStorageFirewall
- Attributes
- Implements
Fields
Disabled | |
Enabled |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(DefaultStorageFirewall) |
Compares values of enum type DefaultStorageFirewall |
Equals(Object) |
Compares values of enum type DefaultStorageFirewall (override for Object) |
GetHashCode() |
Returns hashCode for enum DefaultStorageFirewall |
ToString() |
Returns string representation for DefaultStorageFirewall |
Operators
Equality(DefaultStorageFirewall, DefaultStorageFirewall) |
Overriding == operator for enum DefaultStorageFirewall |
Implicit(DefaultStorageFirewall to String) |
Implicit operator to convert DefaultStorageFirewall to string |
Implicit(String to DefaultStorageFirewall) |
Implicit operator to convert string to DefaultStorageFirewall |
Inequality(DefaultStorageFirewall, DefaultStorageFirewall) |
Overriding != operator for enum DefaultStorageFirewall |