Uses of Class
com.azure.resourcemanager.network.models.RetentionPolicyParameters
-
Packages that use RetentionPolicyParameters Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 RetentionPolicyParameters Modifier and Type Method Description RetentionPolicyParametersFlowLogInformationInner. retentionPolicy()Get the retentionPolicy property: Parameters that define the retention policy for flow log.RetentionPolicyParametersFlowLogInner. retentionPolicy()Get the retentionPolicy property: Parameters that define the retention policy for flow log.RetentionPolicyParametersFlowLogProperties. retentionPolicy()Get the retentionPolicy property: Parameters that define the retention policy for flow log.RetentionPolicyParametersFlowLogPropertiesFormat. 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 RetentionPolicyParameters Modifier and Type Method Description FlowLogInformationInnerFlowLogInformationInner. withRetentionPolicy(RetentionPolicyParameters retentionPolicy)Set the retentionPolicy property: Parameters that define the retention policy for flow log.FlowLogInnerFlowLogInner. withRetentionPolicy(RetentionPolicyParameters retentionPolicy)Set the retentionPolicy property: Parameters that define the retention policy for flow log.FlowLogPropertiesFlowLogProperties. withRetentionPolicy(RetentionPolicyParameters retentionPolicy)Set the retentionPolicy property: Parameters that define the retention policy for flow log.FlowLogPropertiesFormatFlowLogPropertiesFormat. 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 RetentionPolicyParameters Modifier and Type Method Description RetentionPolicyParametersRetentionPolicyParameters. withDays(Integer days)Set the days property: Number of days to retain flow log records.RetentionPolicyParametersRetentionPolicyParameters. withEnabled(Boolean enabled)Set the enabled property: Flag to enable/disable retention.
-