你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetworkRuleBypassOptions Struct

Definition

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

Applies to