Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.fluent.models.BackupStatusResponseInner
-
Packages that use BackupStatusResponseInner Package Description com.azure.resourcemanager.recoveryservicesbackup.fluent Package containing the service clients for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.fluent.models Package containing the inner data models for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of BackupStatusResponseInner in com.azure.resourcemanager.recoveryservicesbackup.fluent
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return BackupStatusResponseInner Modifier and Type Method Description BackupStatusResponseInner
BackupStatusClient. get(String azureRegion, BackupStatusRequest parameters)
Get the container backup status.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return types with arguments of type BackupStatusResponseInner Modifier and Type Method Description com.azure.core.http.rest.Response<BackupStatusResponseInner>
BackupStatusClient. getWithResponse(String azureRegion, BackupStatusRequest parameters, com.azure.core.util.Context context)
Get the container backup status. -
Uses of BackupStatusResponseInner in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return BackupStatusResponseInner Modifier and Type Method Description BackupStatusResponseInner
BackupStatusResponseInner. withContainerName(String containerName)
Set the containerName property: Specifies the product specific container name.BackupStatusResponseInner
BackupStatusResponseInner. withErrorCode(String errorCode)
Set the errorCode property: ErrorCode in case of intent failed.BackupStatusResponseInner
BackupStatusResponseInner. withErrorMessage(String errorMessage)
Set the errorMessage property: ErrorMessage in case of intent failed.BackupStatusResponseInner
BackupStatusResponseInner. withFabricName(FabricName fabricName)
Set the fabricName property: Specifies the fabric name - Azure or AD.BackupStatusResponseInner
BackupStatusResponseInner. withPolicyName(String policyName)
Set the policyName property: Specifies the policy name which is used for protection.BackupStatusResponseInner
BackupStatusResponseInner. withProtectedItemName(String protectedItemName)
Set the protectedItemName property: Specifies the product specific ds name.BackupStatusResponseInner
BackupStatusResponseInner. withProtectionStatus(ProtectionStatus protectionStatus)
Set the protectionStatus property: Specifies whether the container is registered or not.BackupStatusResponseInner
BackupStatusResponseInner. withRegistrationStatus(String registrationStatus)
Set the registrationStatus property: Container registration status.BackupStatusResponseInner
BackupStatusResponseInner. withVaultId(String vaultId)
Set the vaultId property: Specifies the arm resource id of the vault. -
Uses of BackupStatusResponseInner in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return BackupStatusResponseInner Modifier and Type Method Description BackupStatusResponseInner
BackupStatusResponse. innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.BackupStatusResponseInner object.
-