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

HybridComputeAccessMode Struct

Definition

Property that impacts a resource's logging behavior and its connectivity with other resources and public networks.

public readonly struct HybridComputeAccessMode : IEquatable<Azure.ResourceManager.HybridCompute.Models.HybridComputeAccessMode>
type HybridComputeAccessMode = struct
Public Structure HybridComputeAccessMode
Implements IEquatable(Of HybridComputeAccessMode)
Inheritance
HybridComputeAccessMode
Implements

Constructors

HybridComputeAccessMode(String)

Initializes a new instance of HybridComputeAccessMode.

Properties

Audit

Dry run mode, where traffic is evaluated against NSP Rules, logged but not enforced.

Enforced

Indicates that resource access is controlled by the NSP definition.

Learning

Enables traffic evaluation to fall back to resource-specific firewall configurations.

Methods

Equals(HybridComputeAccessMode)

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(HybridComputeAccessMode, HybridComputeAccessMode)

Determines if two HybridComputeAccessMode values are the same.

Implicit(String to HybridComputeAccessMode)

Converts a String to a HybridComputeAccessMode.

Inequality(HybridComputeAccessMode, HybridComputeAccessMode)

Determines if two HybridComputeAccessMode values are not the same.

Applies to