Freigeben über


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

Name Description
SapSslPreference(String)

Initializes a new instance of SapSslPreference.

Properties

Name Description
Disabled

Disabled.

RootCertificate

RootCertificate.

ServerCertificate

ServerCertificate.

Methods

Name Description
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

Name Description
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