ArmNetworkModelFactory.RetentionPolicyParameters Method
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.
public static Azure.ResourceManager.Network.Models.RetentionPolicyParameters RetentionPolicyParameters(int? days = default, bool? enabled = default);
static member RetentionPolicyParameters : Nullable<int> * Nullable<bool> -> Azure.ResourceManager.Network.Models.RetentionPolicyParameters
Public Shared Function RetentionPolicyParameters (Optional days As Nullable(Of Integer) = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing) As RetentionPolicyParameters
Parameters
Returns
A new RetentionPolicyParameters instance for mocking.