SapSslPreference 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.
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
Azure SDK for .NET