AllowASOverride 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.
Enable Or Disable state.
public readonly struct AllowASOverride : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.AllowASOverride>
type AllowASOverride = struct
Public Structure AllowASOverride
Implements IEquatable(Of AllowASOverride)
- Inheritance
-
AllowASOverride
- Implements
Constructors
AllowASOverride(String) |
Initializes a new instance of AllowASOverride. |
Properties
Disable |
Disable. |
Enable |
Enable. |
Methods
Equals(AllowASOverride) |
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(AllowASOverride, AllowASOverride) |
Determines if two AllowASOverride values are the same. |
Implicit(String to AllowASOverride) |
Converts a string to a AllowASOverride. |
Inequality(AllowASOverride, AllowASOverride) |
Determines if two AllowASOverride values are not the same. |
Applies to
Azure SDK for .NET