次の方法で共有


ClientCertMode Struct

Definition

This composes with ClientCertEnabled setting.

  • ClientCertEnabled: false means ClientCert is ignored.
  • ClientCertEnabled: true and ClientCertMode: Required means ClientCert is required.
  • ClientCertEnabled: true and ClientCertMode: Optional means ClientCert is optional or accepted.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ClientCertModeTypeConverter))]
public struct ClientCertMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ClientCertMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ClientCertModeTypeConverter))>]
type ClientCertMode = struct
    interface IArgumentCompleter
Public Structure ClientCertMode
Implements IArgumentCompleter, IEquatable(Of ClientCertMode)
Inheritance
ClientCertMode
Attributes
Implements

Fields

Optional
OptionalInteractiveUser
Required

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ClientCertMode)

Compares values of enum type ClientCertMode

Equals(Object)

Compares values of enum type ClientCertMode (override for Object)

GetHashCode()

Returns hashCode for enum ClientCertMode

ToString()

Returns string representation for ClientCertMode

Operators

Equality(ClientCertMode, ClientCertMode)

Overriding == operator for enum ClientCertMode

Implicit(ClientCertMode to String)

Implicit operator to convert ClientCertMode to string

Implicit(String to ClientCertMode)

Implicit operator to convert string to ClientCertMode

Inequality(ClientCertMode, ClientCertMode)

Overriding != operator for enum ClientCertMode

Applies to