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