RetentionPolicyParameters Constructors
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.
Overloads
RetentionPolicyParameters() |
Initializes a new instance of the RetentionPolicyParameters class. |
RetentionPolicyParameters(Nullable<Int32>, Nullable<Boolean>) |
Initializes a new instance of the RetentionPolicyParameters class. |
RetentionPolicyParameters()
Initializes a new instance of the RetentionPolicyParameters class.
public RetentionPolicyParameters ();
Public Sub New ()
Applies to
RetentionPolicyParameters(Nullable<Int32>, Nullable<Boolean>)
Initializes a new instance of the RetentionPolicyParameters class.
public RetentionPolicyParameters (int? days = default, bool? enabled = default);
new Microsoft.Azure.Management.Network.Fluent.Models.RetentionPolicyParameters : Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.Network.Fluent.Models.RetentionPolicyParameters
Public Sub New (Optional days As Nullable(Of Integer) = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing)