RequiredNsgRules 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 a value indicating whether data plane (clusters) to control plane communication happen over private endpoint. Supported values are 'AllRules' and 'NoAzureDatabricksRules'. 'NoAzureServiceRules' value is for internal use only.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRulesTypeConverter))]
public struct RequiredNsgRules : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRulesTypeConverter))>]
type RequiredNsgRules = struct
interface IArgumentCompleter
Public Structure RequiredNsgRules
Implements IArgumentCompleter, IEquatable(Of RequiredNsgRules)
- Inheritance
-
RequiredNsgRules
- Attributes
- Implements
Fields
AllRules | |
NoAzureDatabricksRules | |
NoAzureServiceRules |
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 RequiredNsgRules (override for Object) |
Equals(RequiredNsgRules) |
Compares values of enum type RequiredNsgRules |
GetHashCode() |
Returns hashCode for enum RequiredNsgRules |
ToString() |
Returns string representation for RequiredNsgRules |
Operators
Equality(RequiredNsgRules, RequiredNsgRules) |
Overriding == operator for enum RequiredNsgRules |
Implicit(RequiredNsgRules to String) |
Implicit operator to convert RequiredNsgRules to string |
Implicit(String to RequiredNsgRules) |
Implicit operator to convert string to RequiredNsgRules |
Inequality(RequiredNsgRules, RequiredNsgRules) |
Overriding != operator for enum RequiredNsgRules |