Skip to content

Commit

Permalink
Fix Az.NetAppFiles XML Comments (#18460)
Browse files Browse the repository at this point in the history
* Fix Az.NetAppFiles XML Comments

* Update PSNetAppFilesVolumeBackupProperties.cs

Co-authored-by: Ziyue Zheng <v-ziyzhe@microsoft.com>
  • Loading branch information
v-yuzhichen and ziyuezh576 authored Jun 21, 2022
1 parent 67fe7ae commit ecb639d
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,31 @@ namespace Microsoft.Azure.Commands.NetAppFiles.Models
public class PSNetAppFilesVolumeBackupProperties
{
/// <summary>
/// Gets BackupPolicyId
/// Gets or sets BackupPolicyId
/// </summary>
/// <remarks>
/// Backup Policy Resource ID
/// </remarks>
public string BackupPolicyId { get; set; }

/// Gets PolicyEnforced
/// <summary>
/// Gets or sets PolicyEnforced
/// </summary>
/// <remarks>
/// Policy Enforced
/// </remarks>
public bool? PolicyEnforced { get; set; }

/// Gets PolicyEnforced
/// <summary>
/// Gets or sets VaultId
/// </summary>
/// <remarks>
/// Vault Resource ID
/// </remarks>
public string VaultId { get; set; }

//
// Summary:
// Gets or sets BackupEnabled
/// Gets PolicyEnforced
/// <summary>
/// Gets or sets BackupEnabled
/// </summary>
/// <remarks>
/// Backup Enabled
Expand Down

0 comments on commit ecb639d

Please sign in to comment.