Sdílet prostřednictvím


SqlPoolStorageAccountType Struct

Definition

The storage account type used to store backups for this sql pool.

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

Constructors

SqlPoolStorageAccountType(String)

Initializes a new instance of SqlPoolStorageAccountType.

Properties

Grs

GRS.

Lrs

LRS.

Methods

Equals(SqlPoolStorageAccountType)

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

Determines if two SqlPoolStorageAccountType values are the same.

Implicit(String to SqlPoolStorageAccountType)

Converts a string to a SqlPoolStorageAccountType.

Inequality(SqlPoolStorageAccountType, SqlPoolStorageAccountType)

Determines if two SqlPoolStorageAccountType values are not the same.

Applies to