NetworkRuleBypassOptions 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.
Whether to allow trusted Azure services to access a network restricted registry.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptionsTypeConverter))]
public struct NetworkRuleBypassOptions : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptionsTypeConverter))>]
type NetworkRuleBypassOptions = struct
interface IArgumentCompleter
Public Structure NetworkRuleBypassOptions
Implements IArgumentCompleter, IEquatable(Of NetworkRuleBypassOptions)
- Inheritance
-
NetworkRuleBypassOptions
- Attributes
- Implements
Fields
AzureServices | |
None |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(NetworkRuleBypassOptions) |
Compares values of enum type NetworkRuleBypassOptions |
Equals(Object) |
Compares values of enum type NetworkRuleBypassOptions (override for Object) |
GetHashCode() |
Returns hashCode for enum NetworkRuleBypassOptions |
ToString() |
Returns string representation for NetworkRuleBypassOptions |
Operators
Equality(NetworkRuleBypassOptions, NetworkRuleBypassOptions) |
Overriding == operator for enum NetworkRuleBypassOptions |
Implicit(NetworkRuleBypassOptions to String) |
Implicit operator to convert NetworkRuleBypassOptions to string |
Implicit(String to NetworkRuleBypassOptions) |
Implicit operator to convert string to NetworkRuleBypassOptions |
Inequality(NetworkRuleBypassOptions, NetworkRuleBypassOptions) |
Overriding != operator for enum NetworkRuleBypassOptions |