Share via


VolumePatchPropertiesExportPolicy Constructors

Definition

Overloads

VolumePatchPropertiesExportPolicy()

Initializes a new instance of the VolumePatchPropertiesExportPolicy class.

VolumePatchPropertiesExportPolicy(IList<ExportPolicyRule>)

Initializes a new instance of the VolumePatchPropertiesExportPolicy class.

VolumePatchPropertiesExportPolicy()

Initializes a new instance of the VolumePatchPropertiesExportPolicy class.

public VolumePatchPropertiesExportPolicy ();
Public Sub New ()

Applies to

VolumePatchPropertiesExportPolicy(IList<ExportPolicyRule>)

Initializes a new instance of the VolumePatchPropertiesExportPolicy class.

public VolumePatchPropertiesExportPolicy (System.Collections.Generic.IList<Microsoft.Azure.Management.NetApp.Models.ExportPolicyRule> rules = default);
new Microsoft.Azure.Management.NetApp.Models.VolumePatchPropertiesExportPolicy : System.Collections.Generic.IList<Microsoft.Azure.Management.NetApp.Models.ExportPolicyRule> -> Microsoft.Azure.Management.NetApp.Models.VolumePatchPropertiesExportPolicy
Public Sub New (Optional rules As IList(Of ExportPolicyRule) = Nothing)

Parameters

rules
IList<ExportPolicyRule>

Export policy rule

Applies to