IRetentionPolicyParameters Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.RetentionPolicyParametersTypeConverter))]
public interface IRetentionPolicyParameters : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.RetentionPolicyParametersTypeConverter))>]
type IRetentionPolicyParameters = interface
interface IJsonSerializable
Public Interface IRetentionPolicyParameters
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Day |
Number of days to retain flow log records. |
Enabled |
Flag to enable/disable retention. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |