IUpdate Interface
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.
Modèle pour une opération de mise à jour des informations du journal de flux, contenant tous les paramètres qui peuvent être modifiés. Appelez Update.apply() pour appliquer les modifications à la ressource dans Azure.
public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.FlowLogSettings.Update.IWithEnabled, Microsoft.Azure.Management.Network.Fluent.FlowLogSettings.Update.IWithRetentionPolicy, Microsoft.Azure.Management.Network.Fluent.FlowLogSettings.Update.IWithStorageAccount, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.IFlowLogSettings>
type IUpdate = interface
interface IAppliable<IFlowLogSettings>
interface IIndexable
interface IWithEnabled
interface IWithStorageAccount
interface IWithRetentionPolicy
Public Interface IUpdate
Implements IAppliable(Of IFlowLogSettings), IWithEnabled, IWithRetentionPolicy, IWithStorageAccount
- Implémente
Propriétés
Key |
Modèle pour une opération de mise à jour des informations du journal de flux, contenant tous les paramètres qui peuvent être modifiés. Appelez Update.apply() pour appliquer les modifications à la ressource dans Azure. (Hérité de IIndexable) |
Méthodes
Apply() |
Exécutez la demande de mise à jour. (Hérité de IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
Exécutez la demande de mise à jour de façon asynchrone. (Hérité de IAppliable<T>) |
WithLogging() |
Activez la journalisation de flux. (Hérité de IWithEnabled) |
WithoutLogging() |
Désactivez la journalisation de flux. (Hérité de IWithEnabled) |
WithRetentionPolicyDays(Int32) |
Définissez le nombre de jours pendant lesquels stocker le journal de flux. (Hérité de IWithRetentionPolicy) |
WithRetentionPolicyDisabled() |
Désactivez la stratégie de rétention. (Hérité de IWithRetentionPolicy) |
WithRetentionPolicyEnabled() |
Activez la stratégie de rétention. (Hérité de IWithRetentionPolicy) |
WithStorageAccount(String) |
Spécifie le compte de stockage à utiliser pour stocker le journal. (Hérité de IWithStorageAccount) |
S’applique à
Azure SDK for .NET