GalleryInVmAccessControlRulesMode 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.
This property allows you to specify whether the access control rules are in Audit mode, in Enforce mode or Disabled. Possible values are: 'Audit', 'Enforce' or 'Disabled'.
public readonly struct GalleryInVmAccessControlRulesMode : IEquatable<Azure.ResourceManager.Compute.Models.GalleryInVmAccessControlRulesMode>
type GalleryInVmAccessControlRulesMode = struct
Public Structure GalleryInVmAccessControlRulesMode
Implements IEquatable(Of GalleryInVmAccessControlRulesMode)
- Inheritance
-
GalleryInVmAccessControlRulesMode
- Implements
Constructors
GalleryInVmAccessControlRulesMode(String) |
Initializes a new instance of GalleryInVmAccessControlRulesMode. |
Properties
Audit |
Audit. |
Disabled |
Disabled. |
Enforce |
Enforce. |
Methods
Equals(GalleryInVmAccessControlRulesMode) |
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(GalleryInVmAccessControlRulesMode, GalleryInVmAccessControlRulesMode) |
Determines if two GalleryInVmAccessControlRulesMode values are the same. |
Implicit(String to GalleryInVmAccessControlRulesMode) |
Converts a String to a GalleryInVmAccessControlRulesMode. |
Inequality(GalleryInVmAccessControlRulesMode, GalleryInVmAccessControlRulesMode) |
Determines if two GalleryInVmAccessControlRulesMode values are not the same. |