File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/Service Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ public override void ExecuteCmdlet()
59
59
}
60
60
}
61
61
62
+ /// <summary>
63
+ /// Queries all, by default.
64
+ /// </summary>
62
65
private void GetByDefault ( )
63
66
{
64
67
IEnumerable < CloudService > cloudServiceList = RecoveryServicesClient . GetCloudServices ( ) ;
@@ -78,6 +81,9 @@ private void GetByDefault()
78
81
this . WriteVaults ( vaultList ) ;
79
82
}
80
83
84
+ /// <summary>
85
+ /// Queries by name.
86
+ /// </summary>
81
87
private void GetByName ( )
82
88
{
83
89
bool vaultFound = false ;
@@ -119,7 +125,7 @@ private void WriteVaults(IList<ASRVault> vaultList)
119
125
}
120
126
121
127
/// <summary>
122
- /// Writes Vaults
128
+ /// Writes Vault
123
129
/// </summary>
124
130
/// <param name="vault">Vault object</param>
125
131
private void WriteVault ( ASRVault vault )
You can’t perform that action at this time.
0 commit comments