ArmCommvaultContentStoreModelFactory.StopBackupProtectionGroupContent 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.CommvaultContentStore.Models.StopBackupProtectionGroupContent StopBackupProtectionGroupContent(string reason = default, string comment = default);
static member StopBackupProtectionGroupContent : string * string -> Azure.ResourceManager.CommvaultContentStore.Models.StopBackupProtectionGroupContent
Public Shared Function StopBackupProtectionGroupContent (Optional reason As String = Nothing, Optional comment As String = Nothing) As StopBackupProtectionGroupContent
Parameters
- reason
- String
The reason for stopping the backup.
- comment
- String
Any further comments.
Returns
A new StopBackupProtectionGroupContent instance for mocking.