ArtifactManifestState 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.
État du manifeste de l’artefact.
public readonly struct ArtifactManifestState : IEquatable<Azure.ResourceManager.HybridNetwork.Models.ArtifactManifestState>
type ArtifactManifestState = struct
Public Structure ArtifactManifestState
Implements IEquatable(Of ArtifactManifestState)
- Héritage
-
ArtifactManifestState
- Implémente
Constructeurs
ArtifactManifestState(String) |
Initialise une nouvelle instance de ArtifactManifestState. |
Propriétés
Succeeded |
Succès. |
Unknown |
Inconnu. |
Uploaded |
Téléchargé. |
Uploading |
Téléchargement. |
Validating |
Validation. |
ValidationFailed |
ValidationFailed. |
Méthodes
Equals(ArtifactManifestState) |
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(ArtifactManifestState, ArtifactManifestState) |
Détermine si deux ArtifactManifestState valeurs sont identiques. |
Implicit(String to ArtifactManifestState) |
Convertit une chaîne en ArtifactManifestState. |
Inequality(ArtifactManifestState, ArtifactManifestState) |
Détermine si deux ArtifactManifestState valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET