Uses of Class
com.azure.resourcemanager.network.models.RetentionPolicyParameters
Packages that use RetentionPolicyParameters
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of RetentionPolicyParameters in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return RetentionPolicyParametersModifier and TypeMethodDescriptionFlowLogInformationInner.retentionPolicy()Get the retentionPolicy property: Parameters that define the retention policy for flow log.FlowLogInner.retentionPolicy()Get the retentionPolicy property: Parameters that define the retention policy for flow log.FlowLogProperties.retentionPolicy()Get the retentionPolicy property: Parameters that define the retention policy for flow log.FlowLogPropertiesFormat.retentionPolicy()Get the retentionPolicy property: Parameters that define the retention policy for flow log.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type RetentionPolicyParametersModifier and TypeMethodDescriptionFlowLogInformationInner.withRetentionPolicy(RetentionPolicyParameters retentionPolicy) Set the retentionPolicy property: Parameters that define the retention policy for flow log.FlowLogInner.withRetentionPolicy(RetentionPolicyParameters retentionPolicy) Set the retentionPolicy property: Parameters that define the retention policy for flow log.FlowLogProperties.withRetentionPolicy(RetentionPolicyParameters retentionPolicy) Set the retentionPolicy property: Parameters that define the retention policy for flow log.FlowLogPropertiesFormat.withRetentionPolicy(RetentionPolicyParameters retentionPolicy) Set the retentionPolicy property: Parameters that define the retention policy for flow log. -
Uses of RetentionPolicyParameters in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return RetentionPolicyParametersModifier and TypeMethodDescriptionstatic RetentionPolicyParametersRetentionPolicyParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RetentionPolicyParameters from the JsonReader.Set the days property: Number of days to retain flow log records.RetentionPolicyParameters.withEnabled(Boolean enabled) Set the enabled property: Flag to enable/disable retention.