StorageMinimumTlsVersion 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.
Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property.
public readonly struct StorageMinimumTlsVersion : IEquatable<Azure.ResourceManager.Storage.Models.StorageMinimumTlsVersion>
type StorageMinimumTlsVersion = struct
Public Structure StorageMinimumTlsVersion
Implements IEquatable(Of StorageMinimumTlsVersion)
- Inheritance
-
StorageMinimumTlsVersion
- Implements
Constructors
StorageMinimumTlsVersion(String) |
Initializes a new instance of StorageMinimumTlsVersion. |
Properties
Tls1_0 |
TLS1_0. |
Tls1_1 |
TLS1_1. |
Tls1_2 |
TLS1_2. |
Tls1_3 |
TLS1_3. |
Methods
Equals(StorageMinimumTlsVersion) |
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(StorageMinimumTlsVersion, StorageMinimumTlsVersion) |
Determines if two StorageMinimumTlsVersion values are the same. |
Implicit(String to StorageMinimumTlsVersion) |
Converts a string to a StorageMinimumTlsVersion. |
Inequality(StorageMinimumTlsVersion, StorageMinimumTlsVersion) |
Determines if two StorageMinimumTlsVersion values are not the same. |
Applies to
Azure SDK for .NET