SslPreference 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.
Gets or sets certificate preference if secure communication is enabled.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SslPreferenceTypeConverter))]
public struct SslPreference : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SslPreference>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SslPreferenceTypeConverter))>]
type SslPreference = struct
interface IArgumentCompleter
Public Structure SslPreference
Implements IArgumentCompleter, IEquatable(Of SslPreference)
- Inheritance
-
SslPreference
- Attributes
- Implements
Fields
Disabled | |
RootCertificate | |
ServerCertificate |
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 SslPreference (override for Object) |
Equals(SslPreference) |
Compares values of enum type SslPreference |
GetHashCode() |
Returns hashCode for enum SslPreference |
ToString() |
Returns string representation for SslPreference |
Operators
Equality(SslPreference, SslPreference) |
Overriding == operator for enum SslPreference |
Implicit(SslPreference to String) |
Implicit operator to convert SslPreference to string |
Implicit(String to SslPreference) |
Implicit operator to convert string to SslPreference |
Inequality(SslPreference, SslPreference) |
Overriding != operator for enum SslPreference |