Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Az.NetAppFiles XML Comments #18460

Merged
merged 2 commits into from
Jun 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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