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