StreamingJobContentStoragePolicy 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.
Les valeurs valides sont JobStorageAccount et SystemAccount. Si la valeur est JobStorageAccount, l’utilisateur doit également spécifier la propriété jobStorageAccount. .
public readonly struct StreamingJobContentStoragePolicy : IEquatable<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobContentStoragePolicy>
type StreamingJobContentStoragePolicy = struct
Public Structure StreamingJobContentStoragePolicy
Implements IEquatable(Of StreamingJobContentStoragePolicy)
- Héritage
-
StreamingJobContentStoragePolicy
- Implémente
Constructeurs
StreamingJobContentStoragePolicy(String) |
Initialise une nouvelle instance de StreamingJobContentStoragePolicy. |
Propriétés
JobStorageAccount |
JobStorageAccount. |
SystemAccount |
SystemAccount. |
Méthodes
Equals(StreamingJobContentStoragePolicy) |
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(StreamingJobContentStoragePolicy, StreamingJobContentStoragePolicy) |
Détermine si deux StreamingJobContentStoragePolicy valeurs sont identiques. |
Implicit(String to StreamingJobContentStoragePolicy) |
Convertit une chaîne en StreamingJobContentStoragePolicy. |
Inequality(StreamingJobContentStoragePolicy, StreamingJobContentStoragePolicy) |
Détermine si deux StreamingJobContentStoragePolicy valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET