FlowLogSettings Interface
public interface FlowLogSettings extends HasParent,HasInner,Updatable<FlowLogSettings.Update>,Refreshable
Représentation côté client de la configuration du journal de flux, associée à Network Watcher et à une ressource Azure.
Résumé de la méthode
Modificateur et type | Méthode et description |
---|---|
boolean | enabled() |
boolean | isRetentionEnabled() |
String | networkSecurityGroupId() |
int | retentionDays() |
String | storageId() |
String |
targetResourceId()
Obtenez l’ID de la ressource à configurer pour la journalisation de flux. |
Membres hérités
Détails de la méthode
enabled
public boolean enabled()
Retours:
isRetentionEnabled
public boolean isRetentionEnabled()
Retours:
networkSecurityGroupId
public String networkSecurityGroupId()
Retours:
retentionDays
public int retentionDays()
Retours:
storageId
public String storageId()
Retours:
targetResourceId
public String targetResourceId()
Obtenez l’ID de la ressource à configurer pour la journalisation de flux.
Retours:
S’applique à
Azure SDK for Java