HybridComputeAccessMode 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.
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
Azure SDK for .NET