DataRefreshType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique le type d’option d’actualisation des données.
public readonly struct DataRefreshType : IEquatable<Azure.ResourceManager.StreamAnalytics.Models.DataRefreshType>
type DataRefreshType = struct
Public Structure DataRefreshType
Implements IEquatable(Of DataRefreshType)
- Héritage
-
DataRefreshType
- Implémente
Constructeurs
DataRefreshType(String) |
Initialise une nouvelle instance de DataRefreshType. |
Propriétés
Blocking |
Blocage. |
Nonblocking |
Non bloquant. |
RefreshPeriodicallyWithDelta |
RefreshPeriodicalWithDelta. |
RefreshPeriodicallyWithFull |
RefreshPeriodicalWithFull. |
Static |
Statique. |
Méthodes
Equals(DataRefreshType) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(DataRefreshType, DataRefreshType) |
Détermine si deux DataRefreshType valeurs sont identiques. |
Implicit(String to DataRefreshType) |
Convertit une chaîne en DataRefreshType. |
Inequality(DataRefreshType, DataRefreshType) |
Détermine si deux DataRefreshType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET