diff --git a/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/AzureIaaSVMJob.java b/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/AzureIaaSVMJob.java index d8e951c571d80..6170d8fe1bddf 100644 --- a/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/AzureIaaSVMJob.java +++ b/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/AzureIaaSVMJob.java @@ -18,7 +18,7 @@ import com.microsoft.azure.management.recoveryservices.backup.v2016_06_01.implementation.JobInner; /** - * The Azure IaaS VM workload-specifc job object. + * The Azure IaaS VM workload-specific job object. */ @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "jobType") @JsonTypeName("AzureIaaSVMJob") diff --git a/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/BEKDetails.java b/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/BEKDetails.java index 6c263fd9ae8b8..7fc6b6f4efa56 100644 --- a/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/BEKDetails.java +++ b/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/BEKDetails.java @@ -13,7 +13,7 @@ import com.fasterxml.jackson.annotation.JsonProperty; /** - * BEK is Bitlocker Encrpytion Key. + * BEK is Bitlocker Encryption Key. */ public class BEKDetails { /** diff --git a/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/DpmJob.java b/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/DpmJob.java index fd571aa2cbe0d..df1993743c541 100644 --- a/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/DpmJob.java +++ b/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/DpmJob.java @@ -18,7 +18,7 @@ import com.microsoft.azure.management.recoveryservices.backup.v2016_06_01.implementation.JobInner; /** - * The DPM workload-specifc job object. + * The DPM workload-specific job object. */ @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "jobType") @JsonTypeName("DpmJob") diff --git a/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/JobQueryObject.java b/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/JobQueryObject.java index 4d68aabfec81b..7601d9217c1cf 100644 --- a/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/JobQueryObject.java +++ b/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/JobQueryObject.java @@ -26,7 +26,7 @@ public class JobQueryObject { private JobStatus status; /** - * Type of backup managmenent for the job. Possible values include: + * Type of backup management for the job. Possible values include: * 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'. */ @JsonProperty(value = "backupManagementType") @@ -79,7 +79,7 @@ public JobQueryObject withStatus(JobStatus status) { } /** - * Get type of backup managmenent for the job. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'. + * Get type of backup management for the job. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'. * * @return the backupManagementType value */ @@ -88,7 +88,7 @@ public BackupManagementType backupManagementType() { } /** - * Set type of backup managmenent for the job. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'. + * Set type of backup management for the job. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'. * * @param backupManagementType the backupManagementType value to set * @return the JobQueryObject object itself. diff --git a/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/KeyAndSecretDetails.java b/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/KeyAndSecretDetails.java index d80ac21c55fbc..c4faf93e14c47 100644 --- a/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/KeyAndSecretDetails.java +++ b/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/KeyAndSecretDetails.java @@ -30,7 +30,7 @@ public class KeyAndSecretDetails { private KEKDetails kekDetails; /** - * BEK is Bitlocker Encrpytion Key. + * BEK is Bitlocker Encryption Key. */ @JsonProperty(value = "bekDetails") private BEKDetails bekDetails; @@ -56,7 +56,7 @@ public KeyAndSecretDetails withKekDetails(KEKDetails kekDetails) { } /** - * Get bEK is Bitlocker Encrpytion Key. + * Get bEK is Bitlocker Encryption Key. * * @return the bekDetails value */ @@ -65,7 +65,7 @@ public BEKDetails bekDetails() { } /** - * Set bEK is Bitlocker Encrpytion Key. + * Set bEK is Bitlocker Encryption Key. * * @param bekDetails the bekDetails value to set * @return the KeyAndSecretDetails object itself. diff --git a/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/WorkloadProtectableItem.java b/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/WorkloadProtectableItem.java index d8e73ccb96de7..5cd39aaa6f69b 100644 --- a/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/WorkloadProtectableItem.java +++ b/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/WorkloadProtectableItem.java @@ -26,7 +26,7 @@ }) public class WorkloadProtectableItem { /** - * The backup managemenent type. + * The backup management type. */ @JsonProperty(value = "backupManagementType") private String backupManagementType; @@ -45,7 +45,7 @@ public class WorkloadProtectableItem { private ProtectionStatus protectionState; /** - * Get the backup managemenent type. + * Get the backup management type. * * @return the backupManagementType value */ @@ -54,7 +54,7 @@ public String backupManagementType() { } /** - * Set the backup managemenent type. + * Set the backup management type. * * @param backupManagementType the backupManagementType value to set * @return the WorkloadProtectableItem object itself. diff --git a/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/implementation/ProtectedItemInner.java b/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/implementation/ProtectedItemInner.java index 88bdf161f91cb..aa40453f9d1e8 100644 --- a/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/implementation/ProtectedItemInner.java +++ b/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/implementation/ProtectedItemInner.java @@ -30,7 +30,7 @@ }) public class ProtectedItemInner { /** - * The backup managemenent type associated with the backup item. Possible + * The backup management type associated with the backup item. Possible * values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', * 'AzureBackupServer', 'AzureSql'. */ @@ -65,7 +65,7 @@ public class ProtectedItemInner { private DateTime lastRecoveryPoint; /** - * Get the backup managemenent type associated with the backup item. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'. + * Get the backup management type associated with the backup item. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'. * * @return the backupManagementType value */ @@ -74,7 +74,7 @@ public BackupManagementType backupManagementType() { } /** - * Set the backup managemenent type associated with the backup item. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'. + * Set the backup management type associated with the backup item. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'. * * @param backupManagementType the backupManagementType value to set * @return the ProtectedItemInner object itself. diff --git a/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/implementation/ProtectedItemsInner.java b/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/implementation/ProtectedItemsInner.java index 144f2bcf8bbe3..f290dcbe0818e 100644 --- a/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/implementation/ProtectedItemsInner.java +++ b/recoveryservices.backup/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/recoveryservices/backup/v2016_06_01/implementation/ProtectedItemsInner.java @@ -208,7 +208,7 @@ public Observable>> call(Respon * * @param vaultName The name of the Recovery Services vault. * @param resourceGroupName The name of the resource group associated with the Recovery Services vault. - * @param filter itemType eq { VM , FileFolder , AzureSqlDb , SQLDB , Exchange , Sharepoint , DPMUnknown } and providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and policyName eq {policyname} and containerName eq {containername} and backupManagementType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql }. + * @param filter itemType eq { VM , FileFolder , AzureSqlDb , SQLDB , Exchange , Sharepoint , DPMUnknown } and providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and policyName eq {policyName} and containerName eq {containername} and backupManagementType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql }. * @param skipToken The Skip Token filter. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server @@ -230,7 +230,7 @@ public Page nextPage(String nextPageLink) { * * @param vaultName The name of the Recovery Services vault. * @param resourceGroupName The name of the resource group associated with the Recovery Services vault. - * @param filter itemType eq { VM , FileFolder , AzureSqlDb , SQLDB , Exchange , Sharepoint , DPMUnknown } and providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and policyName eq {policyname} and containerName eq {containername} and backupManagementType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql }. + * @param filter itemType eq { VM , FileFolder , AzureSqlDb , SQLDB , Exchange , Sharepoint , DPMUnknown } and providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and policyName eq {policyName} and containerName eq {containername} and backupManagementType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql }. * @param skipToken The Skip Token filter. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -253,7 +253,7 @@ public Observable>> call(String * * @param vaultName The name of the Recovery Services vault. * @param resourceGroupName The name of the resource group associated with the Recovery Services vault. - * @param filter itemType eq { VM , FileFolder , AzureSqlDb , SQLDB , Exchange , Sharepoint , DPMUnknown } and providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and policyName eq {policyname} and containerName eq {containername} and backupManagementType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql }. + * @param filter itemType eq { VM , FileFolder , AzureSqlDb , SQLDB , Exchange , Sharepoint , DPMUnknown } and providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and policyName eq {policyName} and containerName eq {containername} and backupManagementType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql }. * @param skipToken The Skip Token filter. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<ProtectedItemResourceInner> object @@ -273,7 +273,7 @@ public Page call(ServiceResponse>> call(Servic * ServiceResponse> * @param vaultName The name of the Recovery Services vault. ServiceResponse> * @param resourceGroupName The name of the resource group associated with the Recovery Services vault. - ServiceResponse> * @param filter itemType eq { VM , FileFolder , AzureSqlDb , SQLDB , Exchange , Sharepoint , DPMUnknown } and providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and policyName eq {policyname} and containerName eq {containername} and backupManagementType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql }. + ServiceResponse> * @param filter itemType eq { VM , FileFolder , AzureSqlDb , SQLDB , Exchange , Sharepoint , DPMUnknown } and providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and policyName eq {policyName} and containerName eq {containername} and backupManagementType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql }. ServiceResponse> * @param skipToken The Skip Token filter. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList<ProtectedItemResourceInner> object wrapped in {@link ServiceResponse} if successful. @@ -445,7 +445,7 @@ public Observable> call(Response getAsync(String vaultName, Stri * @param fabricName The fabric name associated with the backup item. * @param containerName The container name associated with the backup item. * @param protectedItemName The backup item name used in this GET operation. - * @param filter expand eq {extendedinfo}. This filter enables you to choose (or filter) specific items in the list of backup items. + * @param filter expand eq {extendedInfo}. This filter enables you to choose (or filter) specific items in the list of backup items. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the ProtectedItemResourceInner object */ @@ -501,7 +501,7 @@ public ProtectedItemResourceInner call(ServiceResponse