AzureAdAuthenticationAsArmPolicyStatus 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.
The value that indicates whether the policy is enabled or not.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatusTypeConverter))]
public struct AzureAdAuthenticationAsArmPolicyStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatusTypeConverter))>]
type AzureAdAuthenticationAsArmPolicyStatus = struct
interface IArgumentCompleter
Public Structure AzureAdAuthenticationAsArmPolicyStatus
Implements IArgumentCompleter, IEquatable(Of AzureAdAuthenticationAsArmPolicyStatus)
- Inheritance
-
AzureAdAuthenticationAsArmPolicyStatus
- Attributes
- Implements
Fields
Disabled | |
Enabled |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(AzureAdAuthenticationAsArmPolicyStatus) |
Compares values of enum type AzureAdAuthenticationAsArmPolicyStatus |
Equals(Object) |
Compares values of enum type AzureAdAuthenticationAsArmPolicyStatus (override for Object) |
GetHashCode() |
Returns hashCode for enum AzureAdAuthenticationAsArmPolicyStatus |
ToString() |
Returns string representation for AzureAdAuthenticationAsArmPolicyStatus |
Operators
Equality(AzureAdAuthenticationAsArmPolicyStatus, AzureAdAuthenticationAsArmPolicyStatus) |
Overriding == operator for enum AzureAdAuthenticationAsArmPolicyStatus |
Implicit(AzureAdAuthenticationAsArmPolicyStatus to String) |
Implicit operator to convert AzureAdAuthenticationAsArmPolicyStatus to string |
Implicit(String to AzureAdAuthenticationAsArmPolicyStatus) |
Implicit operator to convert string to AzureAdAuthenticationAsArmPolicyStatus |
Inequality(AzureAdAuthenticationAsArmPolicyStatus, AzureAdAuthenticationAsArmPolicyStatus) |
Overriding != operator for enum AzureAdAuthenticationAsArmPolicyStatus |