You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicconststringManagedResourceName="The resource name of the resource being managed by the Azure Backup service (ex: resource name of the VM).";
26
-
publicconststringManagedResourceGroupName="The resource group name of the resource being managed by the Azure Backup service (ex: resource group name of the VM).";
publicconststringRetentionType="Unit of retention for the recovery point.";
25
+
publicconststringRententionDuration="Specifies how long a recovery point will be retained, for a given RetentionType.";
26
+
27
+
/* Get-AzureRMBackupVault */
28
+
publicconststringResourceGroupName="The ResourceGroup in which the Azure resource is placed.";
29
+
publicconststringResourceName="The name of the Azure resource.";
30
+
31
+
/* New-AzureRMBackupVault */
32
+
//public const string ResourceGroupName
33
+
//public const string ResourceName
34
+
publicconststringLocation="The Azure region where the Backup vault is located.";
35
+
publicconststringStorageType="The storage redundancy for the backup data stored in the vault. The currently supported storage redundancy options are Locally Redundant Storage (LRS) and Geo-Redundant Storage (GRS).";
36
+
37
+
/* Set-AzureRMBackupVault */
38
+
//public const string Vault
39
+
//public const string StorageType
40
+
41
+
/* Get-AzureRMBackupVaultCredentials */
42
+
//public const string Vault
43
+
publicconststringTargetLocation="The directory where the vault credentials file will be saved. This must be specified as an absolute path.";
44
+
45
+
/* Get-AzureRMBackupContainer */
46
+
publicconststringManagedResourceName="The name of the resource being managed by the Azure Backup service (for example: resource name of the VM).";
47
+
publicconststringManagedResourceGroupName="The ResourceGroup of the resource being managed by the Azure Backup service (for example: ResourceGroup name of the VM).";
48
+
publicconststringContainerRegistrationStatus="The registration status of the Azure Backup container.";
49
+
publicconststringContainerType="The type of the Azure Backup container. This can be a Windows Server, an Azure IaaS VM, or a Data Protection Manager server.";
50
+
//public const string Vault
51
+
52
+
/* Get-AzureRMBackupItem */
53
+
publicconststringAzureBackupContainer="The Azure Backup container object which is the parent resource for the Azure Backup Item. The container can be a Windows Server, an Azure IaaS VM, or a Data Protection Manager server.";
58
54
publicconststringProtectionStatus="Protection Status of the azure backup item.";
publicconststringReason="Reson for removing protection";
68
-
publicconststringComments="Comments for for removing protection";
69
-
publicconststringWorkloadType="Workload type for which the policy is defined.";
70
-
publicconststringBackupType="Type of backup.";
71
-
publicconststringDailyScheduleType="Switch parameter for daily backup schedule.";
72
-
publicconststringWeeklyScheduleType="Switch parameter for weekly backup schedule.";
73
-
publicconststringScheduleRunDays="Days of week for running backup, required for weekly schedule.";
56
+
publicconststringType="Type of Azure Backup Item.";
57
+
58
+
/* Enable-AzureRMBackupProtection */
59
+
publicconststringAzureBackupItemEnable="The Azure Backup item that is being enabled for protection.";
60
+
publicconststringPolicyObject="The Protection Policy object that contains all the scheduling information for backup and retention. This policy will be associated with the backup item provided as input.";
61
+
62
+
/* Enable-AzureRMBackupContainerReregistration */
63
+
publicconststringAzureBackupContainerToReregister="The Azure Backup container to be unregistered. For this commandlet, the container cannot be of type AzureVM. Use the Get-AzureRMBackupContainer to get a list of containers.";
64
+
65
+
/* Disable-AzureRMBackupProtection */
66
+
publicconststringRemoveProtectionOption="If this option is used, all the backup data for this item will also be deleted and restoring data will not be possible.";
67
+
publicconststringAzureBackupItemDisable="Azure Backup item for which the protection is being disabled.";
68
+
publicconststringReason="User-specified reason for removing protection.";
69
+
publicconststringComments="User-specified comments provided at the time of removing protection.";
70
+
71
+
/* Get-AzureRMBackupJob */
72
+
publicconststringJobFilterJobIdHelpMessage="The unique identifier is used as a filtering criterion. It provides details to fetch the latest information about a job.";
73
+
publicconststringJobFilterJobHelpMessage="The job object is used as a filtering criterion. It provides details to fetch the latest information about a job.";
74
+
publicconststringJobFilterStartTimeHelpMessage="For the time range that is used as a filtering critetion, this parameter provides the starting boundary.";
75
+
publicconststringJobFilterEndTimeHelpMessage="For the time range that is used as a filtering critetion, this parameter provides the ending boundary.";
76
+
publicconststringJobFilterOperationHelpMessage="The operation name of the job is used as a filtering criterion.";
77
+
publicconststringJobFilterStatusHelpMessage="The status of the job is used as a filtering criterion.";
78
+
publicconststringJobFitlerVaultHelpMessage="The Azure Backup vault which is the parent of the jobs being queried. This is needed only when the -Job parameter is not being used.";
79
+
publicconststringJobFilterTypeHelpMessage="The type of workload is used as a filtering criterion.";
80
+
81
+
/* Get-AzureRMBackupJobDetails */
82
+
publicconststringJobDetailsFilterJobIdHelpMessage="The unique identifier for the job whose full details are being requested";
83
+
publicconststringJobDetailsFilterVaultHelpMessage="The Azure Backup vault which is the parent resource of the job";
84
+
publicconststringJobDetailsFilterJobHelpMessage="The object that represents the job whose full details are being requested";
85
+
86
+
/* Stop-AzureRMBackupJob */
87
+
publicconststringStopJobFilterJobIdHelpMessage="The unique identifier for the job that needs to be stopped";
88
+
publicconststringStopJobFilterVaultHelpMessage="The Azure Backup vault which is the parent resource of the job";
89
+
publicconststringStopJobFilterJobHelpMessage="The object that represents the job that needs be stopped";
90
+
91
+
/* Wait-AzureRMBackupJob */
92
+
publicconststringWaitJobFilterJobIdHelpMessage="The unique identifier for the job on which the commandlet will wait for completion";
93
+
publicconststringWaitJobFilterVaultHelpMessage="The Azure Backup vault which is the parent resource of the job";
94
+
publicconststringWaitJobFilterJobHelpMessage="The object that represents the job on which the commandlet will wait for completion";
95
+
publicconststringWaitJobFilterTimeoutHelpMessage="If the commandlet should not wait infinitely for the job to finish, then this timeout value needs to be specified. The parameter specifies the maximum number of seconds for which the commandlet should wait before returning.";
96
+
97
+
/* Register-AzureRMBackupContainer */
98
+
publicconststringVMName="The name of the Azure VM that will be registered with the service.";
99
+
publicconststringServiceName="The Cloud Service name of Azure VM";
100
+
publicconststringRGName="The ResourceGroup name of Azure VM";
101
+
publicconststringVault="The Azure Backup vault object which is the parent resource.";
102
+
103
+
/* Unregister-AzureRMBackupContainer */
104
+
publicconststringAzureBackupContainerToUnregister="The Azure Backup container to be unregistered. This can be a Windows Server, an Azure IaaS VM, or a Data Protection Manager server. Use the Get-AzureRMBackupContainer to get a list of containers.";
105
+
106
+
/* New-AzureRMBackupProtectionPolicy */
107
+
publicconststringPolicyName="The name of the Azure Backup protection policy. The name of the policy should be unique within a backup vault";
108
+
publicconststringWorkloadType="Workload type for which the protection policy is defined.";
109
+
publicconststringDailyScheduleType="Switch parameter to choose a daily backup schedule.";
110
+
publicconststringWeeklyScheduleType="Switch parameter to choose a weekly backup schedule.";
111
+
publicconststringScheduleRunDays="Days of week on which the backup will be triggered. Required when specifying a weekly backup schedule.";
74
112
publicconststringScheduleRunTimes="Times of day in UTC for running backup.";
75
-
publicconststringRetentionType="Unit of retention for the recovery point.";
76
-
publicconststringRententionDuration="Duration of retention for the recovery point in units specified by RetentionType.";
publicconststringPolicyObject="Policy object for enabling protection";
113
+
publicconststringRetentionPolicyList="List of Retention Policies to be associated with protection policy. You can use a combination of Daily, Weekly, Monthly, and Yearly retention policies but not more than 1 of each.";
114
+
publicconststringPolicyVault="The Azure Backup vault which is the parent resource for the protection policy.";
115
+
116
+
/* Set-AzureRMBackupProtectionPolicy */
117
+
publicconststringPolicyNewName="The new name to be given to this policy. Note that the policy name is unique to a backup vault and you need to ensure that you pick a name that does not conflict with existing names.";
118
+
publicconststringAzureBackupPolicy="Azure Backup protection policy object that contains the complete policy information.";
119
+
120
+
/* New-AzureRMBackupRetentionPolicyObject */
121
+
publicconststringDailyRetention="Switch paramater to signal that this policy is being used for Daily Retention";
122
+
publicconststringWeeklyRetention="Switch parameter to signal that this policy is being used for Weekly Retention";
123
+
publicconststringMonthlyRetentionInDailyFormat="Allows the user to specify the Monthly retention policy based on specific days of the month";
124
+
publicconststringMonthlyRetentionInWeeklyFormat="Allows the user to specify the Monthly retention policy based on specific weeks of the month";
125
+
publicconststringYearlyRetentionInDailyFormat="Allows the user to specify the Yearly retention policy based on specific days of the year";
126
+
publicconststringYearlyRetentionInWeeklyFormat="Allows the user to specify the Yearly retention policy based on specific weeks of the year";
127
+
publicconststringDaysOfWeek="Specifies the days of the week that will be used in the policy";
128
+
publicconststringDaysOfMonth="Specifies the days of the month that will be used in the policy";
129
+
publicconststringWeekNumber="Specifies the week number of the month that will be used in the policy";
130
+
publicconststringMonthsOfYear="Specifies the months of the year that will be used in the policy";
131
+
publicconststringRetention="Specifies the duration of the retention policy";
132
+
133
+
/* Backup-AzureRMBackupItem */
134
+
publicconststringAzureBackupItem="The Azure Backup item that is being configured for backup.";
135
+
136
+
/* Get-AzureRMBackupRecoveryPoint */
137
+
publicconststringAzureBackupItemGet="The Azure Backup item for which the recovery points are being fetched.";
138
+
publicconststringRecoveryPointId="The unique identifier for the recovery point that is being fetched.";
139
+
140
+
/* Restore-AzureRMBackupItem */
141
+
publicconststringAzureBackUpRecoveryPoint="The PowerShell object that refers to the recovery point. Use Get-AzureRMBackupRecoveryPoint to get the PowerShell object to be used as input to this commandlet.";
142
+
publicconststringStorageAccountName="The destination storage account where the restored disks and config information will be stored.";
0 commit comments