Share via


SapSslPreference Struct

Definition

Gets or sets certificate preference if secure communication is enabled.

public readonly struct SapSslPreference : IEquatable<Azure.ResourceManager.Workloads.Models.SapSslPreference>
type SapSslPreference = struct
Public Structure SapSslPreference
Implements IEquatable(Of SapSslPreference)
Inheritance
SapSslPreference
Implements

Constructors

SapSslPreference(String)

Initializes a new instance of SapSslPreference.

Properties

Disabled

Disabled.

RootCertificate

RootCertificate.

ServerCertificate

ServerCertificate.

Methods

Equals(SapSslPreference)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SapSslPreference, SapSslPreference)

Determines if two SapSslPreference values are the same.

Implicit(String to SapSslPreference)

Converts a string to a SapSslPreference.

Inequality(SapSslPreference, SapSslPreference)

Determines if two SapSslPreference values are not the same.

Applies to