Delen via


TlsVersion Struct

Definition

Minimum TLS version of the publisher allowed to publish to this domain.

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

Constructors

TlsVersion(String)

Initializes a new instance of TlsVersion.

Properties

One0

1.0.

One1

1.1.

One2

1.2.

Methods

Equals(TlsVersion)

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(TlsVersion, TlsVersion)

Determines if two TlsVersion values are the same.

Implicit(String to TlsVersion)

Converts a string to a TlsVersion.

Inequality(TlsVersion, TlsVersion)

Determines if two TlsVersion values are not the same.

Applies to